Hi,
I have made my own Customized Default Profile for windows xp, I would like to be able to apply this (copy and replace) At the end of my RIS installation.
I want this to be done automatically so no user input is required.
Regards
spamcram
------
I hate teletubby land!
Page 1 of 1
Customized Profile To Be Applied After Ris Install Windows XP Default Profile
#2
Posted 06 March 2005 - 10:29 AM
Ok, I found this Post: http://www.msfn.org/...?showtopic=9801
Now from the code below, how can I get this working at the end of my RIS installation. If the default profile folder was in $oem$ on the RIS server.
spamcram
Now from the code below, how can I get this working at the end of my RIS installation. If the default profile folder was in $oem$ on the RIS server.
ECHO. ECHO Replacing Default Profile ECHO Please wait... RD /S /Q "%systemdrive%\Documents and Settings\Default User" MD "%systemdrive%\Documents and Settings\Default User" XCOPY /E /H /I /K /Q "%systemdrive%\install\Default User" "%systemdrive%\Documents and Settings\Default User" ATTRIB +H "%systemdrive%\Documents and Settings\Default User" ATTRIB +H /S /D "%systemdrive%\Documents and Settings\Default User\Application Data" ATTRIB +H /S /D "%systemdrive%\Documents and Settings\Default User\Local Settings" ATTRIB +H /S /D "%systemdrive%\Documents and Settings\Default User\Local Settings\Application Data" ATTRIB +H /S /D "%systemdrive%\Documents and Settings\Default User\NetHood" ATTRIB +H /S /D "%systemdrive%\Documents and Settings\Default User\Printhood" ATTRIB +H /S /D "%systemdrive%\Documents and Settings\Default User\Recent" ATTRIB +H /S /D "%systemdrive%\Documents and Settings\Default User\SendTo" ATTRIB +H /S /D "%systemdrive%\Documents and Settings\Default User\Templates" DEL "%systemdrive%\Documents and Settings\Default User\Favorites\desktop.ini" /A ATTRIB +H /S /D "%systemdrive%\Documents and Settings\Default User\Start Menu\desktop.ini" ATTRIB +H /S /D "%systemdrive%\Documents and Settings\Default User\Application Data\Microsoft\Internet Explorer\Quick Launch\desktop.ini" ECHO.
spamcram
Share this topic:
Page 1 of 1



Help
Back to top








