views:

37

answers:

1

Hello guys, I want to write a vbscript that will wait for windows shutdown and intercept to carry out proper action before shutting down. I want this to be in vbscript since am using it for administration.

+1  A: 

Much easier than that, ever since Windows 2000 you can use the Group Policy setting (or Local Policy even if you're not in a domain) to set the Shutdown Script which will be called, as the name implies, when someone is trying to shutdown the computer. For more info, check out MSKB #198642.

ewall
the truth is , i will be runing this scrip[t most of the time in limited user account, it can be cumbersome to do this manually over 50 systems am managing. the script is just to ensure a proper shutdown of other applications am using to monitor network before windows shutsdown
Smith