Adding "Explore from here" to all files in Windows Vista
When you want to right click on any folder or file in Windows Vista and want to open up an Explorer window of that folder.You can easily add "Explore From Here" option as folders context menu item in Windows vista by a small Windows registry tweak.The steps for this registry tweak is given:
- Open the Windows Vista start menu by click on Vista start orb button.
- In the opened start menu you will find a search box and type regedit in the type field and then press Enter.
- This will launch up windows registry editor and navigate to the registry key named as: HKEY_CLASSES_ROOT\Folder\shell
- Add a new Registry Key named as "RootExplore " under the "Shell" Key
- Set the default value of the new key to "E&xplore From Here "
- Right Click on the "RootExplore " Key and add a new Key "Command"to the "RootExplore" registry key.
- Set the default value as Explorer.exe /e,/root,/idlist,%i
Adding "Open With..." to all folders in Windows Vista
You can add "Open With..." option to the right click context menu of all files in Windows Vista.This tricks is very useful when you have several applications you want to open the same file types with.This "Open With..." option can be easily add to file context menu item by a simple registry trick in Windows vista.The steps for this registry trick is given as:
- Open the Windows Vista start menu by click on Vista start orb button.
- In the opened start menu you will find a search box and type regedit in the type field and then press Enter.
- This will launch up windows registry editor and navigate to the registry key named as: HKEY_CLASSES_ROOT\*\Shell
- Add a new Windows registry key named as "OpenWith" by right clicking the "Shell" Key and selecting new.
- Set the default value of the key to "Op&en With..."
- Add a new registry key named "Command" by right clicking the "OpenWith" Key and then selecting new
- Set the the default value of the key to "C:\Windows\rundll32.exe shell32.dll,OpenAs_RunDLL %1", if C:\ being your Windows drive. You must enter the "OpenAs_RunDLL %1" exactly this path.
1 comments:
=))
Post a Comment