How do I use Sysprep to close my image and have it ONLY change the SID on
bootup. IT MUST NOT TOUCH THE ADMINISTRATORS PROFILE AT ALL, nor mess with
the default profile, though that does not seem to be a problem !!!!! All I
realy need is a new SID and PC name. This is a common sense need and should
not be rocket science but I have not found a way to do it. A BIG SHAME ON MS
FOR NOT PROVIDING A WIN 7 NEWSID OPTION !!!!!!!!!
I am trying to work with the WAIK which I downloaded from MS, but so far it
wants to start from an image, not MY soon to be image, but the one from the
DVD. I don't need that one, I have made my own install master and MS needs to
make sure that I can use that one!
Maybe someone out there has already created a .XML answer file that will
keep all aspects of the "image" exactly as I have it and ONLY prompt for the
new PC name and maybe the domain to join and appropriate credentials, as
needed. If so plese tell me how to get it and where it needs to be placed on
the PC prior to running Sysprep.
Any ideas would be very helpful.
Thanks,
Ralph Malph
you should definitly read the blog from Mark Russinovich which does exactly
this :
http://blogs.technet.com/markrussinovich/archive/2009/11/03/3291024.aspx
Regards
Ramazan
"Ralph Malph" <ralph...@happydays.com> wrote in message
news:FDFF53D4-1AEA-407E...@microsoft.com...
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager
SetupExecute:REG_MULIT_SZ: Setupcl.exe
Setupcl.exe is reponsible for regenerating SIDs during reboot. The file path
is:
%windir%\system32\setupcl.exe
You could achieve the result you looking for with this command:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\SessionManager" /v
SetupExecute /t REG_MULTI_SZ /d Setupcl.exe /f
See this old KB article for more info:
http://support.microsoft.com/kb/298491