Go Back   TechArena Community > Software > Customize Desktop
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , ,

Sponsored Links



Unable to save any settings on Windows XP

Customize Desktop


Reply
 
Thread Tools Search this Thread
  #1  
Old 15-09-2008
fellah's Avatar
Member
 
Join Date: May 2008
Posts: 690
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?
Reply With Quote
  #2  
Old 15-09-2008
Rkhon's Avatar
Member
 
Join Date: May 2008
Posts: 546
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.
Reply With Quote
  #3  
Old 15-09-2008
switchblade327's Avatar
Member
 
Join Date: May 2008
Posts: 3,998
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
Reply With Quote
  #4  
Old 15-09-2008
fellah's Avatar
Member
 
Join Date: May 2008
Posts: 690
Thanks friends, it solved my issue.
Reply With Quote
  #5  
Old 21-03-2010
Member
 
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.
Reply With Quote
  #6  
Old 23-03-2010
katanne
 
Posts: n/a
Re: Unable to save any settings on Windows XP

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

  TechArena Community > Software > Customize Desktop


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Unable to save any settings on Windows XP"
Thread Thread Starter Forum Replies Last Post
FIFA 12 Demo: unable to save controller settings CAMDEND Video Games 7 18-09-2011 11:50 PM
Unable to save Regional Settings in Windows 7 URiJITA Operating Systems 5 06-05-2011 11:37 AM
Unable to save Compiz settings Disha N Operating Systems 3 06-01-2011 07:09 PM
How to save settings in Office 2007? No Save My Settings Wizard A. Hendricks MS Office Support 9 12-12-2009 05:41 AM
Unable to save display settings MobilePhoneGuru Customize Desktop 3 10-10-2009 08:08 PM


All times are GMT +5.5. The time now is 12:25 AM.