Windows Explorer - Script for Basic Registry Modifications

Every time I try to work on a new machine, there are several registry modifications that I make. I have finally gotten tired of making these changes manually and created these scripts.

Warning: I do NOT suggest that you simply download Basic_Changes_XP.reg and run it. You should first read and understand it (it is fairly simple to understand). These scripts were written to run on a Windows XP machine and a Windows 2000 machine. The only difference is where cmd.exe is located


Overview

In Windows Explorer, when you right click a file or folder, a popup menu is displayed. The options provided can be modified by modifying the Windows Registry.

There are 3 basic right-click menu capabilities that I add to all systems

In addition to modifying the registry, you will need to download CopyToClipboard.exe (14 kb) - a program that I wrote to copy any command line string to the clipboard, to If you use a different path, then you must manually modify the scripts. Notice that, within the scripts, a backslash if entered as two backslashes.


Entries that affect the menu for all file types

These registry entries modify the popup menu presented when you right click a file. Notice that 2 of the entries start with asterisks, this is just my way of marking the entries as being placed in the "all files" registry key when they are displayed in the popup menu.


Entries that affect the Folders menu

These registry entries modify the popup menu presented when you right click a folder. Notice that Basic_Changes_XP.reg uses and that Basic_Changes_2000.reg uses This should be the only difference in the files.


Issues

These registry modifications are not without some negative consequences


Author: Robert Clemenzi - clemenzi@cpcug.org
URL: http:// cpcug.org / user / clemenzi / technical / WinExplorer / Basic_Registry_Mods.html