User Guides Registry Tweaks in Windows

Good Guide some registry tweaks in windows. i didnt discover them.

adds "Open Command Window Here" on the right click menu for folders:

[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Open Command Window Here"
[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@="Open Command Window Here"
[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@="cmd.exe /k \"cd %L\""

Show protected system files in explorer:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\Advanced\Folder\SuperHidden]
"DefaultValue"=dword:00000001

Disable xp cd burning:

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer]
"NoCDBurning"=dword:00000001

removes language bar:

[-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]
@="Language bar"
"MenuTextPUI"="@%SystemRoot%\System32\msutb.dll,-325"

opens nfo files with notepad:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.nfo]
"Application"="NOTEPAD.EXE"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.nfo\OpenWithList]
"a"="Explorer.exe"
"MRUList"="ba"
"b"="NOTEPAD.EXE"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.nfo\OpenWithProgids]
"MSInfo.Document"=hex(0):

disables error reporting:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\Err orReporting]
"AllOrNone"=dword:00000001
"DoReport"=dword:00000000
"IncludeKernelFaults"=dword:00000000
"IncludeMicrosoftApps"=dword:00000000
"IncludeWindowsApps"=dword:00000000
"ShowUI"=dword:00000000

Simply copy the entries to a .reg file and execute
 
Good one .. But for viewing .Nfo files, I would recommend Damn Nfo Viewer .. Its just the best ..

And btw .. The last tweak should be ..Pchealth\ErrorReporting
This can also be done through :
Start > Run > Sysdm.cpl <Press Enter>
Click on Advanced Tab,
Click on Error Repoting,
Select Disable Error reporting ..
Apply .. Ok ..
Done . .. :) .

And yeah . .. That disable CD burning is a nice way to maximize cd performance.. I should recommend it .. Btw .. Make the \Windows\Curr entVersion\Explorer to \Windows\CurrentVersion\Explorer (ie remove space between Curr and entVersion) ...
 
Back
Top