2
					
						
						« on: April 17, 2014, 05:44:33 pm »
					 
					
					Hi Shane,
I did not find "NoSaveSettings"  in either of those locations. What I found was interesting though. In   HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,  there were 3 lines,
"Default"   REG_SZ    (value not set)
"NoDriveTypeAutoRun"    REG_DWORD       0x00000091 (145) 
"NoresolveTrack"   REG_DWORD       0x00000001 (1)
now the interesting part, in  HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer  there were (are) 2 Explorer folders. The first one seems to start with a single blank space.
The first "Explorer" folder has 2 lines,
"Default"   REG_SZ    (value not set)
"StartMenuLogoff"   REG_DWORD  0x00000001 (1)
The second "Explorer" folder has 2 lines,
"Default"   REG_SZ    (value not set)
"MemCheckBoxInRunDlg"   REG_DWORD     0x00000001 (1)
Fearing that maybe I missed the "NoSaveSettings" somehow I did a "Find" for the whole Registry and came up with only one instance of its use. That was in,
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Program Manager\Restrictions. It has 7 lines the 6th one is,
"NoSaveSettings"  REG_DWORD  0x00000000 (0)
There were no other instances of "NoSaveSettings".
I don't know if any of this means anything. I pass it along in case it may mean something to you.
Thanks again for your help,
Pidge Gill