Jump to content

Start Menu Not Remembering Settings!


jp22382

Recommended Posts


Copy into text editor and save as ".vbs" then double click.

'xp_save_settings.vbs - Allows user settings to be saved

'© Doug Knox - 4/10/2002

'Downloaded from www.dougknox.com

Option Explicit

On Error Resume Next

'Declare variables

Dim WSHShell, p1

'Set the Windows Script Host Shell and assign values to variables

Set WSHShell = WScript.CreateObject("WScript.Shell")

p1 = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoSaveSettings"

WSHShell.RegWrite p1, 0, "REG_DWORD"

MsgBox "Your Registry has been updated. Log off and" & vbCR & "Log on for the change to take effect.",4096,"Finished"

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...