MSFN Forum: Windows 7 Registry Tweaks - MSFN Forum

Jump to content


Windows 7 forum rules

If you have questions about customizing Windows 7 that are vLite-specific, please post them in the vLite forum, not here. If you have questions regarding the unattended installation of Windows 7, please post them in the Unattended Windows 7/Server 2008 R2 section.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Windows 7 Registry Tweaks Make Windows 7 Hum.... and more user friendly

#1 User is offline   affidavit 

  • Junior
  • Pip
  • Group: Members
  • Posts: 82
  • Joined: 05-February 04

Posted 13 November 2009 - 06:09 PM

Every windows version needs a little tweaking.
Here is a compiled 100% safe registry tweaks for windows 7 x86 or x64
everything is pretty much labeled as to what it does... just copy it all and paste in notepad and save as a ***.reg file
open that file and add it to the registry... or if you wish you can browse threw and pick and choose but i must say it is a good compilation of tweaks

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Sidebar\Settings]
"AllowElevatedProcess"=dword:00000001

[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\Window Switcher]
@="{3080F90E-D7AD-11D9-BD98-0000947B0257}"

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
 
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="1000"
"MenuShowDelay"="8"
"WaitToKillAppTimeout"="2000"
"LowLevelHooksTimeout"="1000"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
"LinkResolveIgnoreLinkInfo"=dword:00000001
"NoResolveSearch"=dword:00000001
"NoResolveTrack"=dword:00000001
"NoInternetOpenWith"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="2000"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer]

[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"

;Windows will tell you exactly what it is doing when it is shutting down or is booting
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"VerboseStatus"=dword:00000001

;Enable Glass Effect (DWM) without a supported card

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DWM]
"perUser"=dword:00000000
"DebugDumpTree"=dword:00000000
"DebugMessages"=dword:00000000
"DebugMouse"=dword:00000000
"DebugZOrder"=dword:00000000
"EnableMachineCheck"=dword:00000000
"ForceSoftwareD3D"=dword:00000000
"Glass"=dword:00000001
"UseAlternateButtons"=dword:00000001
"Animations"=dword:00000001
"AnimationsShiftKey"=dword:00000001
"Blur"=dword:00000001
"Composition"=dword:00000001
"UseDPIScaling"=dword:00000001
"RenderClientArea"=dword:00000001
"MagnificationPercent"=dword:00000064

;Enable addition Avalon effects

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer]
"MILDesktop"=dword:00000001
"MILExplorer"=dword:00000001

; Disable Tool Tips 
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowInfoTip"=dword:00000000

; maximum simultaneous downloads for IE to 20 ( default is 2 )
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000014
"MaxConnectionsPer1_0Server"=dword:00000014 

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000014
"MaxConnectionsPer1_0Server"=dword:00000014

; Enable ClearType Tuning
[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"=dword:00000002
"FontSmoothingGamma"=dword:000003e8
"FontSmoothingOrientation"=dword:00000001

; add 'open with notepad' to right context
[HKEY_CLASSES_ROOT\*\shell\Open with Notepad]
@=""

[HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command]
@="notepad.exe %1"

;Disable User Account Control ( UAC )
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLUA"=dword:00000000

;get rid of the Windows Mail splash screen
[HKEY_CURRENT_USER\Software\Microsoft\Windows Mail]
"NoSplash"=dword:00000001

; Show Super Hidden Files in vista
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"SuperHidden"=dword:00000001

; Disable Windows Media Player AutoUpdates
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
"DisableAutoUpdate"=dword:00000001

; turn off start menu baloon tips
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:00000091
"NoSMBalloonTip"=dword:00000001

; Enable slow-motion window effects (min/max/3dflip) by holding down Shift key.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
"AnimationsShiftKey"=dword:00000001

;faster browsing with IE 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AFD\Parameters] 
"BufferMultiplier"=dword:00000400

[HKEY_CLASSES_ROOT\CLSID\{02A07E80-EFA2-11D4-8306-A7EBD4C50C7C}]
@="CDEject Context Menu Shell Extension"

[HKEY_CLASSES_ROOT\CLSID\{02A07E80-EFA2-11D4-8306-A7EBD4C50C7C}\InprocServer32]
@="C:\\WINDOWS\\system32\\cdeject.dll"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\{02a07e80-efa2-11d4-8306-a7ebd4c50c7c}]
@="{02a07e80-efa2-11d4-8306-a7ebd4c50c7c}"

[HKEY_CLASSES_ROOT\Directory\Background\shell]
@="none"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Appearance]

[HKEY_CLASSES_ROOT\Directory\Background\shell\Appearance\command]
@="control desk.cpl,,2"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Change Screen Saver]

[HKEY_CLASSES_ROOT\Directory\Background\shell\Change Screen Saver\command]
@="control desk.cpl,,1"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Change Theme]

[HKEY_CLASSES_ROOT\Directory\Background\shell\Change Theme\command]
@="control desk.cpl,,@themes"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Change Wallpaper]

[HKEY_CLASSES_ROOT\Directory\Background\shell\Change Wallpaper\command]
@="control desk.cpl,,@desktop"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Desktop Icons Settings]

[HKEY_CLASSES_ROOT\Directory\Background\shell\Desktop Icons Settings\command]
@="control desk.cpl,,0"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Window Colorization]

[HKEY_CLASSES_ROOT\Directory\Background\shell\Window Colorization\command]
@="explorer shell:::{26EE0668-A00A-44D7-9371-BEB064C98683}\\1\\::{ED834ED6-4B5A-4bfe-8F11-A626DCB6A921}\\pageColorization"


[HKEY_CLASSES_ROOT\Directory\Background\shell\Administrative Tools]

[HKEY_CLASSES_ROOT\Directory\Background\shell\Administrative Tools\command]
@="control admintools"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Folder Options]

[HKEY_CLASSES_ROOT\Directory\Background\shell\Folder Options\command]
@="control folders"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Network Connections]

[HKEY_CLASSES_ROOT\Directory\Background\shell\Network Connections\command]
@="control ncpa.cpl"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Programs and Features]
"Icon"="OptionalFeatures.exe"
"Position"="Bottom"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Programs and Features\command]
@="control appwiz.cpl"

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\regedit]
@="Registry Editor"
"Icon"="regedit.exe"
"Position"="Bottom"

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\regedit\command]
@="regedit.exe"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Task Manager]
"Icon"="taskmgr.exe"
"Position"="Bottom"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Task Manager\command]
@="taskmgr"

[HKEY_CLASSES_ROOT\Directory\Background\shell\User Accounts]

[HKEY_CLASSES_ROOT\Directory\Background\shell\User Accounts\command]
@="Control userpasswords"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnablePrefetcher"=dword:00000005

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"PowerdownAfterShutdown"="1"

[HKEY_CLASSES_ROOT\.dll]
“Content Type”=”application/x-msdownload”
@=”dllfile”

[HKEY_CLASSES_ROOT\dllfile]
@=”Application Extension”

[HKEY_CLASSES_ROOT\dllfile\Shell\Register\command]
@=”regsvr32.exe \”%1\””

[HKEY_CLASSES_ROOT\dllfile\Shell\UnRegister\command]
@=”regsvr32.exe /u \”%1\””

[HKEY_CLASSES_ROOT\.ocx]
@=”ocxfile”

[HKEY_CLASSES_ROOT\ocxfile]
@=”OCX”

[HKEY_CLASSES_ROOT\ocxfile\Shell\Register\command]
@=”regsvr32.exe \”%1\””

[HKEY_CLASSES_ROOT\ocxfile\Shell\UnRegister\command]
@=”regsvr32.exe /u \”%1\””

[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}]

@="User Accounts 2"

"InfoTip"="Starts The Windows 2000 style User Accounts dialog"

[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\DefaultIcon]

@="%SystemRoot%\\\\System32\\\\nusrmgr.cpl,1"

[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell]

[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell\Open]

[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell\Open\command]

@="Control Userpasswords2"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{98641F47-8C25-4936-BEE4-C2CE1298969D}]

@="Add Userpasswords2 to Control Panel"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000
"{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
"{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000
"{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\devmgmt]
@="&Device Manger"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\devmgmt\command]
@="mmc.exe devmgmt.msc"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\gpedit]
@="Group Policy"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\gpedit\command]
@="mmc gpedit.msc"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit]
@="&Registry Editor"
"Icon"="regedit.exe"
"Position"="Bottom"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]
@="regedit.exe"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services]
@="&Services"
"Position"="Bottom"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command]
@="mmc.exe services.msc"

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete]
@="Guy's Search..."
"Description"="Removes Delete, replaces with Search.."

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,65,00,78,00,70,\
00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,65,00,00,00

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete\ddeexec]
@="[FindFolder(\\\"%l\\\", %I)]"
"NoActivateHandler"=""

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete\ddeexec\Application]
@="Folders"

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete\ddeexec\topic]
@="AppProperties"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnablePrefetcher"=dword:00000005

; Specifies the time, following user input, during which the system keeps apps from moving into the foreground.

[HKEY_CURRENT_USER\Control Panel\Desktop]
"ForegroundLockTimeout"=dword:00000000

; Disable automatic updates

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"AUOptions"=dword:00000001

[HKEY_CURRENT_USER\Control Panel\Desktop]
"FeedbackToolEnabled"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"Sidebar"="C:\\Program Files\\Windows Sidebar\\sidebar.exe /autoRun"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"HideDrivesWithNoMedia"=dword:00000000

;Make the text white in command windows

	[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
	"DefaultColor"=dword:0000000F

;-------------------------------------------------------------------------------------------------
   ;This adds an option in the right-click menu to open any folder on your computer in a new window

	[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\openNew]
	@="Open In New &Window"

	[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\openNew\Command]
	@="explorer %1"

;-------------------------------------------------------------------------------------------------
   ;Makes a right click option for unknown files (Open with notepad)

	[HKEY_CLASSES_ROOT\*\shell]
	@="\"notepad.exe %1\""
	[HKEY_CLASSES_ROOT\*\shell\open]
	@="Open &With Notepad"
	[HKEY_CLASSES_ROOT\*\shell\open\command]
	@="notepad.exe %1"

;-------------------------------------------------------------------------------------------------
   ;Disable automatic restart in the event of a blue screen

	[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
	"AutoReboot"=dword:00000000

;---------------------------------------------------------------------------------------------------
;Adds MSCONFIG to right click on My Computer

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\msconfig]
@="MSCONFIG"
"Icon"="msconfig.exe"
"Position"="Bottom"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\msconfig\command]
@="msconfig.exe"


;---------------------------------------------------------------------------------------------------
;Enable DVD in Media Player Value: Yes or No

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\Settings]
"EnableDVDUI"="Yes"


;---------------------------------------------------------------------------------------------------
;Enable MP3 Encoding from right-click while browsing

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding]
"HighRate"=dword:0004e200

;---------------------------------------------------------------------------------------------------
;Speed-up Access to AVI Media Files

[-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpapers\KnownFolders\0\Windows Wallpapers\MergeFolders]
"%windir%\\Globalization\\MCT\\MCT-AU\\Wallpaper"=""
"%windir%\\Globalization\\MCT\\MCT-CA\\Wallpaper"=""
"%windir%\\Globalization\\MCT\\MCT-GB\\Wallpaper"=""
"%windir%\\Globalization\\MCT\\MCT-US\\Wallpaper"=""
"%windir%\\Globalization\\MCT\\MCT-ZA\\Wallpaper"=""


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\InstalledThemes\MCT]
"%windir%\\Globalization\\MCT\\MCT-AU\\Theme\\AU.theme"=""
"%windir%\\Globalization\\MCT\\MCT-CA\\Theme\\CA.theme"=""
"%windir%\\Globalization\\MCT\\MCT-GB\\Theme\\GB.theme"=""
"%windir%\\Globalization\\MCT\\MCT-US\\Theme\\US.theme"=""
"%windir%\\Globalization\\MCT\\MCT-ZA\\Theme\\ZA.theme"=""

;-------------------------------------------------------------------------------------------------
   ;Speed up shell response

	[HKEY_CURRENT_USER\Control Panel\Desktop]
	"MenuShowDelay"="2"

	[HKEY_USERS\S-1-5-19\Control Panel\Desktop]
	"MenuShowDelay"="2"

	[HKEY_USERS\S-1-5-20\Control Panel\Desktop]
	"MenuShowDelay"="2"

	[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
	"Start_ShowRun"=dword:00000001

;-------------------------------------------------------------------------------------------------
   ;Notepad saves window position

	[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
	"fSaveWindowPositions"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{D20EA4E1-3957-11D2-A40B-0C5020524153}]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{21EC2020-3AEA-1069-A2DD-08002B30309D}]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3080F90E-D7AD-11D9-BD98-0000947B0257}]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{871C5380-42A0-1069-A2EA-08002B30309D}]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{7007ACC7-3202-11D1-AAD2-00805FC1270E}]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{2559A1F3-21D7-11D4-BDAF-00C04F60B9F0}]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{2559A1F0-21D7-11D4-BDAF-00C04F60B9F0}]

;-------------------------------------------------------------------------------------------------

;Make the text white in command windows

[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"DefaultColor"=dword:0000000F

;----------------------------------------------------------

[HKEY_CLASSES_ROOT\Drive\shell\runas]
@="Defragment"

[HKEY_CLASSES_ROOT\Drive\shell\runas\command]
@="defrag %1 -v"

[HKEY_CLASSES_ROOT\Drive\shell\runas]
@="Defragment"
"Extended"=""

[HKEY_CLASSES_ROOT\Drive\shell\runas\command]
@="defrag %1 -v"

[HKEY_CLASSES_ROOT\CLSID\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}]
@="Group Policy Editor"
"InfoTip"="Starts the Group Policy Editor"

[HKEY_CLASSES_ROOT\CLSID\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}\DefaultIcon]
@="%SYSTEMROOT%\\System32\\gpedit.dll"

[HKEY_CLASSES_ROOT\CLSID\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}\Shell]

[HKEY_CLASSES_ROOT\CLSID\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}\Shell\Open]

[HKEY_CLASSES_ROOT\CLSID\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}\Shell\Open\Command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,\
  63,00,2e,00,65,00,78,00,65,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,\
  00,52,00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,\
  33,00,32,00,5c,00,67,00,70,00,65,00,64,00,69,00,74,00,2e,00,6d,00,73,00,63,\
  00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}]
@="Add Group Policy to Control Panel"

[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}]
@="Registry Editor"
"InfoTip"="Starts the Registry Editor"
"System.ControlPanel.Category"="5"

[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\DefaultIcon]
@="%SYSTEMROOT%\\regedit.exe"

[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell]

[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell\Open]

[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell\Open\Command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,72,00,65,00,67,00,65,00,64,00,69,00,74,00,2e,00,65,00,78,00,65,00,\
  00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{77708248-f839-436b-8919-527c410f48b9}]
@="Add Registry Editor to Control Panel"

[HKEY_CLASSES_ROOT\Drive\shell\diskcleanup]
@="Disk Cleanup"

[HKEY_CLASSES_ROOT\Drive\shell\diskcleanup\command]
@="cleanmgr.exe /d %1"



#2 User is offline   Daniel007 

  • Group: Members
  • Posts: 2
  • Joined: 10-December 07

  Posted 14 November 2009 - 02:38 PM

Thank you. Some of these tweeks will be very useful.

Daniel

#3 User is offline   suos 

  • Group: Members
  • Posts: 6
  • Joined: 28-November 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 14 November 2009 - 04:40 PM

Great, really a time saver :thumbup

#4 User is offline   jbm 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 635
  • Joined: 16-September 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 November 2009 - 07:13 PM

Thanks, this will be usefull.
I wanted to choose what icons are on the desktop.
To help I came up with this

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]

;ieexplorer? Had no effect on my system
"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000001

;users documents
"{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000001

;My Computer
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001

;Network
"{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000001

;ControlPanel
"{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000001

;REcyclebin
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001


#5 User is offline   affidavit 

  • Junior
  • Pip
  • Group: Members
  • Posts: 82
  • Joined: 05-February 04

Posted 14 November 2009 - 11:32 PM

glad you guys like the tweaks...
im not sure they are labeled .. i need to browse threw it and see the exact tweaks but some of my fav.'s are the my computer right click options (services, regedit, device manager, ect...) saves time and is very usefull

if i get the time ill edit the registry tweaks to add more about what each tweak does..

#6 User is offline   ArcticBloom 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 10-November 09

Posted 15 November 2009 - 05:29 AM

To JBM , why are settings listed under " Hide " desktop icons ?

If this reg setting means " Show-up " on desktop , can this reg tweak also be used to FORCE icons to show-up???
I found a lot of questions from people missing desktop icons , while they where present at first. i.e. after reboot.

If the reason of missing icons is a short of icon-cache , how can i enlarge the icon-cache to prevent this in Win 7 ?

Thanks.

#7 User is offline   jbm 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 635
  • Joined: 16-September 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 November 2009 - 06:42 AM

View PostArcticBloom, on Nov 15 2009, 06:29 AM, said:

To JBM , why are settings listed under " Hide " desktop icons ?

If this reg setting means " Show-up " on desktop , can this reg tweak also be used to FORCE icons to show-up???
I found a lot of questions from people missing desktop icons , while they where present at first. i.e. after reboot.

If the reason of missing icons is a short of icon-cache , how can i enlarge the icon-cache to prevent this in Win 7 ?

Thanks.


This tweak only effects the 6 icons listed.
I found the following searching on google
Rebuild icon cache

#8 User is offline   radigast 

  • Junior
  • Pip
  • Group: Members
  • Posts: 79
  • Joined: 16-October 07

Posted 24 November 2009 - 01:10 AM

View Postaffidavit, on Nov 15 2009, 12:32 PM, said:

if i get the time ill edit the registry tweaks to add more about what each tweak does..

Thanks for the list of tweaks. More documentation would be very helpful so everyone would know exactly what each tweak does, and can make better decisions about which tweaks to include.

#9 User is offline   Sprite 

  • Group: Members
  • Posts: 3
  • Joined: 25-November 09

Posted 26 November 2009 - 12:20 PM

View Postradigast, on Nov 24 2009, 01:10 AM, said:

View Postaffidavit, on Nov 15 2009, 12:32 PM, said:

if i get the time ill edit the registry tweaks to add more about what each tweak does..

Thanks for the list of tweaks. More documentation would be very helpful so everyone would know exactly what each tweak does, and can make better decisions about which tweaks to include.


I mirror the above, first off, many thanks for these tweeks! some of them are brillaint. The trouble is i'e only taken on board a few as i do not have enough understanding as to what each one does. Any documentation would be very much welcomed. Again, thanks so much, signed up just to say thanks! :)

#10 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,976
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 26 November 2009 - 12:53 PM

most of those "tweaks" are useless.

Forcing Aero doesn't work since Feb CTP of Vista. Disabling UAC is also bad and the prefetcher and feedback tool setting is useless. Also the takeown command only works on english Windows versions.

Only the AutoReboot and the new program entries are ok.

#11 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

  Posted 26 November 2009 - 04:21 PM

View PostMagicAndre1981, on Nov 26 2009, 12:53 PM, said:

Also the takeown command only works on english Windows versions.
Take own command can be altered to this and work Multi-Lingual.

http://www.howtogeek.com/forum/topic/take-...s=1#post-119543

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant *S-1-5-32-544:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant *S-1-5-32-544:F"

[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant *S-1-5-32-544:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant *S-1-5-32-544:F /t"

This post has been edited by MrJinje: 26 November 2009 - 04:47 PM


#12 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,976
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 27 November 2009 - 05:28 AM

you should post this in a new topic and make it sticky!

#13 User is offline   affidavit 

  • Junior
  • Pip
  • Group: Members
  • Posts: 82
  • Joined: 05-February 04

Posted 29 November 2009 - 07:51 AM

@MAgicAndre...

Quote

most of the tweaks are useless

sorry you feel that way if you dont like it dont use it


I been really busy guys and i havnt had a chance i promise i will update the tweaks here soon and even add a few.. and most of the tweaks are not useless.. and I personally like disabling uac.. its not irreversible.. u can change it later it just changes the setting... forceing areo from my experience.. does work...

most of the tweaks make it easier to get around 7... prolly not all labeled yes.. but i will get to that.. mainly the right click tweaks.. but yes.. ill add more to it soon working tons of hours and havnt had time.. but will get back to it promise

I do promise you tho that there is nothing in those tweaks that will adversely affect your pc... performance or stability.. and I would almost guarantee that you will like the end result..

#14 User is offline   spacesurfer 

  • Pharmassist
  • Group: Patrons
  • Posts: 1,668
  • Joined: 31-July 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 29 November 2009 - 09:57 AM

humm, anyone tried to enable aero on unsupported card?

original poster, did you try before you posted?

#15 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,976
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 29 November 2009 - 01:27 PM

As I said, this tweak only worked till Dec 2005 CTP (Build 5270) of Vista. Starting with Feb CTP (5308), you must have a Dx9 card with WDDM1.0 drivers.

#16 User is offline   Stoner81 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 342
  • Joined: 15-June 08

Posted 30 November 2009 - 06:01 PM

Nice collections thank!

#17 User is offline   smartie77 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 02-May 07

  Posted 04 December 2009 - 11:29 PM

the settings only work on Vista Alphas from the 40xx series ( WINHEC 2004 - 4074 and leaked 4093 for example )

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer]
"MILDesktop"=dword:00000001
"MILExplorer"=dword:00000001


In the time given ( 2003/2004 ) "AERO" was not what it is today, Net framework 3.x was in development. The above settings make the taskbar and startmenu of Longhorn 40xx tranparent like this here : http://members.iinet.com.au/~aaronharvey/V...eroBackThen.jpg

and paired with the Desktop Window Manager can let rain rain "blue stars" ( SVG animated artwork ) over your desktop.. technology showcase only and buggy too. So were the Longhorn days...

The settings have no effect in Vista rtm and 7 rtm. They only lead to a invalid registry which should be avoided !stability.
:}

This post has been edited by smartie77: 04 December 2009 - 11:42 PM


#18 User is offline   b-man 

  • Member
  • PipPip
  • Group: Members
  • Posts: 217
  • Joined: 28-April 09

Posted 08 November 2010 - 05:46 AM

iv created some reg entries for the context menu
Windows Registry Editor Version 5.00


[HKEY_CLASSES_ROOT\Directory\Background\shell\Open With Notepad]
"Icon"=hex(2):43,00,3a,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,5c,\
  00,43,00,6f,00,6e,00,74,00,65,00,78,00,74,00,20,00,4d,00,65,00,6e,00,75,00,\
  20,00,49,00,63,00,6f,00,6e,00,73,00,5c,00,4e,00,6f,00,74,00,65,00,70,00,61,\
  00,64,00,2e,00,69,00,63,00,6f,00,00,00

[HKEY_CLASSES_ROOT\Directory\Background\shell\Open With Notepad\command]
@="notepad"



but it doesnt display when i want it.
it displays when i right click in the folder instead of right click on a file
where am i meant to create the files to do it that way

also for xp i had these how do i do these? i have them as .dll files would they work with win 7 if i registered them?
-show/hide file type ext
-select all

and how do i associate a file ext to a certain program through the registry?

eg associate mplayer.exe with .avi files?

This post has been edited by b-man: 08 November 2010 - 11:43 PM


#19 User is offline   vladv 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 20-March 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 March 2011 - 04:39 AM

Any new registry tweaks?

#20 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,976
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 21 March 2011 - 07:46 AM

no. Why? most settings are set by default or don't bring any improvements.

Share this topic:


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

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



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