It is currently Sat Mar 20, 2010 6:30 am

Free Live Computer Support

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: How to Lock and Hide a Folder without Using Any Software
PostPosted: Wed Jun 04, 2008 7:52 pm 
Offline
Computer Professional
Computer Professional

Joined: Mon Apr 21, 2008 12:34 pm
Posts: 93
This trick is for XP. Maybe its also works with Windows Vista try it. This trick is not belongs to me. I just search this one from other site. I also not try it yet. Try at your own risk. Now let me paste the hole method about lock your folder in Windows XP.

Quote:
Keeping some confidential files private means a lot to me. I can do this easily with several folder and file locking software and tools available out there in the Internet but with a price to pay.

So, here is an equally easy alternative, without any cost to bear – no software no tools! What you need is just a Notepad.

OK, here is how to setup a locking and hidden upon locked folder.

1. Copy and paste the code listed below in blue (between Start copy and End copy) in Notepad.
2. Change the “yourpasswordhere” with your own password.
3. Save it as a batch file (with extension .bat), any name will do.
4. Now you see a batch file. Double click to run the batch file to create a new folder named Locker by default. You can change the folder name by changing the line “md Locker” to “md yourfoldername”.
5. Now, you can put all your files that you want to lock and hide want to hide into this Locker folder.
6. To lock it, double click the batch file. Double click the batch file again will unlock it, prompting you for the password.

— Start copy —

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 Locker? (Y/N)
set/p “choice=>”
if %choice%==Y goto LOCK
if %choice%==y goto LOCK
if %choice%==n goto END
if %choice%==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 the folder Locker:
set/p “pass=>”
if NOT %pass%==yourpasswordhere 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

— End copy —


Report this post
Top
 Profile Send private message E-mail  
Reply with quote  
 Post subject: Re: How to Lock and Hide a Folder without Using Any Software
PostPosted: Fri Jun 06, 2008 10:32 pm 
Offline
Computer Professional
Computer Professional

Joined: Mon Apr 21, 2008 12:07 pm
Posts: 83
If you provide the screenshots with us I think thats better then ever. Anyway thanks for sharing this. Because before that I'm using XP unlock folder software. Its also very good but expensive. Thanks for sharing


Report this post
Top
 Profile Send private message E-mail  
Reply with quote  
 Post subject: Re: How to Lock and Hide a Folder without Using Any Software
PostPosted: Mon Oct 20, 2008 6:57 am 
Offline
Computer VIP
Computer VIP

Joined: Sat Oct 18, 2008 4:54 pm
Posts: 131
really good post let me try it out and say whether it works or not


Report this post
Top
 Profile Send private message E-mail  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: Yahoo [Bot] and 1 guest


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You can post attachments in this forum

Search for:
Jump to:  
cron
Advertise Here Only $5.00 for 1000 Impressions!
XML SiteMap - HTML SiteMap

Keywords like "computer supprt, computer support" and "computer elp, computer help" boost our rankings why not try on your website?
©2008 DlSoftware.net - Images & Content