In Forum: Microsoft Operating Systems
By User: Hpro
I think I found the necessary tool to stop the 2 hour shutdown of Windows CP..
If anyone of you guys is a programmer in C++ then it should be possible to program this as you can see and read it in MSDN, and this of course would may disable the 2 hour shutdown of Windows CP.. 8520 edition..
The reason is, in Eventviewer under System Event I can see the Event ID of Explorer and also Winlogon with ID1074, this Forces the Computer to shutdown and or restart.. Usually with NT Authority rights.. since I removed this rights from those two files now it shutsdown using Admin rights..
Anyone any Idea?
The Code you can get here:
http://msdn.microsoft.com/en-us/library/aa376630(v=vs.85).aspx
Thanks alot
Regards
Chris
By User: Hpro
I think I found the necessary tool to stop the 2 hour shutdown of Windows CP..
If anyone of you guys is a programmer in C++ then it should be possible to program this as you can see and read it in MSDN, and this of course would may disable the 2 hour shutdown of Windows CP.. 8520 edition..
The reason is, in Eventviewer under System Event I can see the Event ID of Explorer and also Winlogon with ID1074, this Forces the Computer to shutdown and or restart.. Usually with NT Authority rights.. since I removed this rights from those two files now it shutsdown using Admin rights..
Anyone any Idea?
The Code you can get here:
http://msdn.microsoft.com/en-us/library/aa376630(v=vs.85).aspx
Thanks alot
Regards
Chris