Monday, October 21, 2013

UNHIDE YOUR FOLDER IN REMOVABLE DEVICE

At the command prompt type this command

attrib -h -r -s /s /d X:\*.* 

where X is the letter of your device.

Tuesday, July 2, 2013

open file location right click context

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Open File Location]
@="&Open File Location"

[HKEY_CLASSES_ROOT\Directory\shell\Open File Location\command]
@="\"explorer.exe\" /select,\"%1\""

[HKEY_CLASSES_ROOT\*\shell]

[HKEY_CLASSES_ROOT\*\shell\Open File Location]
@="&Open File Location"

[HKEY_CLASSES_ROOT\*\shell\Open File Location\command]
@="\"explorer.exe\" /select,\"%1\""
 
 
 
 
save as findtarget.reg