hitminion Posted September 27, 2013 Share Posted September 27, 2013 1- Prevent Windows Update from Forcibly Rebooting Your ComputerOpen up regedit.exe through the start menu search box or run dialog and navigate down to the following key creating new keys if they don’t existHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AUCreate a new 32-bit DWORD value named NoAutoRebootWithLoggedOnUsers and give it a value of 1 to prevent automatic reboot while users are logged on. Delete the value to put things back to the way they were.Or just download and extract the registry hack files and double-click on WUNoAutoReboot.reg to disable automatic reboots. The other script will remove the hack.http://www.mediafire.com/?ydtede7q1gkfb7r2- Add "Open with Notepad" to the Context Menu for All FilesOpen regedit.exe through the start menu search or run box and then browse down to the following key:HKEY_CLASSES_ROOT\*\shellRight-click on “shell” and choose to create a new key calling it “Open with Notepad”. Create a new key below that one called “command”. Double-click on the (Default) value in the right-hand pane and enter in the following:notepad.exe %1The change should take effect immediately just right-click on any file and you’ll see the next menu entry.Or just download, extract and double-click on the OpenWithNotepad.reg file to enter the information into the registry. There’s also an uninstall script included.http://www.mediafire.com/download/2q9qj4kwukkaf7p/OpenWithNotepad.rar3- Disable All Notification Balloons in Windows 7 or VistaOpen up regedit.exe through the start menu search or run box, and then browse down to the following key:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AdvancedRight-click on the right-hand pane and create a new 32-bit DWORD with the following values:Name: EnableBalloonTipsValue: 0You’ll have to logoff and back on in order to see the change or to be more correct, you won’t see any popup balloons anymore.Or simply download, extract, and double-click on the DisableNotificationBalloons.reg file to enter the information into the registry. There’s also an included EnableNotificationBalloons file that will reverse the change.http://www.mediafire.com/?mo9a941lro078464- Add Any Application to the Windows Desktop Right-Click MenuOpen up regedit.exe through the Start Menu search or run box, and then browse down to the following key:HKEY_CLASSES_ROOT\Directory\Background\shellRight-click on the “shell” key, and then choose New \ Key from the menu. Give the new key the name that you want to show up on the desktop context menu. For this example we’ll be using Notepad. Create the command key that will actually hold the command used to launch the application. Right-click on the new Notepad key, and then choose New \ Key from the menu. Give this key the name “command” in lowercase. To complete this step you’ll need the full path to the application that you want to launch. You can use Shift + Right-Click to get the Copy as Path menu item to find this more quickly. Now click on “command” on the left side, and then double-click on the (Default) key in the right side to edit the string value. Paste in the full path to the executable that you got from the “Copy as Path” step above, or you can put in the full path yourself if you’d like.5- Add Registry Editor to Control PanelAfter installation you’ll need to choose System and Maintenance in the control panel. Perhaps most useful it’s now available through the start menu search box.Just extract and double-click on the installation script. You can remove using the included removal script.http://www.mediafire.com/?64b2hhvzzo186kf6- Remove "Shortcut" Text From New Shortcuts in Windows 7 or VistaOpen up regedit.exe through the start menu search box, and then browse down to the following registry key:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ExplorerOn the right-hand side you’ll find a key that is just called “link”, with a default value of 1e 00 00 00. Open this key up and change the 1e to 00 instead, leaving you with 00 00 00 00.You’ll have to log off and then back on to make this change take effect. Please note that this won’t affect existing shortcuts, only shortcuts that you create from now on. To change the setting back, just change back to the 1e value, log off and back on.Or just use these ready-to-use registry keyshttp://www.mediafire.com/?8p0wggq0178h5r87- Hide Drives from Your Computer in Windows 7 or VistaOpen up regedit.exe by using the start menu search box, and then browse down to the following key.HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ExplorerIf the Explorer key does not exist, you can right-click on Policies, select New Key and name it Explorer. The NoDrives key most likely does not exist by default, so you’ll need to create it with right-click \ new 32-bit DWORD and name it NoDrives.This value is a 32 bit number, and the bits are arranged in reverse order with a value of 1 hiding that drive. For example, if we wanted to hide drives A: and F: we would arrange it like this:A = 1B = 0C = 0D = 0E = 0F = 1G = 0H = 0I = 0J = 0K = 0L = 0M = 0N = 0O = 0P = 0Q = 0R = 0S = 0T = 0U = 0V = 0W = 0X = 0Y = 0Z = 0Converting 100001 to decimal we end up with a decimal value of 33 or a hex value of 0×21, so if you double-click on the key in the registry editor, choose Decimal and then enter 33 into the value field. In order to see these changes, you’ll need to restart explorer.exe, which you can do easily from Task Manager or the longer way by just logging off and back on.To disable this tweak, simply remove the NoDrives registry key entirely.Here’s a list of the values you’ll want to enter for a few different drive letters.Drive Letter - Decimal - Hex A 1 1 B 2 2 C 4 4 D 8 8 E 16 10 F 32 20 G 64 40 H 128 80If you want to hide multiple drives, you’ll need to use the table of all the drive letters to figure out the correct binary code, and then convert that to decimal or hex.8- Add Recycle Bin to “My Computer” in Windows 7 or VistaOpen up regedit.exe through the start menu search or run box, and then browse down to the following key:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpaceRight-click and create a new key. Name the key with the following text:{645FF040-5081-101B-9F08-00AA002F954E}Or simply download the file, extract it, and then either double-click on the AddRecycleBinToMyComputer.reg to add Recycle Bin or RemoveRecycleBinToMyComputer.reg to remove it.http://www.mediafire.com/?6pvx6qm8b6actc7 Quote Link to comment Share on other sites More sharing options...
tarekma7 Posted September 28, 2013 Share Posted September 28, 2013 Thank you Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.