MSFN Forum: Customized Profile To Be Applied After Ris Install - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Customized Profile To Be Applied After Ris Install Windows XP Default Profile Rate Topic: -----

#1 User is offline   spamcram 

  • Group: Members
  • Posts: 5
  • Joined: 04-March 05

  Posted 05 March 2005 - 06:20 AM

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!


#2 User is offline   spamcram 

  • Group: Members
  • Posts: 5
  • Joined: 04-March 05

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.

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
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy