This page contains examples of .reg files which will alter your Windows registry Begin by extracting the .reg file from its .zip equivalent. Once you double click the .reg
and it will automatically make alterations to your registry. Where needed,
you can edit the .reg file with notepad, for example, if you need to change a path or string
value.
Warning: 50,000+ people have read this page. Unfortunately, 2 users destroyed their machine by
using the .reg files inappropriately. Rather than withdrawing this page I
urge you: BEFORE using these .reg files, please read my
5 Stages of Registry Hacking and
in particular - check my Best Practice Summary.
Note this only works if you have Exchange 2003 /2000 installed on your
machine. However, it is probably one of the most useful .reg files.
What this .reg file does is to add ShowSecurityPage to the registry. The scenario is that you wish to configure the Security Tab in the properties of your Exchange Organization.
Solarwinds' Config Generator is a free tool, which puts you in charge of
controlling changes to network routers and other SNMP devices.
Boost your network performance by activating network device features
you've already paid for.
Guy says that for newbies the biggest benefit of this free tool is that
it will provide the impetus for you to learn more about configuring the SNMP
service with its 'Traps' and 'Communities'.
This .reg file is useful if you wish a machine to restart without the need to
logon. Naturally this is a completely insecure setting. The main
business case is for AutoAdminLogon is in Libraries, or when installing machines
via scripts.
Please note, that unlike the other .reg files there is no way this will work
unless you edit the file because the DefaultPassword in the file is "z1!8line1".
In fact, you may better off making your own AutoAdminLogon .reg file, see the
next item below.
Applying .reg files is useful, but best of all, you could create your own .reg files. Here is how you can do
it:
Launch Regedit (Start, Run, Regedit)
Navigate to the area of the registry you are interested in.
Select File (menu), Export and save as .reg file.
Note: Export Range at the bottom of the diagram and choose:
Selected branch.
Once you have mastered the technique to create .reg files, keep a look out for repetitive tasks where you need the same settings on multiple servers. Enabling the Security Tab on Exchange Servers is a classic
use for this .reg file technique.
Guy Recommends: SolarWinds Engineer's Toolset v10
This Engineer's Toolset v10 provides a comprehensive console of utilities
for troubleshooting computer problems. Guy says it helps me
monitor what's occurring on the network, and each tool teaches me more about how the
underlying system operates.
The keyword is 'Simultaneous', in early versions of Windows Explorer
you could only download 2 files at a time. While
Windows Explorer 8 increases this number to 6. Here is how edit the
registry and so achieve 10.
Internet Explorer 8 Settings.
Windows Registry Editor Version 5.00
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_MAXCONNECTIONSPERSERVER
"iexplore.exe "=dword:0000000a
Note: dword:0000000a is ten in decimal.
Note: Observer that Internet ... Explorer wraps to the
next line.
Internet Explorer 7 and Lower Settings
These use FEATURE_MAXCONNECTIONSPER1_0SERVER instead of
FEATURE_MAXCONNECTIONSPERSERVER
Windows Registry Editor Version 5.00
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_MAXCONNECTIONSPER1_0SERVER
"iexplore.exe "=dword:0000000a
Calculating IP Address ranges is a black art, which many network managers
solve by creating custom Excel spreadsheets. IPAT cracks this problem of
allocating IP addresses in networks in two ways:
For Mr Organized there is a nifty subnet calculator, you enter the network
address and the subnet mask, then IPAT works out the usable addresses and their
ranges. For Mr Lazy IPAT discovers and then displays the IP addresses of existing
computers.
This ebook will explain the workings of the registry. I thoroughly enjoy tweaking the registry, and I want to distill the best of my experiences and pass them on to you.
Each registry tweak has two aims; to solve a specific problem, and to provide general learning points, which help you to master regedit.
Over 60 pages ebook and PDF format
*
Custom Search
Guy Recommends: WMI Monitor and It's Free!
Windows Management Instrumentation (WMI) is one of the hidden
treasures of Microsoft operating systems.
Fortunately, Solarwinds
have created the
Free WMI Monitor so that you can actually see and understand these gems of
performance information. Take the guess work out of which
WMI counters to use for applications like Microsoft Active Directory,
SQL or Exchange Server.