news
Wednesday 7 April 2010

Fast Viewing Folder Contents

In Windows Explorer, when we want to know the contents of a folder you must open the folder. In fact, we can create a shortcut when you right-click the folder to browse folders quickly. For that, do the following steps:

  • Open your Notepad.
  • Type the
@ Echo off
dir% 1% / o> c: \ windows \ showfolder.txt
notepad c: \ windows \ showfolder.txt
  • Save with showfolder.bat name and place it in the [Windows] folder.
  • Now open your Registry Editor.
  • Go to the key HKEY_CLASSES_ROOT \ Directory \ Shell.
  • In the right pane, click and select [New]> [Key], Key was named to View Folder Contents.
  • Inside the new Key double click on the Value Name [Default] and fill in his Value Data
  • "&Shows the Folder". A
  • On the key View Folder Contents, create a new key by clicking on the right panel and select [New]> [Key], name it with a Command key.
  • In the Command key double-click the Value Name [Default] and fill in his Value Data
c: \ windows \ showfolder.bat% 1.
  • Close your Registry Editor.
To see the changes, you can directly open Windows Explorer and right click a folder and will appear a new option that is [View Folder Contents], choose to view the contents of the folder.

Good luck.


0 comments:

Post a Comment

 
Toggle Footer