Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Administration > folder passwords

Reply
Thread Tools Display Modes

folder passwords

 
 
lunny
Guest
Posts: n/a

 
      05-17-2008
is there away of putting a password on a new folder?

 
Reply With Quote
 
 
 
 
Bruce Chambers
Guest
Posts: n/a

 
      05-17-2008
lunny wrote:
> is there away of putting a password on a new folder?
>



Like WinNT, Win2K, and WinXP before it, Vista's file security
paradigm doesn't rely on, or allow, the crude and cumbersome method of
password protection for individual applications, files, or folders.
Instead, it uses the superior method of explicitly assigning file/folder
permissions to individual users and/or groups.

As a crude work-around, you can place the file in a compressed
folder, and set a password to uncompress the folder to view/access its
contents. Also, some applications allow the user to password-protect
their specific data files. Read the specific application's Help files
for further information on this capability.


--

Bruce Chambers

Help us help you:
http://www.catb.org/~esr/faqs/smart-questions.html

http://support.microsoft.com/default.aspx/kb/555375

They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. ~Benjamin Franklin

Many people would rather die than think; in fact, most do. ~Bertrand Russell

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot
 
Reply With Quote
 
t-4-2
Guest
Posts: n/a

 
      05-18-2008

lunny;714526 Wrote:
> is there away of putting a password on a new folder

Hello lunny
I'm not sure if there is a way. However, as long as you do not put tha
folder inside the Public Folder. Nobody can access to it except yoursel
or someone with your password. Isn't that good enough

--
t-4-2
 
Reply With Quote
 
itssmarty
Guest
Posts: n/a

 
      05-19-2008

Hi !!

Try this..

Folder Lock without any S/

Open Notepad and copy the below code(from cls till :End) and sav
as locker.bat. At first time start it will create folder with Locke
automatically for u. Don't forget to change your password in the cod
its shown the place where to type your password
after creation of Locker folder again click on the locker.bat.i
will ask.press Y then Locker folder will be disappeared.again to get i
click on locker.bat. and give your password u will get the folder again

************************************************** *******
cl
@ECHO OF
title Folder Locke
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}
goto UNLOC
if NOT EXIST Locker goto MDLOCKE
:CONFIR
echo Are you sure u want to Lock the folder(Y/N
set/p "cho=>
if %cho%==Y goto LOC
if %cho%==y goto LOC
if %cho%==n goto EN
if %cho%==N goto EN
echo Invalid choice
goto CONFIR
:LOC
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}
echo Folder locke
goto En
:UNLOC
echo Enter password to Unlock folde
set/p "pass=>
if NOT %pass%==type your password here goto FAI
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locke
echo Folder Unlocked successfull
goto En
:FAI
echo Invalid passwor
goto en
:MDLOCKE
md Locke
echo Locker created successfull
goto En
:En

--
itssmarty
 
Reply With Quote
 
severin
Guest
Posts: n/a

 
      12-04-2009

itssmarty's bat file works exactly as he says. Very clever heh


--
severin
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Passwords desperate for answers Windows Vista Administration 1 09-28-2007 06:11 PM
passwords and such John Windows Vista Mail 2 09-18-2007 04:23 AM
Passwords highstrike Windows Vista Installation 1 03-04-2007 05:05 AM
NTLM Passwords Linux NAS passwords SteveK Windows Vista Networking 5 02-02-2007 05:14 PM
Network Folder Sharing without Passwords Khuffie Windows Vista General Discussion 1 07-03-2006 06:21 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59