|
| |||||||||
| Tags: save, setting, windows xp |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| 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
| ||||
| ||||
|
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" |
|
#3
| ||||
| ||||
|
To fix this issue: 1. Open regedit and check for DWORD value NoSaveSettings in right-side pane under following keys:
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
| ||||
| ||||
|
Thanks friends, it solved my issue. ![]() |
|
#5
| |||
| |||
| Re: Unable to save any settings on Windows XP
which one of the above worked ,am trying to but no results. |
|
#6
| |||
| |||
| Re: Unable to save any settings on Windows XP
that's very frustrating.. but you can contact your administrator about it..=) |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |