MSFN Forum: Automatically show hidden folders - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Automatically show hidden folders Rate Topic: -----

#1 User is offline   troycicle 

  • Member
  • PipPip
  • Group: Members
  • Posts: 162
  • Joined: 27-August 04

Posted 18 September 2004 - 11:57 AM

When you do a fresh install of Windows XP, usually when you go into your hard drive, it says something like these files are hidden. If you want to see them, you have to click show hidden. This happens with Windows and the System32 folder. I want it so when I install Windows, it will automatically show these folders. Is there something I can add to the registry that will fix this?


#2 User is offline   troycicle 

  • Member
  • PipPip
  • Group: Members
  • Posts: 162
  • Joined: 27-August 04

Posted 19 September 2004 - 08:59 AM

This worked:

[HKEY_USERS\S-1-5-21-1644491937-2111687655-839522115-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\WebView\BarricadedFolders]
"shell:SystemDriveRootFolder"=dword:00000000
"shell:ProgramFiles"=dword:00000000
"shell:Windows"=dword:00000000
"shell:System"=dword:00000000

For some reason when you install XP in VMware, the S-1-5-21-1644491937-2111687655-839522115-1003 changes. Make sure you have the right value.

#3 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 19 September 2004 - 09:18 AM

use
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\WebView\BarricadedFolders]
"shell:SystemDriveRootFolder"=dword:00000000
"shell:ProgramFiles"=dword:00000000
"shell:Windows"=dword:00000000
"shell:System"=dword:00000000
instead of S- values that change every new installation.

#4 User is offline   troycicle 

  • Member
  • PipPip
  • Group: Members
  • Posts: 162
  • Joined: 27-August 04

Posted 19 September 2004 - 09:51 AM

Cool, but how do I fix these:

;Show My Computer
[HKEY_USERS\S-1-5-21-682003330-343818398-1417001333-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

;Disable Welcome Screen on resume
[HKEY_USERS\S-1-5-21-682003330-343818398-1417001333-1003\Control Panel\Desktop]
"ScreenSaverIsSecure"="0"
"SCRNSAVE.EXE"="C:\\WINDOWS\\system32\\MATRIX~1.SCR"

;Fix Resolution
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000]
"DefaultSettings.BitsPerPel"=dword:00000020
"DefaultSettings.XResolution"=dword:00000320
"DefaultSettings.YResolution"=dword:00000258
"DefaultSettings.VRefresh"=dword:00000001
"DefaultSettings.Flags"=dword:00000000
"DefaultSettings.XPanning"=dword:00000000
"DefaultSettings.YPanning"=dword:00000000
"DefaultSettings.Orientation"=dword:00000000
"DefaultSettings.FixedOutput"=dword:00000000
"Attach.RelativeX"=dword:00000000
"Attach.RelativeY"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000]
"DefaultSettings.BitsPerPel"=dword:00000020
"DefaultSettings.XResolution"=dword:00000320
"DefaultSettings.YResolution"=dword:00000258
"DefaultSettings.VRefresh"=dword:00000001
"DefaultSettings.Flags"=dword:00000000
"DefaultSettings.XPanning"=dword:00000000
"DefaultSettings.YPanning"=dword:00000000
"DefaultSettings.Orientation"=dword:00000000
"DefaultSettings.FixedOutput"=dword:00000000
"Attach.RelativeX"=dword:00000000
"Attach.RelativeY"=dword:00000000

[HKEY_USERS\S-1-5-21-2052111302-2077806209-839522115-1003\Software\Microsoft\Internet Explorer\Desktop\Components\0]
"Position"=hex(3):2C,00,00,00,A0,00,00,00,00,00,00,00,80,02,00,00,3A,02,00,00,00,\
00,00,00,01,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00

[HKEY_USERS\S-1-5-21-2052111302-2077806209-839522115-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders]

[HKEY_USERS\S-1-5-21-2052111302-2077806209-839522115-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders\Microsoft.FixScreenResolution]

[HKEY_USERS\S-1-5-21-2052111302-2077806209-839522115-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders\Microsoft.FixScreenResolution]
"Title"=-
"Text"=-
"IconResource"=-
"ShellExecute"=-
"Clsid"=-
"ShowTime"=-
"RetryInterval"=-
"RetryCount"=-
"TypeFlags"=-

[HKEY_USERS\S-1-5-21-682003330-343818398-1417001333-1003\Software\EasyBoot Systems\UltraISO\5.0]
"UserName"="Troy"
"Registration"=""

#5 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 19 September 2004 - 10:01 AM

as i said before don't use S- keys that are installation dependant so...
;Show My Computer
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

;Disable Welcome Screen on resume
[HKEY_CURRENT_USER\Control Panel\Desktop]
"ScreenSaverIsSecure"="0"
"SCRNSAVE.EXE"="C:\\WINDOWS\\system32\\MATRIX~1.SCR"

;Fix Resolution
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000]
"DefaultSettings.BitsPerPel"=dword:00000020
"DefaultSettings.XResolution"=dword:00000320
"DefaultSettings.YResolution"=dword:00000258
"DefaultSettings.VRefresh"=dword:00000001
"DefaultSettings.Flags"=dword:00000000
"DefaultSettings.XPanning"=dword:00000000
"DefaultSettings.YPanning"=dword:00000000
"DefaultSettings.Orientation"=dword:00000000
"DefaultSettings.FixedOutput"=dword:00000000
"Attach.RelativeX"=dword:00000000
"Attach.RelativeY"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000]
"DefaultSettings.BitsPerPel"=dword:00000020
"DefaultSettings.XResolution"=dword:00000320
"DefaultSettings.YResolution"=dword:00000258
"DefaultSettings.VRefresh"=dword:00000001
"DefaultSettings.Flags"=dword:00000000
"DefaultSettings.XPanning"=dword:00000000
"DefaultSettings.YPanning"=dword:00000000
"DefaultSettings.Orientation"=dword:00000000
"DefaultSettings.FixedOutput"=dword:00000000
"Attach.RelativeX"=dword:00000000
"Attach.RelativeY"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\Components\0]
"Position"=hex(3):2C,00,00,00,A0,00,00,00,00,00,00,00,80,02,00,00,3A,02,00,00,00,\
00,00,00,01,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders\Microsoft.FixScreenResolution]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders\Microsoft.FixScreenResolution]
"Title"=-
"Text"=-
"IconResource"=-
"ShellExecute"=-
"Clsid"=-
"ShowTime"=-
"RetryInterval"=-
"RetryCount"=-
"TypeFlags"=-

[HKEY_CURRENT_USER\Software\EasyBoot Systems\UltraISO\5.0]
"UserName"="Troy"
"Registration"=""
but with this i don't want to mean that all the tweaks can work

#6 User is offline   troycicle 

  • Member
  • PipPip
  • Group: Members
  • Posts: 162
  • Joined: 27-August 04

Posted 19 September 2004 - 10:15 AM

Thanks man! I try that, and tell you how it goes.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy