Jump to content

Recommended Posts

Posted

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?


Posted

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.

Posted

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.

Posted

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"=""

Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...