29.09.2015 Views

Legal Disclaimer

Hacking-For-Beginners-a-beginners-guide-for-learning-ethical-hacking

Hacking-For-Beginners-a-beginners-guide-for-learning-ethical-hacking

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Hacking For Beginners – Manthan Desai 2010<br />

44. Make a Private Folder with your password<br />

Step 1:- Open the Notepad.exe<br />

Step 2:- Copy the following code into the notepad.<br />

Quote: cls<br />

@ECHO OFF<br />

title Folder Private<br />

if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK<br />

if NOT EXIST Private goto MDENTER PASSWORD TO OPEN<br />

:CONFIRM<br />

echo -----------------------------------------------------------<br />

echo ================== Www.hackingtech.co.tv ==================<br />

echo -----------------------------------------------------------<br />

echo Are you sure you want to lock the folder(Y/N)<br />

echo Press (Y) for Yes and Press (N) for No.<br />

echo -----------------------------------------------------------<br />

set/p "cho=>"<br />

if %cho%==Y goto LOCK<br />

if %cho%==y goto LOCK<br />

if %cho%==n goto END<br />

if %cho%==N goto END<br />

echo Invalid choice.<br />

goto CONFIRM<br />

:LOCK<br />

ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"<br />

attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"<br />

echo Folder locked<br />

goto End<br />

:UNLOCK<br />

echo -----------------------------------------------------------<br />

echo ================== Www.hackingtech.co.tv ==================<br />

echo -----------------------------------------------------------<br />

echo Enter password to unlock folder<br />

set/p "pass=>"<br />

if NOT %pass%== YOUR PASSWORD goto FAIL<br />

attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"<br />

ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private<br />

echo Folder Unlocked successfully<br />

goto End<br />

:FAIL<br />

echo Invalid password<br />

w w w . h a c k i n g t e c h . c o . t v Page 220

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!