How To: Add Hide File And Unhide File Options To Windows Vista File Context Menu

hide-file-context

All of you know,how to hide and unhide your important documents and files in Windows Vista.The important documents and files are hide in Windows Vista for data security .This hide and unhide task becomes a lengthy in Windows Vista,because every time open file Properties and enable “Hidden” option from properties window.By a registry tweak,you can add “Hide File” and “Unhide File” options in every file context menu in Windows Vista:

To enable “Hide File” and “Unhide File” option in file context menu:

Windows Registry Editor Version 5.00
;Hide Files
[HKEY_CLASSES_ROOT\*\shell\Hide File]
[HKEY_CLASSES_ROOT\*\shell\Hide File\command]
@=”attrib +S +H %1″
;Unhide Files
[HKEY_CLASSES_ROOT\*\shell\Unhide File]
[HKEY_CLASSES_ROOT\*\shell\Unhide File\command]
@=”attrib -S -H %1″

Note: This windows registry trick works also with the former operating system Windows XP.

Warning: Modifying the Windows registry can cause serious damage to your Windows Operating System.It is better to backup your Windows registry data before making any changes. Tomstricks.com is not responsible for any changes you may make to your system.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google

Popularity: 3%

Did You Like This Post? Then You Might Find These Also Interesting:

Written by Tony on March 11th, 2009 with no comments.
Read more articles on Vista How To?.

Related articles

No comments

There are still no comments on this article.

Leave your comment...

If you want to leave your comment on this article, simply fill out the next form:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> .