Jump to content

Registry Tweaks, Part-1


Recommended Posts

couple of new reg tweaks 4 ya

;Disable Windows File Protection

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"SFCDisable"=dword:ffffff9d

;Disable the Ability to Remotely Shutdown the Computer Browser Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MrxSmb\Parameters

]

"RefuseReset"=dword:00000001

;Increase the USB Polling Interval

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Usb\0000]

"IdleEnable"=dword:00000001

;Disable Prefetcher

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Managemen]

"EnablePrefetcher"=dword:00000000

;Clear the Page File at System Shutdown

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]

"ClearPageFileAtShutdown"-dword:00000001

;Launch Windows Desktop in a Separate Process

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

"DesktopProcess"=dword:00000001

;Disable User Tracking

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoInstrumentation"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoInstrumentation"=dword:00000001

;Disable the Creation of Last Known Good

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"ReportBootOk"="0"

;Add QuickEdit To Command Prompt

[HKEY_CURRENT_USER\Console]

"QuickEdit"=dword:00000001

;Remove System Folders Baricade

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\WebView\BarricadedFolders]

"shell:ControlPanelFolder"=dword:00000000

"shell:SystemDriveRootFolder"=dword:00000000

"shell:ProgramFiles"=dword:00000000

"shell:Windows"=dword:00000000

"shell:System"=dword:0000000

;Don't Group Similar Taskbar Buttons

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"TaskbarGlomming"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"TaskbarGlomming"=dword:00000000

;Disable ScreenSaver

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop]

"ScreenSaveActive"=dword:00000000

;Remove the Help Option from the Start Menu

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoSMHelp"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoSMHelp"=dword:000000

;Force the Control Panel Classic Display Style

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"ForceClassicControlPanel"=dword:00000001

;Default Command Prompt Color

[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]

"DefaultColor"=dword:any combination you'll choose

first value is background second is forground eg. 0000000a=light green on black

0=black 8=gray

1=blue 9=light blue

2=green a=light green

3=aqua b=light aqua

4=red c=light red

5=purple d=light purple

6=yellow e=light yellow

7=white f=bright white

----===CAPO DI TUTTI CAPI===---

Link to comment
Share on other sites


Here's a new one for you guys. This keeps Windows from creating the Admin$, C$, etc. shares automatically on startup.

;Disable Default Hidden Shares
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
"AutoShareWks"=dword:00000000

Link to comment
Share on other sites

Hi Guys,

Is there a working registry tweaks that saves the Visual Effects setting which is located in "Control Panel > System > Performance > Visual Effect"? I notice when i change the settings and then go the Registry editor, nothing changes shows up. I also tried to use a registry tracer with such luck too. That's what puzzle me. Any hints guys onthis?

Also, is there one for the Views Option for Windows Explorer?

-Kenneth

Link to comment
Share on other sites

Here's a new one for you guys.  This keeps Windows from creating the Admin$, C$, etc. shares automatically on startup.
;Disable Default Hidden Shares
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
"AutoShareWks"=dword:00000000

Thanks for the tweak, but you should add the [ and ] or it won't work :)

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]
"AutoShareWks"=dword:00000000

Link to comment
Share on other sites

Hi Guys,

Here are some Internet Tweaks for you. :)

Cheers,

dare2001

;-------------------Not to Cache Failed DNS Entries.---------------------------

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"NetFailureCacheTime"=dword:00000000
"NegativeSOACacheTime"=dword:00000000
"NegativeCacheTime"=dword:00000000

;---Optimizes your TCP/IP for High Speed Cable internet connections.-------

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"SackOpts"=dword:00000001
"TcpWindowSize"=dword:0003ebc0
"Tcp1323Opts"=dword:00000001
"DefaultTTL"=dword:00000040
"EnablePMTUBHDetect"=dword:00000000
"EnablePMTUDiscovery"=dword:00000001
"GlobalMaxTcpWindowSize"=dword:0003ebc0

;--Optimum TCP/IP values for DSL Internet connections that implement PPPoE----

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"SackOpts"=dword:00000001
"TcpWindowSize"=dword:0003e640
"Tcp1323Opts"=dword:00000001
"DefaultTTL"=dword:00000040
"EnablePMTUBHDetect"=dword:00000000
"EnablePMTUDiscovery"=dword:00000001
"GlobalMaxTcpWindowSize"=dword:0003e640

;--------Faster loading of Web Pages-------------

Windows Registry Editor Version 5.00

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000020
"MaxConnectionsPer1_0Server"=dword:00000020

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

Link to comment
Share on other sites

Here's a new one for you guys.  This keeps Windows from creating the Admin$, C$, etc. shares automatically on startup.
;Disable Default Hidden Shares
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
"AutoShareWks"=dword:00000000

Thanks for the tweak, but you should add the [ and ] or it won't work :)

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]
"AutoShareWks"=dword:00000000

haha...my bad. Funny enough, it's got them in my reg file :rolleyes:

Link to comment
Share on other sites

got some more great tweaks from Terminator's site: XP-WIN2K3 Mods

;Broadband Tweak for Windows XP

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]

GlobalMaxTcpWindowSize="256960"

TcpWindowSize="256960"

Tcp1323Opts="1"

DefaultTTL="64"

EnablePMTUDiscovery="1"

EnablePMTUBHDetect="0"

SackOpts="1"

TcpMaxDupAcks="2"

MTU="1500"

;Disable automatic codec downloads (Media Player)

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]

"UpgradeCodecPrompt"=dword:00000000

Ok, what exactly does the Broadband tweak do? Is it compatible with ALL computers?

And on my machine, the Media Player settings you lot mention on here are in HEX format, not DWORD. :)

And someone posted a Windows Mouse Fix on here at some point - is that useful for anything in particular? It seemed to make my mouse speed act somewhat slower than the default.

Link to comment
Share on other sites

Termy, I've just realised that you got the whole Broadband Tweak thing typed out wrong!

a] You forgot to put the quotes on the setting titles, and

b] The settings are meant to be in DWORD format, not how you've got it.

Here's how I believe it's meant to be laid out:

;Broadband Tweak for Windows 2000/XP/2003
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"GlobalMaxTcpWindowSize"=dword:0003ebc0
"TcpWindowSize"=dword:0003ebc0
"Tcp1323Opts"=dword:00000001
"DefaultTTL"=dword:00000040
"EnablePMTUDiscovery"=dword:00000001
"EnablePMTUBHDetect"=dword:00000000
"SackOpts"=dword:00000001
"TcpMaxDupAcks"=dword:00000002
"MTU"=dword:000005dc

Unless your version actually worked properly and perfectly on your system (lord knows what sort of XP you've got, what with your Win2K3 winntbbu.dll and all... :):D), I believe I've solved a little something here... :rolleyes:

Link to comment
Share on other sites

And another thing, are you sure that the following tweaks are fully compatible with ALL computers?

;RAM usage tweaks
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001
"LargeSystemCache"=dword:00000001
"IoPageLockLimit"=dword:1bf00000
"SecondLevelDataCache"=dword:00000100

;AMD Processor Fix
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"LargePageMinimum"=dword:ffffffff

I use an AMD Athlon XP 2000+ with 512Mb RAM. Do the tweaks need to be altered or left as they are?

Link to comment
Share on other sites

Termy, I've just realised that you got the whole Broadband Tweak thing typed out wrong!

a]  You forgot to put the quotes on the setting titles, and

b]  The settings are meant to be in DWORD format, not how you've got it.

Here's how I believe it's meant to be laid out:

;Broadband Tweak for Windows 2000/XP/2003
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"GlobalMaxTcpWindowSize"=dword:0003ebc0
"TcpWindowSize"=dword:0003ebc0
"Tcp1323Opts"=dword:00000001
"DefaultTTL"=dword:00000040
"EnablePMTUDiscovery"=dword:00000001
"EnablePMTUBHDetect"=dword:00000000
"SackOpts"=dword:00000001
"TcpMaxDupAcks"=dword:00000002
"MTU"=dword:000005dc

Unless your version actually worked properly and perfectly on your system (lord knows what sort of XP you've got, what with your Win2K3 winntbbu.dll and all... :):D), I believe I've solved a little something here... :rolleyes:

first thing thats not my tweak its from a firend of mine so not sure on that but i do no it works on MY PC and this.

second the RAM tweak should be fine but the other one did not come from me i dont remember it i will look it up for you first before you use it.

Link to comment
Share on other sites

For the past 2 dayds, I have being testing and verifying various registry tweaks that I found. So far, I come across this two tweaks that I cannot get to work but seem everyone is using. How many of you got this working? If so, is there a special process such you have to apply it during a new installation? Because all my testing are tested on already installed Windows.

The way that I tested my tweaks is that I either logff and log back on or reboot my computer.

;Disable Remove the prefix "Shortcut to" when creating a new shortcuts.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"Link"=hex:00,00,00,00

;Disable Group similar taskbar buttons
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarGlomming"=dword:00000000

What is this registry tweak for? I find it in one of the post but when I tried, nothing happen or at least didn't find any changes takes place after I applied.

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

Has anyone successful create a registry tweaks for the various Visual Effects (Control Panel > System > Advance Tab > Performance) ? The one that I'm particular interested is to disable the "Common Tasks in Folder".

Also, another registry tweak I'm interested is switch from default Icon Views to Detail Views in Windows Explorer.

-Kenneth

Link to comment
Share on other sites

"SecondLevelDataCache"=dword:00000100

I use an AMD Athlon XP 2000+ with 512Mb RAM.  Do the tweaks need to be altered or left as they are?

"SecondLevelDataCache"=dword:00000100

With most computers now having L2 caches larger than that it pays to take the time to change the setting to correspond to the size of the cache memory installed.

100 = 256KB

200 = 512KB

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...