PDA

View Full Version : Registry values returns into initial settings


raboliot
06-02-2006, 10:07 AM
When I tune my registery, the values returns into the initial values after a soft reset. Is it normal ?

I use PHM registery editor.

An example is for this tweaks :

# HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\
# Assign a value of 4096 to CacheSize
# Assign a value of 1 to EnableCache
# Navigate to HKEY_LOCAL_MACHINE\System\StorageManager\Filters\f sreplxfilt\
# Assign a value of 4096 to ReplStoreCacheSize

ZeBoxx
06-02-2006, 10:58 AM
Wait a while (30 seconds or so) before you soft reset. WM5's persistant storage handling means that the registry is 'live' in RAM, and gets written out to the flash memory (persistant storage) periodically if there has been write access.

If the values still reset, make a bogus value (e.g. "Test = StillHere?"), wait again, reset. If your bogus value still exists, then the registry did get written away, but the other values don't 'stick' (may be overwritten by another application).

Eggy
06-02-2006, 11:01 AM
Wait a while (30 seconds or so) before you soft reset. WM5's persistant storage handling means that the registry is 'live' in RAM, and gets written out to the flash memory (persistant storage) periodically if there has been write access.

If the values still reset, make a bogus value (e.g. "Test = StillHere?"), wait again, reset. If your bogus value still exists, then the registry did get written away, but the other values don't 'stick' (may be overwritten by another application).

Turning the Wizard off (by holding the power key for 5 seconds) and back on instead of performing a soft reset works as well. This can be done instantly after editing one's registry.

raboliot
06-02-2006, 11:41 AM
Ok, works fine now .... good tweaks !

raboliot
06-02-2006, 11:41 AM
And Thank's !