tha_toadman Posted November 10, 2005 Posted November 10, 2005 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!
Spaceboy Posted November 11, 2005 Posted November 11, 2005 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability]"ShutdownReasonOn"=dword:00000000
tha_toadman Posted November 11, 2005 Author Posted November 11, 2005 spaceboy, thanks for the info. how would a guy go about implementing this though? RunOnceEx, custom .cmd script, or something else?
ender341 Posted November 12, 2005 Posted November 12, 2005 Save that in notepad as a reg file and use this command to integrate it"REGEDIT /S %path%\filename.reg"
tha_toadman Posted November 16, 2005 Author Posted November 16, 2005 (edited) [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, 2005 by tha_toadman
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now