Here's some tweaks I've managed to find lately:
;--------
;-------- Change Text displayed under Folder Options Dialog (in order of appearance)
;--------
;;[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache]
;--------
;-------- Default Text="Files and Folders"
;;"@shell32.dll,-30498"="Files and Folders"
;--------
;-------- Default Text="Automatically search for network folders and printers"
;;"@shell32.dll,-30509"="Automatically search for network folders and printers"
;--------
;-------- Default Text="Display file size information in folder tips"
;;"@shell32.dll,-30514"="Display file size information in folder tips"
;--------
;-------- Default Text="Display simple folder view in Explorer's Folders list"
;;"@shell32.dll,-30511"="Display simple folder view in Explorer's Folders list"
;--------
;-------- Default Text="Display the full path in the address bar"
;;"@shell32.dll,-30505"="Display the full path in the address bar"
;--------
;-------- Default Text="Display the full path in the title bar"
;;"@shell32.dll,-30504"="Display the full path in the title bar"
;--------
;-------- Default Text="Do not cache thumbnails"
;;"@shell32.dll,-30517"="Do not cache thumbnails"
;--------
;-------- Default Text="Hidden files and folders"
;;"@shell32.dll,-30499"="Hidden files and folders"
;--------
;-------- Default Text="Do not show hidden files and folders"
;;"@shell32.dll,-30501"="Do not show hidden files and folders"
;--------
;-------- Default Text="Show hidden files and folders"
;;"@shell32.dll,-30500"="Show hidden files and folders"
;--------
;-------- Default Text="Hide extensions for known file types"
;;"@shell32.dll,-30503"="Hide extensions for known file types"
;--------
;-------- Default Text="Hide protected operating system files (Recommended)"
;;"@shell32.dll,-30508"="Hide protected operating system files (Recommended)"
;--------
;-------- Default Text="Launch folder windows in a separate process"
;;"@shell32.dll,-30507"="Launch folder windows in a separate process"
;--------
;-------- Default Text="Remember each folder's view settings"
;;"@shell32.dll,-30506"="Remember each folder's view settings"
;--------
;-------- Default Text="Restore previous folder windows at logon"
;;"@shell32.dll,-30513"="Restore previous folder windows at logon"
;--------
;-------- Default Text="Show Control Panel in My Computer"
;;"@shell32.dll,-30497"="Show Control Panel in My Computer"
;--------
;-------- Default Text="Show encrypted or compressed NTFS files in color"
;;"@shell32.dll,-30512"="Show encrypted or compressed NTFS files in color"
;--------
;-------- Default Text="Show pop-up description for folder and desktop items"
;;"@shell32.dll,-30502"="Show pop-up description for folder and desktop items"
;--------
;-------- Default Text="Display the contents of system folders"
;;"@shell32.dll,-30510"="Display the contents of system folders"
;--------
;-------- Windows Media Player - Fit Video To Screen
;--------
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"SnapToVideo"=dword:00000000
;--------
;-------- Change Account Picture
;--------
;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Hints\Owner]
;"PictureSource"="C:\blahblahheressomepath\custom.bmp"
;--------
;-------- Remove "Print" option from the context menu for image & text files
;--------
[-HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\print]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\text\shell\print]
;--------
;-------- Display "Control Panel" in My Computer
;--------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideMyComputerIcons]
"{21EC2020-3AEA-1069-A2DD-08002B30309D}"=dword:00000000
;--------
;-------- Outlook Express 5.0 - Display Inbox on startup
;--------
;;[HKEY_CURRENT_USER\Identities\{Unique Identity}
\Software\Microsoft\Outlook Express\5.0]
;;"Launch Inbox"=dword:00000001
;--------
;-------- Show Recent Documents (yes I know there is 1 to REMOVE this)
;--------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_ShowRecentDocs"="dword:00000002
Note: The ones that involve the "Folder Options" Dialog Box can be used to do something like this (slightly censored version
This post has been edited by spiritpyre: 11 June 2005 - 09:25 PM



Help
This topic is locked

Back to top








