In computer
D drive I am not able to give security codes ple tell me
How to give security for folders ple?noton
If your looking for a free program to password protect your files and folders I recommend Truecrypt.
Truecrypt is a free open-source disk encryption software for Windows Vista/XP/2000 and Linux. CNET gives Truecrypt a 5 star rating so you know this software won't dissappoint you. Another alternative worth mentioning is SystemVault.
How to give security for folders ple?stinger
You can try a simple Batch file trick which works on most of the people and super hides the files thereby preventing deletion. Moreover complicate the folder name on your drive before hiding so it makes for self protection as the script first asks for the name of the folder to be hidden and then the password to hide it or unhide it.
Paste the following in a notepad and save as password.bat
cls
@echo OFF
title USB Files Protector Creator - Selva Kumar
echo Name of the folder
set/p "fol=%26gt;"
if EXIST %fol% goto SELECT
if notEXIST %fol% GOTO notfound
:notfound
ECHO File Not FOund
goto End
:SELECT
echo Hide/Unhide [h/u]
set/p "com=%26gt;"
if %com%==h goto HIDE
No comments:
Post a Comment