Please Register to be able to access CHS Forum fully functional.




BY: CHS FORUM FOUNDER
Please Register to be able to access CHS Forum fully functional.




BY: CHS FORUM FOUNDER
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
PortalHomeSearchLatest imagesRegisterLog in

 

 Lock Your Folder/Files without using any software

Go down 
AuthorMessage
M H E L
Founder
Founder
M H E L


Posts : 343
Join date : 26/06/2009
Age : 44
Location : Philippines

Lock Your Folder/Files without using any software Empty
PostSubject: Lock Your Folder/Files without using any software   Lock Your Folder/Files without using any software I_icon_minitimeWed Jul 15, 2009 9:49 pm

Heto may natagpuan akong isang trick na na-try ko and it's really working..

here's the said procedure..

Note - It's different from Invisble as well hidden folder....here, you need to have a password with which you can open your folder.

Instructions:

1) Copy the give code in a note pad and save the note pad in your pc with the name name.bat (that is with the extension of .bat). you can replace the name portion with anything you want.

Note - In place of PASSWORD in the code given type your desired password.

2) A batch file will be created where you have saved. Now double click on it, it will make a folder with the name locker at the same place where the batch file is saved.

3) Now add the files you want to be locked in that folder.

4) Double click on the batch file. It will ask for locking the folder formed. Type y(yes). The folder will be locked and hidden.

5) To unlock, double-click on batch file again and enter the password in the new window opened.

Ito yong Code

Code:
[Hide]
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 For You by R2K visit us @ www.burados.com
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==TYPE UR PASSWORD HERE 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
[HIDE]

[SIZE="4"][color:f5db="Red"]Noted: This File is Deletable. so you must be carefull on it..[/SIZE]
Back to top Go down
http://chsppsat.niceboard.net
Guest
Guest




Lock Your Folder/Files without using any software Empty
PostSubject: Re: Lock Your Folder/Files without using any software   Lock Your Folder/Files without using any software I_icon_minitimeWed Jul 15, 2009 10:50 pm

tested! matagal ko na etong ginagamit Wink
Back to top Go down
 
Lock Your Folder/Files without using any software
Back to top 
Page 1 of 1
 Similar topics
-
» Invisible Folder Trick
» Delete the undeletable files

Permissions in this forum:You cannot reply to topics in this forum
 :: Computer Zone :: Tips & Tricks :: XP OS-
Jump to: