Shutdown Scripts

Joined
Jul 20, 2005
Messages
1
Reaction score
0
I had the problem with the "System Configuration Utility" message coming up on reboot every time I use it to make changes.

So I downloaded this script http://www.dougknox.com/xp/scripts_desc/xp_nomsconfig.htm

It has this code:
On Error Resume Next
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\MSConfig".

It works great, but I sometimes forget to click on the script.

So I used gpedit.msc to put this in the SHUTDOWN scripts.
Doesn't work. I tried STARTUP, and even LOG on/off areas.

Is there any way to make this script run everytime I shutdown windows?
thanks for any help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top