Folder Password

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Is their a way to set a password for a local folder? ie:
open folder and get prompted for a password.

Any help would be appreciated.

Thanks
 
No, but if the folder is on an NTFS drive, you can set permissions. Right
click, properties, security...

Ray at work
 
Mike said:
Is their a way to set a password for a local folder? ie:
open folder and get prompted for a password.

You didn't say it has to be secure?
you could customise the folder and put this code in the folder.htt file.

<script language="VBScript">
If Not InputBox("password?") = "secret" Then document.location = "..\.."
</script>

works better than you'd think.
 
That's clever. [:

Ray at work

Tom Brown said:
You didn't say it has to be secure?
you could customise the folder and put this code in the folder.htt file.

<script language="VBScript">
If Not InputBox("password?") = "secret" Then document.location = "..\.."
</script>

works better than you'd think.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Expiration notification 4
Windows 10 W10 password prob. 2
DameWare MRC Enter Network Password 1
Warning - Extortion Scam 2
Password on folders 4
Wifi Network Issue 0
Editorial How to create secure passwords 6
Excel Protection 2

Back
Top