HEY Friends, Here M Gonna Tell You Several Ways To Hide/Protect Your Important Stuff From Other Users SOO Lets Get Started:
MAKING AN INVISIBLE FOLDER:
- Simply Create A Folder
- Rename your folder holding ALT key type 0160.(Remember 0160 is to be typed from NUM keys enabling num lock)
- Now u have a folder without a name.
- Right click on the folder>properties>customize. Click on change icon.
- Scroll a bit, u will find some empty spaces, Click on any one of them.
Another thing to remember is you cannot create more than one invisible folder together so to create second use alt+0160 alt+0160.. den third by alt+0160 alt+0160 alt+0160 and so on...!
Thats it, now u can store ur personal data without installing any software..!
CREATE ULTRA HIDDEN FOLDER:
- Open My Computer and go to File Menu>>Tools>>Folder Options>>View Tab(Press alt button to show file menu bar in windows vista).
Logic Behind This - All the system folders in a windows system are automatically hidden so when we check the option “Show Hidden Files and Folders” all the hidden folders are shown but as due to the setting called “Hide Protected Operating System Files(Recommended)” is checked due to which all the system folders which are automatically hidden are not shown so they become the ultra hidden folders which are not shown due the overriding settings.As a normally no one uncheck this setting “Hide Protected Operating System Files(Recommended)” because it is recommended not every one will easily find this ultra hidden folder in windows xp or vista.
LOCK ANY FOLDER:
Yes thats right. You can lock any folder without using any software.Follow these steps.
- Suppose you have a folder named “folder” in D:\folder
- In the same drive next to the folder create a new notepad file with the exact statementren folder pradeep.{21EC2020-3AEA-1069-A2DD-08002B30309D}
- Now save this text file as “loc.bat”
- Create another notepad file and typeren pradeep.{21EC2020-3AEA-1069-A2DD-08002B30309D} folder
- Save this as “key.bat”
- Now there are two batch files . Double click “loc.bat” and your folder will change into Control Panel and its contents cannot be viewed .
- To open the folder double click “key.bat” and you get back your original folder .
- For more safety keep the batch files “loc.bat” and “key.bat” in another location .Only for locking and unlocking copy paste to the original location and double click.
If you combine this with the hidden folder trick, it will be impossible for anyone else to access it.
Lock, hide & password protect ur folders!!!!!!!!
trick to lock folder using this trick not only for locking folder but also hide it....
copy following script:-
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%== HELLO goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
now go for following few steps
- paste above text into notepad.
- replace HELLO with your own password.
- save that file by extension .bat ( i.e. anyname.bat).
- now on ur screen there is a bat file appear.
- double click on that file.
- a new folder named locker will appear on the screen..
- keep the files and folders u want to lock in that locker folder.
- now again double click on that batch file to lock that locker folder.
- after locking that folder it will become hidden.
- to open that folder double click on that bat file
- type ur password & open that folder.
Password Locking Your Folder:
Simply Follow the Following Steps
- Right mouse click new/compressed zip folder
- add all your files to this folder then click on file add a password.
IN case you have installed winzip or win rar on your computer.. follow these steps
- Right mouse click new/winrar zip archive OR winzip archive
- close it and right click the folder click open with compressed zip folder.
- add all your files to this folder then click on file add a password.
Now your folder is password protected.
To operate it just double click the compresed zip folder enter password to view any FILE. (right click the folder click open with compressed zip folder if using winrar or winzip).