November 10, 200520 yr So I have a working unattended CD for win 2003 server but I am not sure how to approach the registry mod that disables the shutdown event tracker? I've used a batch file before on another install but do I need to use that here? Or would I copy the a regkey and then overwrite the original during the install? I just need to change the one value and that's it. Thanks all!
November 11, 200520 yr [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability]"ShutdownReasonOn"=dword:00000000
November 11, 200520 yr Author spaceboy, thanks for the info. how would a guy go about implementing this though? RunOnceEx, custom .cmd script, or something else?
November 12, 200520 yr Save that in notepad as a reg file and use this command to integrate it"REGEDIT /S %path%\filename.reg"
November 16, 200520 yr Author [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability]"ShutdownReasonOn"=dword:00000000So here's the catch....You have to create the "Reliability" key for the registry. I used that same information from spaceboy's post and it worked! There was another entry in that location that said "Terminal Services" or just "Terminal". Anyway, I added the "Reliability" key and made a new DWORD entry with the info in the quote and it worked. Thanks to both of you for your help! Edited November 16, 200520 yr by tha_toadman
Create an account or sign in to comment