Friday, October 10, 2008

Add "My Computer" to Your Vista / XP Taskbar

At times we want to have the quickest access to the folders located in different drives or directly to a drive. We can do that by putting it onto the taskbar. We can even put My Computer onto the taskbar


To add a Folder or My Computer to the taskbar, just right-click on the taskbar and choose the Toolbars menu, and then click on New Toolbar.

Now find the folder that you want, in this case we will select the My Computer icon and then click on OK./Select.


Now you can see the My Computer folder right there on the taskbar. If you click the little arrows it will pop up and let you browse through all your drives.


You can add the Desktop to the toolbar as well.

Add Copy To / Move To to the Windows Explorer Right Click Menu

We often need to copy / move files between various locations. It would be helpful for us if we can just right click on the file and select Copy to or Move to. We can do that work with a little Ragistry Hacking. Before making any changes to the Windows Registry you must take a backup.
Make Copy To
Navigate to the following key
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers
Once you are at that key, right click and choose the New Key option:
Now you will double-click on the (Default) value and enter the following:
{C2FBB630-2971-11D1-A18C-00C04FD75D13}
Click OK and continue.

Make Move To
Navigate to the following key
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers
Once you are at that key, right click and choose the New Key option:
Now you will double-click on the (Default) value and enter the following:
{C2FBB631-2971-11D1-A18C-00C04FD75D13}
Close Registry Editor. Restart the PC and you are done.
Now when you right click on a file or folder, you should see the Copy To / Move To options on the right click shortcut menu.
This works both in Windows Xp and Vista

Delete IE7 Browsing History From the Command Line

At times we need to delete IE history, cookies, saved passwords etc. Its a lengthy process if we do it from desktop internet explorer icon or IE tools menu. What if we can clear everything or a selected one or two from command prompt or using batch file.
Here are the commands that relates to the different buttons. You can use these command directly from command prompt, run box or can use in combination in a batch file.
Temporary Internet Files
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
Cookies
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
History
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
Form Data
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
Passwords
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
Delete All
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
Delete All - "Also delete files and settings stored by add-ons"
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351
These commands should work in Internet Explorer 7 on XP or on Windows Vista.

Remove Shared Folders From My Computer - Registry Tweaks

To remove the shared folders in the My Computer view, delete the value {59031a47-3f72-44a7-89c5-5595fe6b30ee} in the following key

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ Windows\CurrentVersion\Explorer\My Computer\NameSpace\DelegateFolders