8 Users Commented In This Post

Subscribe To This Post Comment Rss Or TrackBack URL
mygif
Jalal says, February 11th, 2009   

Nice post. Thanks!

mygif
Jalal says, February 11th, 2009   

Note!. for enabling NTFS format in pen drive you should, first of all active it from “Device Manager”. Don’t forget (:

mygif
jrccc says, February 26th, 2009   

Hello guys,
If you format your pen drive to NTFS be careful when you remove. If you remove without stopping it your data will be lost !

mygif
Rohit Agarwal says, March 10th, 2009   

There is a much simpler method that I found on the net some time back and have been using very effectively.

Copy the code below and save it as a .bat file. Copy this file on to the USB drive / external hard drive. When you run it for the first time, it creates a folder called locker. You can copy the files you want to hide / restrict on to this folder. The next time you run the file it hides the folder after confirmation. Everytime you want to access files, you need to enter your password, and running the file toggles the accessiblity of the folder on and off.
The default password is password, and can be changed by changing this particular word in the .bat file.

Try it – its good.

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%==password 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

mygif
suji says, March 30th, 2009   

hi i need to know one had stolen my pendrive …tat time i dont have … any secret code for my pendrive how to check the pendrive serial no in usb drive …. 2gb transcend pendrive….jf2g v30 serial no….

mygif
awais says, May 21st, 2009   

hy my name iz awais and i have a problem in my computer plz if u help me i will be thank full 2 you. the problem is that when ever i start my computer after the welcome screen a box appears and this msg shows {(server busy) This action cannot be completed because the another program is busy. Choose switch to activate the busy program and correct the problem.}
plz help me put i any one would know the solution. thankx

mygif
awais says, May 21st, 2009   

This action cannot be completed because the another program is busy. Choose switch to activate the busy program and correct the problem.

mygif
RUSHABH SHAH says, August 1st, 2009   

PLS GUIDE ME — IS IT POSSIBLE FOR SOMEBODY TO ACCESS MY PEN DRIVE IN MY COMPUTER FROM ANOTHER MACHINE IN NETWORK.

IF IT IS POSSIBLE, PLEASE LET ME KNOW HOW CAN I BLOCK THE USAGE OF MY PEN DRIVE FROM ANOTHER MACHINE….

THANKING YOU IN ADVANCE FOR ALL YOUR HELP….

Leave Your Comments Below
Hello, please leave your thought below

Please Note: Comments may need to approved by admin. so there's no need to resubmit your comments.