Please login or register.

Xuras

Author Topic: Password protect a folder WITHOUT ANY SOFTWARE  (Read 1380 times)

XI

  • Guest
Password protect a folder WITHOUT ANY SOFTWARE
« on: 07 October, 2008, 12:48:00 pm »
1) Copy pasta this into notepad:

Code: [Select]
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 you 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, stop failing at failing you idiot (Y/N).
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 your folder
set/p "pass=>"
if NOT %pass%==type your 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, GTFO!
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

2) Save as protect.bat (any name will do, but it has to be a .bat file)

3) Now you see a batch file. Double click it to create a folder locker

4) Drag stuff you wanna protect into the new 'Locker' folder

5) Now double click the batch file to lock the locker folder, the folder will then disappear

6) 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.  ;)

Alfie

  • Guest
Re: Password protect a folder WITHOUT ANY SOFTWARE
« Reply #1 on: 08 October, 2008, 17:41:11 pm »
Cool.  8)

banner_man91

  • Guest
Re: Password protect a folder WITHOUT ANY SOFTWARE
« Reply #2 on: 10 November, 2008, 20:12:47 pm »
*bump* yay my porn will be safe XD

PX1K

  • Guest
Re: Password protect a folder WITHOUT ANY SOFTWARE
« Reply #3 on: 10 November, 2008, 20:49:59 pm »
*sobs*

Christoffer395

  • Guest
Re: Password protect a folder WITHOUT ANY SOFTWARE
« Reply #4 on: 10 November, 2008, 21:14:24 pm »
* Christoffer395 calls for a locker

LOCKER!

PX1K

  • Guest
Re: Password protect a folder WITHOUT ANY SOFTWARE
« Reply #5 on: 10 November, 2008, 21:27:33 pm »
Well no need to lock it, it's helpful after all.

Christoffer395

  • Guest
Re: Password protect a folder WITHOUT ANY SOFTWARE
« Reply #6 on: 10 November, 2008, 21:29:03 pm »
Well I do guess lock, I 'think' that banner is sneaking around here to bump this when it get even older  D:

banner_man91

  • Guest
Re: Password protect a folder WITHOUT ANY SOFTWARE
« Reply #7 on: 10 November, 2008, 23:36:44 pm »
:D

PX1K

  • Guest
Re: Password protect a folder WITHOUT ANY SOFTWARE
« Reply #8 on: 10 November, 2008, 23:54:26 pm »
 :stare:

Offline sleepy

  • Founder
  • Global Administrator
  • Lives here
  • *****
  • Posts: 2,055
  • Cookies: 39
    • View Profile
    • Xuras!
Re: Password protect a folder WITHOUT ANY SOFTWARE
« Reply #9 on: 11 November, 2008, 00:13:19 am »
truecrypt for the win...
Any problems contact me
sleepy@alflatters.co.uk




Online Dotmister

  • Co-Founder
  • Global Administrator
  • Almost lives here
  • *****
  • Posts: 1,002
  • Cookies: 35
    • STEAM_0:0:12123040
    • View Profile
    • Adamncasey.co.uk
Re: Password protect a folder WITHOUT ANY SOFTWARE
« Reply #10 on: 11 November, 2008, 16:58:02 pm »
Banner... Get your necro-posting in order, please

Christoffer395

  • Guest
Re: Password protect a folder WITHOUT ANY SOFTWARE
« Reply #11 on: 11 November, 2008, 17:08:22 pm »
You'd better PM him with a warning, perhaps adding a custom title for him as 'Topic Bumper'  :P

Online Dotmister

  • Co-Founder
  • Global Administrator
  • Almost lives here
  • *****
  • Posts: 1,002
  • Cookies: 35
    • STEAM_0:0:12123040
    • View Profile
    • Adamncasey.co.uk
Re: Password protect a folder WITHOUT ANY SOFTWARE
« Reply #12 on: 12 November, 2008, 19:10:33 pm »
Will do.

Locked.

 


SimplePortal 2.3.2 © 2008-2010, SimplePortal