SysChat

SysChat (http://www.syschat.com/forum.php)
-   General (http://www.syschat.com/tips-n-tricks/general/)
-   -   Restore your help and setting option (registy) (http://www.syschat.com/restore-your-help-setting-option-registy-1159.html)

William_Wilson 10-17-2006 06:46 PM

Restore your help and setting option (registy)
 
Modify this key:

Path: [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Session Manager\Environment]
key: windr
first delete this key that already exists (if it's typ is: REG_SZ if not you have a more serious explorer issue), then in it's place create a new key of typ:Expandable String by right clicking in the right pane.
it's type will be: REG_EXPAND_SZ name it windir as it was before, and make the data %SystemRoot%.

This should solve the problem, i have added the script for the same process below, but i have not had any success with it. The keys in certain folders are not easily changed by script.

Code:

REGEDIT4

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment]

"windir"=REG_EXPAND_SZ:%SystemRoot%

NOTE: the type of the key is usually what is changed... somehow by Windows, from an expand key to a normal REG_SZ. This simply corrects this mistake.

Questions/Comments: [email protected]
-William. § (marvin_gohan)


All times are GMT -4. The time now is 05:53 AM.


Copyright © 2005-2013 SysChat.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54