Registry Bug or Meant to be ?
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 SEC0000The 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
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
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...