Jump to content

Recommended Posts


Posted

been creating user profiles for years now so thats not a real problem. its knowing the best way to get this on an unattended xp cd so it gets copied down at the right time to the machine &the best wat to get it copied down.

I was thinking of doing this through the $OEM$ folders but not sure this is the right time to copy it down.

any help would be apreciated.

Posted

I think you mean to set the registry settings for any user yet to be created?

Or do you want to set more things as default?

Give some more info please!

Posted

it doesn't work via the $oem$ folders. I've tried that. I've worked around it:

in my cleanup.cmd file (or whatever you use, simple one of the last step before installation is complete):

REM copy the default user profile
SET docsdir=%homedrive%\Documents and Settings
REM unhide default user dir
ATTRIB -h "%docsdir%\Default User"
RENAME "%docsdir%\Default User" "Default User Old"
REM rehide dir
ATTRIB +h "%docsdir%\Default User Old"
XCOPY /Y /E /H /I "%CDROM%\apps\Default user" "%docsdir%\Default User"
ATTRIB +h "%docsdir%\Default User"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...