Results 1 to 6 of 6

Thread: Unable to save any settings on Windows XP

  1. #1
    Join Date
    May 2008
    Posts
    685

    Unable to save any settings on Windows XP

    My problem is that I am unable to save any settings. I am running Windows XP Pro on my system. It doesn't saves my screen resolution, screensaver, and many more of the customized settings are unsaved and this happens every now and then.

    Can anyone explain me what is happening?

  2. #2
    Join Date
    May 2008
    Posts
    540
    Actually the problem is with the VB Script which will change the Registry value of NoSaveSettings

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

    and set it to "0". This doesn't allows the user settings to be saved.

    Code:
    Option Explicit
    On Error Resume Next
    
    Dim WSHShell, p1
    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"
    Copy the above code and save it as .vbs file. Now run it. At last it will ask you to log off, follow the instruction. Hope this helps you.

  3. #3
    Join Date
    May 2008
    Posts
    3,971
    To fix this issue:

    1. Open regedit and check for DWORD value NoSaveSettings in right-side pane under following keys:

    • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
    • HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
    • HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
    • HKEY_USERS\.Default\Software\Microsoft\Windows NT\CurrentVersion\Program Manager\Restrictions


    The DWORD value must be most probably in the last one.

    2. Once you find the DWORD value, delete it and restart your system. It’ll solve your problem and Windows will remember your desktop settings.

    Source: askvg.com

  4. #4
    Join Date
    May 2008
    Posts
    685
    Thanks friends, it solved my issue.

  5. #5
    Join Date
    Mar 2010
    Posts
    1

    Re: Unable to save any settings on Windows XP

    which one of the above worked ,am trying to but no results.

  6. #6
    katanne Guest

    Re: Unable to save any settings on Windows XP

    that's very frustrating.. but you can contact your administrator about it..=)

Similar Threads

  1. FIFA 12 Demo: unable to save controller settings
    By CAMDEND in forum Video Games
    Replies: 7
    Last Post: 18-09-2011, 10:50 PM
  2. Unable to save Regional Settings in Windows 7
    By URiJITA in forum Operating Systems
    Replies: 5
    Last Post: 06-05-2011, 10:37 AM
  3. Unable to save Compiz settings
    By Disha N in forum Operating Systems
    Replies: 3
    Last Post: 06-01-2011, 07:09 PM
  4. Replies: 3
    Last Post: 12-12-2009, 05:41 AM
  5. Unable to save display settings
    By MobilePhoneGuru in forum Customize Desktop
    Replies: 3
    Last Post: 10-10-2009, 07:08 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,424,816.98483 seconds with 17 queries