Jump to content

spamcram

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About spamcram

spamcram's Achievements

0

Reputation

  1. Ok, I found this Post: http://www.msfn.org/board/index.php?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
  2. Its ironic lol, Just few seconds b4 I read your answer I found that at the bottom of my .sif file...Silly Me for not looking, Although your answer is just what I was looking for Cheers! spamcram ------ If I didn't find your answer I would have ended up trying loads in that box.. "wait" would have been last thing I would have put in there.
  3. 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!
  4. Cheers for your reply, Were would I find this winPE, and how would I go about making work with RIS. Cheers spamcram
  5. Hi, I need to be able to stop RIS from auto partitioning the installation, I have the following in my .sif file: [data] floppyless = "1" msdosinitiated = "1" OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%" OriTyp = "4" LocalSourceOnCD = 1 DisableAdminAccountOnDomainJoin = 1 [setupData] OsLoadOptions = "/noguiboot /fastdetect" SetupSourceDevice = "\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%" [unattended] OemPreinstall = yes OemPnpDriversPath = "Drivers\Nic;Drivers\Audio;\Drivers\Vidio;Drivers\Chipset" DriverSigningPolicy = Ignore FileSystem = LeaveAlone ExtendOEMPartition = 0 TargetPath = \WINDOWS OemSkipEula = yes InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%" LegacyNIC = 1 KeyboardLayout = "United Kingdom" I have tryed autopartition=0, 1 u name it. I get nothing it still creates partition. I want to be able to create partition, and soon as thats done ris setup to continue, some one must know how to do this. Cheers spamcram
×
×
  • Create New...