PDA

View Full Version : Registry Bug or Meant to be ?


rxs2k5
21st December 2007, 05:36
Hi all admins and moderator long time no see...

I seems to find something weird

Please at this raw data taken from my registry

[HKEY_CURRENT_USER\Software\Folder Lock]
"exit"="1"
"taskbar"="1"
"showtray"="1"
"show1"="1"
"play1"="True"



Section -Main SEC0000
WriteRegStr HKCU "Software\Folder Lock" "exit" "1"
WriteRegStr HKCU "Software\Folder Lock" "taskbar" "1"
WriteRegStr HKCU "Software\Folder Lock" "showtray" "1"
WriteRegStr HKCU "Software\Folder Lock" "show1" "1"
WriteRegStr HKCU "Software\Folder Lock" "play1" "true"
SectionEnd


The problem, this is the first time I ever see such problem... when I run the above script..... I went to regedit to verify whether the registry is key in to my surprise it does not even show a single key related to Folder Lock. strange right

If I change the

WriteRegStr HKCU "Software\Folder Lock" "exit" "1"

to

WriteRegStr HKCU "Software\FolderZ Lock" "exit" "1"

Under regedit it shows FolderZ Lock

Any help will be appreciated... It seems this is only the script that is having problem.... the rest of my registry test shows no problem...

rxs2k5
21st December 2007, 05:41
Eh I think I solve it already.... found the problem ... this is not a bug... human error