Jump to content

Seeking a program


J35u5_M4

Recommended Posts

You see, many years ago I found a program on my school that locked folders/files and asked for a password to access them, I'm looking for a program that does this because, well, I'm having a trouble with some people searching my stuff on my computer, so I kinda want privacy and I want to lock some folders with passwords.

 

Thanks :3

_p3_minato_arisato_signature__by_x0sandylicious0x-d3hnk6v.png

Link to comment
Share on other sites

At my school they do the same, except they use a Windows server with an account for every user. Users have personal folders on the server that have passwords. I haven't seen anything foreign (non-Microsoft) being used to password-protect folders, though.

animsig.gif

[hide=Stats]I_B_Trolin_U.png[/hide]

"One death is a tragedy. A million deaths is a statistic."

-Joseph Stalin

Link to comment
Share on other sites

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%==ENTER 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

 

#1 - Copy & paste the above code in to notepad.

#2 - In the above code, in red, where it says 'ENTER PASSWORD HERE'... simply type whatever you want your password to be.

#3 - Save the file as whatever name you want .BAT (for example: folderlocker.bat) instead of .TXT .

#4 - Double click the .BAT file you just saved and you'll get a cmd prompt asking for your password. This will open a new 'Locker' folder.

#5 - Add, remove, check, edit, etc. whatever it is you want to in this folder. When you're done & want to lock it back up, just double click the .BAT file again and hit "Y".

 

I'm not sure if this is exactly what you're looking for, but it's simple and quick without the need for downloading a program.

RS Name: Zibl || Click Signature for my RS Life Story!

ziblretieredwarriorchicpc7.jpg

[ 87 Combat ] [ 1240 Total ] [ Ex-RSC Professional Merchant ]

12.20.01 - 10.5.05 || Status: Retired

Total losses in 5 years = just over 630 million gp (BILLIONS in today's prices)

Link to comment
Share on other sites

If nothing else, you could always just try to make them hidden folders, then Show Hidden Files when you want them, and Hide them when you don't.

~ Proud Father ~ Proud (Currently Deployed) Army National Guardsmen ~ Proud Lakota ~ Retired Tip.It Crew ~
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.