Windows Registry Tweak that my come handy
Remove 'Shortcut To ...' Prefix when you create new Shortcut
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"link"=hex:00,00,00,00
Add 'Disk Cleanup' on Right Click of a Drive
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive\shell\Disk Cleanup\command]
@="cleanmgr.exe /d %1"
This allows you to disable the new Search Assistant Dog and use the traditional search interface in Windows Explorer.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"FullPath"=dword:00000000
"FullPathAddress"=dword:00000001
"Use Search Asst"="no"
"Settings"=hex:0c,00,02,00,1b,01,e7,77,60,00,00,00
Disables "Take A Tour" Bubble Pop-up in windows
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000
Disable USB Autorun
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\Autorun.inf]
@="@SYS:DoesNotExist"
Speedup the Windows XP Start Menu
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="2"
Enable to extract MSI files by right click
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\Msi.Package\shell\Unpack MSI\command]
@="msiexec.exe /a \"%1\" /qb TARGETDIR=\"%1-Unpacked\""
Tweak that allows renaming of Recycle Bin
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:50,01,00,20
"CallForAttributes"=dword:00000000
Disable Automatic Restart in the event of a Blue Screen of Death
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot"=dword:00000000
To remove language bar from Taskbar
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]
@="Language bar"
"MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll,-325"
When you right click on a Drive or Folder. This tweak adds 'Command Prompt here' on Right Click Menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here]
@="Command &Prompt Here"
[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here\command]
@="cmd.exe /k cd %1 "
[HKEY_CLASSES_ROOT\Drive\shell\Command Prompt Here]
@="Command &Prompt Here"
[HKEY_CLASSES_ROOT\Drive\shell\Command Prompt Here\command]
@="cmd.exe /k cd %1 "
[HKEY_CLASSES_ROOT\*\shell\Command Prompt Here]
@="Command &Prompt Here"
[HKEY_CLASSES_ROOT\*\shell\Command Prompt Here\command]
@="cmd.exe \\\"%1\\\""
0 comments:
Post a Comment