Jump to content

Registry tweaks


cro-man

Recommended Posts

These tweaks and fixes are not my work. I picked it up from various sites.

Use the tweaks at your own risk.

Credits goes to their original authors.

The oldest advice is still the best advice:

Back up the registry and have a valid restore point before editing the registry

Windows Registry Editor Version 5.00

; XP Tweaks Collection.

; This file is segmented into these sections:

; - General Settings

; - General Customation

; - Startup / Shutdown

; - Logon

; - Start Menu

; - Context Menus

; - Multim

Edited by N1K
Link to comment
Share on other sites

Remove print from all the files:

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]
-----------------------------------------------------------------
; Remove Print From Images

[-HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\print]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\text\shell\print]
;-----------------------------------------------------------------------------------------

; Remove Print From TXT Files

[-HKEY_CLASSES_ROOT\txtfile\shell\print]
;-----------------------------------------------------------------------------------------

; Remove Print From REG Files

[-HKEY_CLASSES_ROOT\regfile\shell\print]
;-----------------------------------------------------------------------------------------

; Remove Print From CMD Files

[-HKEY_CLASSES_ROOT\cmdfile\shell\print]
;-----------------------------------------------------------------------------------------

; Remove Print From Batch Files

[-HKEY_CLASSES_ROOT\batfile\shell\print]
;-----------------------------------------------------------------------------------------

; Remove Print From INI Files

[-HKEY_CLASSES_ROOT\inifile\shell\print]
;-----------------------------------------------------------------------------------------

; Remove Print From INF Files

[-HKEY_CLASSES_ROOT\inffile\shell\print]
;-----------------------------------------------------------------------------------------

; Remove Print From PHP Files (Change AppName, To Name Of Default App For File Type)

[-HKEY_CLASSES_ROOT\AppName.php\shell\print]
;-----------------------------------------------------------------------------------------

; Remove Print From PDF Files (Change AppName, To Name Of Default App For File Type)

[-HKEY_CLASSES_ROOT\AppName.Document\shell\print]
;-----------------------------------------------------------------------------------------

; Remove Print From Word Docs

[-HKEY_CLASSES_ROOT\Word.Document.8\shell\Print]
;-----------------------------------------------------------------------------------------

; Remove Print From PowerPoint Docs

[-HKEY_CLASSES_ROOT\PowerPoint.Show.8\shell\Print
;-----------------------------------------------------------------------------------------

Link to comment
Share on other sites

  • 1 month later...

with

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

What is the @ symbol mean? Because in HKEY_CLASSES_ROOT\Directory\shell\ there is only \find\.

Link to comment
Share on other sites

  • 10 months later...
  • 1 month later...
  • 8 months later...

for faster boot

Windows Registry Editor Version 5.00

;Allows boot files to be placed optimally on the hard-drive for faster boots.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]
"Enable"="Y"

;Disables Backup System Files with Successful Boot
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon]
"ReportBootOk"="0"

no my documents/shared folder etc in my computer (vista style my computer)

Windows Registry Editor Version 5.00 

;Remove Shared Documents from My Computer
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]

rename my documents and my computer to like of vista

Windows Registry Editor Version 5.00

; Rename My Computer,Documents,network plces etc to like of Vista
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]
@="Computer"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
@="Documents"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}]
@="Network Places"

general system performance boost up

Windows Registry Editor Version 5.00

; Speed up Opening of My Computer and Windows Explorer

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"NoNetCrawling"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRemoteRecursiveEvents"=dword:00000001

; Speed up Copying/Moving of .ZIP Files
[-HKEY_CLASSES_ROOT\.zip\CompressedFolder]
[-HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder]

; Speed up Shutdown
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="100"
"WaitToKillAppTimeout"="1000"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"

; Speed up Access to .AVI Media Files
[-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}]]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32]

; Optimize Core System Performance
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...