For long time i had not posted any post contain windows tips and tricks as i was more busy in posting latest reviews on gadgets and specially news from ongoing CES 2008.
Anyway I got a windows tricks from Digit forum posted by vaibhavtek, in which you can permanently hide a file and you will be the only person who can view and access that file.. Some time it is necessary for us to hide some file that is private and confidential or that contain some important data.. Just follow the two simple steps :
1. Open a notepad and write down
@echo off
cls
attrib +r +h +s drive:\WRITE THE LOCATION OF FILE.file extension
exit
suppose your file location is drive C: , and your file name is a.txt, then type this :
@echo off
cls
attrib +r +h +s C:\a.txt
exit
2.Save it as bat file(ex. hide.bat)
3.Run it
Now When you need to view or access the file then do this:
1.Open a notepad and write down
@echo off
cls
attrib -r -s -h drive:\WRITE THE LOCATION OF FILE.file extension
exit
(just replace the "+" sign before r, s and h of previous code with a "-" sign )
2.Save it as bat file(ex. show.bat)
3.Run it
In this method no one can view or access the file bu checking the "show hidden folder" option from folder option and you also need not install any software to hide your files... just use this two simple steps..
the file will only be shown by "Show System File" but no one will know that ur file is a system and they also don't knows the what is the name of the file, here the name will act as yoyur password.....
Wednesday, 16 January 2008
Hide A File in Two Simple Steps......!
Posted by Gaurab Dutta at 8:24 am
Labels: windows tips and tricks
Subscribe to:
Post Comments (Atom)
2 comments:
Nice informative post....thanks for sharing this information.
If you would like to obtain much from this post then you have to apply these methods to your won website.
Stop by my web-site :: diets that work for women
Post a Comment