27.11.11
6 Registry Hacks to Make Your PC Faster
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
Speed Up Windows 7 Taskbar Navigation with a Registry Hack
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
I've been frustrated as of late with the Windows 7 taskbar (which led me to try hot-dogging it on the left-hand side as detailed here—by the way GREAT and useful tips in the 331 comments!). The fundamental problem was that you needed two clicks to navigate to your document if you have two instances of a program running. Or you're stuck with hovering for what feels like an eternity.
26.11.11
Changing your Modem's Initialization String
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
2.Go to
HKEY_LOCAL_MACHINE\System\CurrentControlSet \Services \Class \Modem \0000 \Init
3.Change the settings to the new values
Turn Off Window Animation
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
1. Open RegEdit
2. Go to HKEY_CURRENT_USER\Control panel \Desktop\ WindowMetrics
3. Create a new string value "MinAnimate".
4. Set the value data of 0 for Off or 1 for On
Removing the Shortcut Icon Arrows
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
2.Open the Key HKEY_CLASSES_ROOT
3.Open the Key LNKFILE
4.Delete the value IsShortcut
5.Open the next Key PIFFILE
6.Delete the value IsShortcut
7.Restart the Windows
Add\delete programs to run every time Windows starts
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
To add or remove programs in the Registry
1.Open RegEdit
2.Go to the desired Key
Setting the Minimum Password Length
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
2.Go to
HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Policies\ Network
3. Now, choose the Edit/New/Binary value command and call the new value MinPwdLen. Press Enter twice and Assign it a value equal to your minimum password length.
Recycle Bin Edits
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
Add rename to the menu:
HKEY_CLASSES_ROOT\CLSID\ {645FF040-5081-101B-9F08-00AA002F954E}\ ShellFolder
"Attributes"=hex:50,01,00,20
Add delete to the menu:
HKEY_CLASSES_ROOT\CLSID\ {645FF040-5081-101B-9F08-00AA002F954E}\ ShellFolder
"Attributes"=hex:60,01,00,20
Add rename and delete to the menu:
HKEY_CLASSES_ROOT\CLSID\ {645FF040-5081-101B-9F08-00AA002F954E} \ShellFolder
"Attributes"=hex:70,01,00,20
Opening Explorer from My Computer
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
1. Open RegEdit
2. Go to
HKEY_CLASSES_ROOT\CLSID\ {20D04FE0-3AEA-1069-A2D8-08002B30309D}\ Shell
3 . Add a new Key named "Open" if it does not exists by right clicking "Shell" and selecting new.
4. . Add a new Key named "Command" by right clicking "Open" and selecting new
5. Set the (Default) value for the Command Key to "Explorer.exe" or "C:\Windows\Explorer.exe"
Disabling My Computer
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
To disable this:
1.Open RegEdit
2.Search for 20D04FE0-3AEA-1069-A2D8-08002B30309D
3.This should bring you to the HKEY_CLASSES_ROOT\CLSID section
4.Delete the entire section.
Disabling the Right-Click on the Start Button
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
In situations where you don't want to allow users to be able to do this in order to secure your computer.
1.Open RegEdit
2.Search for Desktop
3.This should bring you to HKEY_CLASSES_ROOT\Directory
4.Expand this section
5.Under Shell is Find
6.Delete Find
Changing the caption on the Title Bar
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
For Outlook Express:
1. Open RegEdit
2. Go to
HKEY_CURRENT_USER\Software\Microsoft\OutLook Express
For IE5 and up use:
HKEY_CURRENT_USER\IDENTITIES \{9DDDACCO-38F2-11D6-93CA-812B1F3493B}\ SOFTWARE\ MICROSOFT\ OUTLOOK EXPRESS\5.0
3. Add a string value "WindowTitle" (no space)
4. Modify the value to what ever you like.
Disabling Drives in My Computer
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
1.Open RegEdit
2.Go to
HKEY_CURRENT_USER\Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ Explorer
3.Add a New DWORD item and name it NoDrives
4.Give it a value of 3FFFFFF
Changing the Tips of the Day
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ Windows\ CurrentVersion\ explorer\ Tips
Changing Telnet Window
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
1. Open RegEdit
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Telnet
3. Modify the value data of "Rows"
Removing Items from NEW Context Menu
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
To remove items from that list:
1. Open RegEdit
2. Do a Search for the string ShellNew in the HKEY_CLASSES_ROOT Hive
3. Delete the ShellNew command key for the items you want to remove.
Remove Open, Explore & Find from Start Button
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
Open shows your Programs folder. Explore starts the Explorer and allows access to all drives.
Find allows you to search and then run programs. In certain situations you might want to disable this feature.
To remove them:
1.Open RegEdit
2.Go to HKEY_CLASSES_ROOT\Directory\Shell\Find
Adding Items to the Start Button
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
1.Open RegEdit
2.Go to HKEY_CLASSES_ROOT\Directory\Shell
3.Right-click on Shell and select New Key
4.Type in the name of the key and press the Enter key
5.In the Default name that shows in the right hand panel, you can add a title with a "&" character in front of the letter for a shortcut
Changing the MaxMTU for faster Downloads
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
They are the MaxMTU, MaxMSS and DefaultRcvWindow, and DefaultTTL
1.Open RegEdit
2.Go to
HKEY_LOCAL_MACHINE\System\CurrentControlset\ Services\ Class\ net\ 000x
(where x is your particular network adapter binding.)
3.Right click on the right panel
Disable Password Caching
Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed
1. Open RegEdit
2. Go to the key
HKEY_LOCAL_MACHINE\SOFTWARE \Microsoft\ Windows\ CurrentVersion\ Policies\ Network