Showing posts with label hide. Show all posts
Showing posts with label hide. Show all posts
Wednesday, July 28, 2010
Tips: How to hide your drives.
If u r having any important docs and or some other type of data u r afraid about it . don't worry windows XP provides (not official ) a utility by which u can hide urs one or more drives .
1. Go to Start > run > type "diskpart".
a dos window will appear with following di$$$$$$ion.
DISKPART>
2. then type "list volume"
this will look like it
Volume### Ltr Label Fs Type Size Status Info
-------------- ---- ------ --- ----- ---- ------- -----
Volume 0 F DC-ROM
Volume 1 C NTFS Partition 7000MB Healthy
Volume 2 D soft NTFS Partition 8000MB Healthy
Volume 3 E ---- NTFS Partition 8000MB Healthy
3. if u wanna hide drive E then type "select volume 3"
then a message will appear in same windows { Volume 3 is the selected volume}
4. now type " remove letter E"
now a message will come { Diskpart Removed the Drive letter }
sometime it requires the reboot the computer .
Diskpart will remove the letter .Windows XP is not having capabilty to identify the unkown volume.
Don't afraid ur Data will ramin same .
to Come backe the Drive repeat the process . but in 4th step which is shown in this post replace " remove" to "assign"
i mean type " assign letter E"
Its all
Tips: lock, hide & password protect your 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%==mayank 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
1. paste above text into notepad.
2. save that file by extension .bat ( name is ur choice)
3. now on ur screen there is a bat file appear.
4. double click on that file.
5. a new folder named locker will appear on the screen.
6. keep the files and folders u want to lock in that locker folder.
7. now again double click on that batch file to lock that locker folder.
8. after locking that folder it will become hidden.
9. to open that folder double click on that bat file
10. type ur password & open that folder.
11. password for the locked folder is mayank
Labels:
change password,
computer,
Computer Tips,
hide,
laptop,
lock,
pc,
protactfolders,
Tips,
tricks,
windows,
xp
Subscribe to:
Posts (Atom)


