How to Add or Remove "Copy as Path" from the Vista and Windows 7 Context Menu
Information
This will show you how to add or remove Copy as Path from the context menu for all users on the computer. By default, Copy as Path is added to the context menu.
EXAMPLE: "Copy as Path" added and removed from the Context Menu NOTE:By default, you must press and hold Shift and right click on the file or folder to see Copy as Path.
METHOD ONE
Using a REG File Download
1. To Add "Copy as Path" to Context Menu
A) Click on the download button below to download the file below.
Add_Copy_as_Path_Menu.reg
B) Go to step 3.
2. To Remove "Copy as Path" to Context Menu
A) Click on the download button below to download the file below.
Remove_Copy_as_Path_Menu.reg
3. Click on Save, and save the .reg file to the Desktop.
4. Right click on the downloaded .reg file and click on Merge.
5. Click on Run, Continue (UAC-Vista) or Yes (UAC-Windows 7), Yes, and then OK when prompted.
6. When done, you can delete the downloaded .reg file if you like.
METHOD TWO
Manually Using Registry Editor
1. Open the Start Menu, then type regedit in the search boxand press Enter.
2. If prompter by UAC, then click on Continue (Vista) or Yes (Windows 7).
Join Date : Apr 2008
Paris
Posts : 968
Ultimate SP1 x64 & x86
Local Time: 01:44 PM
Re: Copy as Path - Add or Remove from Context Menu
You can add it permanently on the files context menu using clip.exe
For example In HKCR\*\Shell\ you can add the Key: CopyAsPath with value= Copy as Path for example, then from CopyAsPath key, you create a new Command Key with value: %comspec% /c echo "%1"|clip
That should do the job (i can make a reg file if you wish).
Join Date : May 2008
Posts : 1
Vista Business 32bit
Local Time: 07:44 PM
Re: Copy as Path - Add or Remove from Context Menu
Originally Posted by sidney1st
You can add it permanently on the files context menu using clip.exe
For example In HKCR\*\Shell\ you can add the Key: CopyAsPath with value= Copy as Path for example, then from CopyAsPath key, you create a new Command Key with value: %comspec% /c echo "%1"|clip
That should do the job (i can make a reg file if you wish).
I kinda lost here.. could you please create the reg file for us?