I use Regshot found at
http://regshot.blog.googlepages.com/
to find registry settings.
My computer is set to show file extentions, show system files and
to show hidden files.
The reg keys for this are
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden: 0x00000001
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\HideFileExt: 0x00000000
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowSuperHidden: 0x00000001
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Settings: 08 00 00 00 04 00 00 00 00 00 00 00 00 77 7E 13 73 35 CF 11 AE 69 08 00 2B 2E 12 62 04 00 00 00 06 00 00 00 43 00 00 00
This is the output from regshot (I've removed some ;ines that didn't apply)
But notice the streans\settings which is a long reg_binary value, that
effects more than just these settings. so you can do what cluberti
suggested and/or use regshot to find the reg keys that effect your desired settings.
You also have to have barricedfolders set to 0. regshot didn't pick it up
because I had changed it earlier
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\WebView\BarricadedFolders]
"shell:ControlPanelFolder"=dword:00000000
"shell:SystemDriveRootFolder"=dword:00000000
"shell:ProgramFiles"=dword:00000000
"shell:Windows"=dword:00000000
"shell:System"=dword:00000000
This post has been edited by jbm: 26 January 2008 - 03:42 AM