Advanced Windows Registry Tweaks 1
Welcome, Guest. Please login or register. Did you miss your activation email?


Britec Computer Tech Help Support Forums  « Microsoft Support  « System Tweaks « Advanced Windows Registry Tweaks 1
Pages: [1]
  Print  
Author Topic: Advanced Windows Registry Tweaks 1  (Read 2400 times)
Britec
Administrator
Hero Member
*****
Posts: 3496



View Profile
« on: September 01, 2010, 02:24:55 PM »

Advanced Windows Registry Tweaks 1



NOTE: Be careful editing the registry. Worst case scenario: Windows won't boot anymore. If you are not sure, leave things unchanged! My advise: create a system image before making major changes!


Discharge unused DLLs
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ explorer]
"AlwaysUnloadDll"=dword:00000001 "

Opens a new process for the explorer, to make it more stable
[HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer]
"DesktopProcess"=dword:00000001 "

No animation
[HKEY_CURRENT_USER \ Control Panel \ Desktop \ WindowMetrics]
"MinAnimate"="0"

See currencies caches in the Device Manager

[HKEY_LOCAL_MACHINE \ SYSTEM \ ControlSet001 \ Control \ Session Manager \ Environment]
"DEVMGR_SHOW_DETAILS"="1"

Fix bug in the Disk Cleaner
[-HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ VolumeCaches \ Compress old files]


Optimize memory
[HKEY_LOCAL_MACHINE \ SYSTEM \ ControlSet001 \ Control \ Session Manager \ Memory Management]
"SecondLevelDataCache"=dword:00000100

[HKEY_LOCAL_MACHINE \ SYSTEM \ ControlSet002 \ Control \ Session Manager \ Memory Management]
"SecondLevelDataCache"=dword:00000100

[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Session Manager \ Memory Management]
"SecondLevelDataCache"=dword:00000100


Classic Interface system folder
[HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer]
"ForceClassicControlPanel"=dword:00000001

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


Better management of Prefetch
[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Session Manager \ Memory Management \ PrefetchParameters]
"EnablePrefetcher"=dword:00000002


Open 16 bit programs in a separate memory space, it increases stability in the use of 16 bit programs

[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ WOW]
"DefaultSeparateVDM"="Yes"


Lets you place the files needed to boot optimal way on the hard drive to allow for faster boot
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Dfrg \ BootOptimizeFunction]
"Enable"="N"


Start services after 5 seconds instead of 20 by default. Judgment of Windows faster

[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control]
"WaitToKillServiceTimeout"="5000"
"HungAppTimeOut"="5000"


Judgment of Windows faster, displaying menus faster, more SmoothScroll in Explorer (Effect alpha)
[HKEY_CURRENT_USER \ Control Panel \ Desktop]
"AoutoEndTasks"="1"
"SmoothScroll"=hex:00,00,00,00
Note
"UserPreferencesMask"=hex:9C,12,05,80
Note
"ForegroundLockTimeout"=dword:00000000
"HungAppTimeout"="5000"
"WaitToKillServiceTimeout"="5000"
"MenuShowDelay"="80"
"WaitToKillAppTimeout"="5000"

Setting the CPU priority
[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ PriorityControl]
"Win32PrioritySeparation"=dword:00000026


Addition of "Services" in the right click on the My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services]
@=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00
"SuppressionPolicy"=dword:4000003c
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,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,2f,00,73,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,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00

Adds Management of peripherals to right click on My Computer
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ CLSID \ (20D04FE0-3AEA-1069-A2D8-08002B30309D) \ shell \ DevMgr]
@ = "Management peripherals"
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ CLSID \ (20D04FE0-3AEA-1069-A2D8-08002B30309D) \ shell \ DevMgr \ command]
@="mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc"


Adds "Regedit" to right click on My Computer
[HKEY_CLASSES_ROOT \ CLSID \ (20D04FE0-3AEA-1069-A2D8-08002B30309D) \ shell \ regedit]
@="Regedit"
************************************************************************************* ************************************************** ***********************************
Personally add: '' Go:''
[HKEY_CLASSES_ROOT \ CLSID \ (20D04FE0-3AEA-1069-A2D8-08002B30309D) \ shell] create a key called 'regedit'
Then on 'regedit' create a key attribute called command and the source of regedit: c: \ windows \ regedit.exe

************************************************************************************* ************************************************** ***********************************

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


Adds Defragmenter to right click on a drive
[[HKEY_CLASSES_ROOT \ Drive \ shell \ Defrag \ command]
@="DEFRAG.EXE %1"


Adds "Open Terminal here" on issues, and readers

[HKEY_CLASSES_ROOT\Directory\shell\cmd] [HKEY_CLASSES_ROOT \ Directory \ shell \ cmd]
@ = "Open Terminal here"
[HKEY_CLASSES_ROOT \ Directory \ shell \ cmd \ command]
@ = "Cmd.exe / k \"% L cd \ ""
[HKEY_CLASSES_ROOT\Drive\shell\cmd] [HKEY_CLASSES_ROOT \ Drive \ shell \ cmd]
@ = "Open Terminal here"
\[HKEY_CLASSES_ROOT \ Drive \ shell \ cmd \ command]
@ = "Cmd.exe / k \"% L cd \ ""


Configuring Windows Media Player 9 (anti-spy)

[HKEY_CURRENT_USER \ Software \ Microsoft \ MediaPlayer \ Preferences]
"SilentAcquisition" = dword: 00000000
"SendUserGUID" = hex: 00
"UpgradeCodecPrompt" = dword: 00000000
"UpgradeCheckFrequency" = dword: 00000002
"MetadataRetrieval" = dword: 00000000
"UsageTracking" = dword: 00000000
"DisableMRU" = dword: 00000001
"ShowAppTitlebar" = dword: 00000000
"FirstRun" = dword: 00000000
"StartInMediaGuide" = dword: 00000001
"AlwaysOnTop" = dword: 00000000
"EnableScreensaver" = dword: 00000000
"DoNotShowAnchor" = dword: 00000001
"AutoAddMusicToLibrary" = dword: 00000001
"AutoAddRemovable" = dword: 00000000
"PromptLicenseBackup" = dword: 00000000
"ForceOnline" = dword: 00000000
"AcceptedPrivacyStatement" = dword: 00000001

[HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ WindowsMediaPlayer]
"GroupPrivacyAcceptance" = dword: 00000001


Met more icons cache

[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer]
"Max Cached Icons"="8192"


Re-organize the start menu and favorites

[-HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ MenuOrder \ Favorites]
[-HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ MenuOrder \ Start Menu]
[-HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ MenuOrder \ Start Menu \ Programs]
[-HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ MenuOrder \ Start Menu2]
[-HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ MenuOrder \ Start Menu2 \ Programs]


Passport
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Passport] [HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ Passport]


Disable notification of the Security Center
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Security Center]
UpdatesDisableNotify" = dword: 00000001


Increase the number of simultaneous on-site downloads (2 default)

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

[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ AFD \ Parameters]
"DefaultSendWindow" = dword: 00017a00
"DefaultReceiveWindow" = dword: 00017a00
"TransmitWorker" = dword: 00000010
"PriorityBoost" = dword: 0000000a

« Last Edit: September 01, 2010, 02:34:29 PM by Britec » Logged



MicroKid
Newbie
*
Posts: 28



View Profile
« Reply #1 on: October 01, 2010, 08:08:42 AM »

will tweaks 1 and 2 work with windows7
Logged
Britec
Administrator
Hero Member
*****
Posts: 3496



View Profile
« Reply #2 on: October 01, 2010, 12:58:16 PM »

Some will but not all
Logged



iisjman07
Jr. Member
**
Posts: 52


View Profile
« Reply #3 on: October 01, 2010, 11:41:24 PM »

Very nice post
Logged
BJseal91
Hero Member
*****
Posts: 699



View Profile
« Reply #4 on: April 25, 2011, 10:42:24 AM »

Good Post thanks for posting

Bradley
Logged
Pages: [1]
  Print  
 
Jump to: