etycto
Oct 7 2007, 03:36 PM
| | does anyone know how i could make a folder password protected,if posible, in windows. if not is there some sorts of program that does that. ~thank you |
Reply
jlhaslip
Oct 7 2007, 04:23 PM
Check this link for a paid solution http://www.fsprolabs.com/Might also check with the Give-away-of-the-day site. They have a library of Freeware that might do what you want. There is a link in the Freebies Topic to their main page and then look on that page for the Freeware Library. http://www.giveawayoftheday.com/freeware/or maybe http://www.giveawayoftheday.com/freeware/c...Access_Control/
Reply
galexcd
Oct 7 2007, 05:06 PM
I'm not sure if trap17 offers it but I know computinghost offers it. There is a tool called "web protect" in the cpanel that does what you want. You just select the folder you want to protect with a username and password. Edit: Just realized you were talking about your personal computer and not a webhost >.< MY BAD!
Reply
MotU2510
Oct 8 2007, 02:25 PM
I've been looking for a way to do this in XP for a long time now without having to install software. So far I haven't found a way. It is possible to make a user accounts folders private, so no other users can see their files, but I don't think you can password protect a sub-folder of a users documents. Although I'm sure there is a way, it's not being obvious to me, if I find a way, I'll post it in here, if I remember XP.
Reply
nelito0982
Oct 8 2007, 05:14 PM
THANK YOU FOR THE POST IT REALLY HELPS, I WAS LOOKING FOR SOMETHIMNG LIKE THATA S WELL
Reply
delivi
Oct 8 2007, 05:44 PM
There is solution for this, the "Microsoft Private Folder 1.0" the Microsoft Private Folder is a freeware utility released by Microsoft that helps you to make folders private. It will give you access to the folder only on entering a password. you cannot access the folder even if you uninstall this software. You'd then have to reinstall the software again and enter the orginal passowrd to view the contents of the folder. If you forgot the password then you'll never be able to recover the data and it is gone for ever, unlessw you remember the password. Microsoft discontinued this software since it received a lot of complaints from users that they cannot recover their data if they forgot teh password. SO try this software at your own risk. If you can remeber you password when required use this software otehrwise keep of it. Download the Microsoft Private Folder 1.0 from softpedia
Reply
Similar Topics
Keywords : password, protected, folders
- How Do Uninstall Deep Freezer If I Lost Password?..
(2)
Password Reset [resolved]
(2) Hi, i created the account some time ago and i hadnt used it, i would like to have my password
reseted since i dont remember wich i have choosen. Thanks. Regards, Seba....
How Do I Find My Mysql Password? [resolved]
Cannot access my MySQL (5) After all the recent problems, my account has been restored. I have setup my parked domain agin, and
that works fine. However, I can no longer access my MySQL databases (I can from PHPMyAdmin, but
that's all). I had to create a new user for my databases, and created the user with exactly the
same username and password I had before, but some of my web pages do not let me access the pages I
have associated with my databases. Where could i find out what my DB password is? (Although I am as
good as sure I am using the right one). I have tried my old password, the new c....
Msn My Sharing Folders
(0) I have installed MSN Messenger dozens of times but I keep getting the same result when I try to use
MySharingFolders. When I drag a file into a contact it tries to send the file not to place it in the
MySharingFolders fr sincronizing. Where do I change these settings? This time I'm sure it's
not MSN but me who is messing things up.....
Gahhh This Isn't Going Well Please Help!
It's a forgot password form in php! (12) CODE <? // database connection details stored here include "database.php"; ?>
<!doctype html public "-//w3c//dtd html 3.2//en"> <html> <head>
<title>Thanks!</title> </head> <body bgcolor="#ffffff"
text="#000000"> <? $email=mysql_real_escape_string($email);
$status = "OK"; $msg=""; //error_reporting(E_ERROR | E_PARSE |
E_CORE_ERROR); if (!stristr($email,"@") OR !stristr(....
Registration Form?!
Password Issue??? (6) How can I build the registration form with some additional function which is illustrated by attached
file. When a user tries to type a password, that bar thing says neither it's strong nor weak, or
medium. Just take a look at attachment....
Make A Moderately-secure Password System Using Javascript
using file redirection to hide the password. (4) JavaScript is very handy at making forms, allowing for much more customization and easier ways to
send data. So making Login forms using JavaScript may seem to many to be a very feasable idea.
However, JavaScript is very bad at protecting Passwords, as since the passwords are not encypted and
the whole JavaScript code is in the page, a person could just view the Page Source and find out
everything. Even if you use an external JavaScript, it would still be poor as the file name for the
external JavaScript would still be revealed. But I have an answer! There is a rela....
Admin Password Xp
no admin pw for xp (5) Need some help or advice here please. Need to reinstall windows XP but have no Admin Password. I
bought this PC used from a office that was getting rid of a few computers and such. Thing was, they
did not give me the PW for the admin. I have called them to see if I could get it, but the I.T. guy
is no longer with them, and they knew nothing about it. well now I must reinstall XP due to ad ware
that has even trashed my anti virus programs and CC Cleaner. I had thought of maybe running down a
password cracker but I used one in the past but did more damage than good. A....
Softfuse Password Generator 1.4
(1) Generate strong passwords for your accounts, e-mail client, or system. Click Here To Download ....
Simple Javascript And Password System
How to protect your pages with password (6) The quickest way to get a password protection system up and running is to use a Prompt box in
JavaScript that has a title like "Enter your Email Address". Only you and the relevant users know
what the password should be, could even be one each, that can be sorted out at the next page then
pass the "input" directly through the url by changing the .href, like
http://www.iSource.net.nz/users/?leTmeIn= The page that then processes this should also check for
the referring page, and three fails from an IP if you like the php (the next page): CODE
<?php // processdo....
Need Some Help In File Browser
listing all sub folders and files in them. (8) Hey I want to create a very simple file browser, so that, it reads all the sub-folders which are
places in a directory, and the files inside the sub-folders (It reads only files inside sub-folders
and list them in simply. ) Also, it creates a directory (any name) inside each sub folder. My
Following code reads on the files inside the main directory, it does not read the files inside the
sub-folders.. I appreciate any help. CODE <? $path = "./"; $dir_handle =
@opendir($path) or die("Unable to open $path"); whil....
A Simple Password Page
I can't make one!!! (3) I'm trying to make a simple password page for one of my PHP experiments. Every time I try to
post a password, however, it returns an error that the connection was "closed by the server". The
entire code is only 3 pages. password.php: $rightuser = ""; $rightpass = ""; include
('getpassword.php'); if $_POST !== $rightuser { if $rightuser ==
'' { ?>The username is incorrect. It should be blank. } else { ?>The username is
incorrect. It should be . } } else { if $_POST !== $rightpass { if $....
Password Reset [resolved]
(6) Did some major housecleaning and threw away my password. Please reset. Thanks!....
How To Hide Your Important Files And Folders
In Ms. Windows, Without Using Programmes. (7) Most of people share their computers with others -family, mates, buddy or whoever- and that sharing
threatens their secrets and private file to be revealed, letting some people to know things they
shouldn't know.. My Securing Way: Operation - Camouflage Use an Icon
Editor to generate a 1x1 Transparent Icon and Save it .. > 1 Open CMD.. Start >> Run or Press
WindowsLogo+R.. Lets Say you wanna hide a Folder named " secure " and it's located in
E:\folder\ so Write E: and Press Enter then Write Cd folder and Enter then At....
I Need My Cpanel Username + Password [resolved]
if possible can you email them to me (1) resolved please delete....
Horrible, Horrible Case
lost password, and now credits too thanks to buggy system (10) Okay, I just lost around 23 credits because I tried to change my password on this page:
http://www.trap17.com/manage/ It said password reset was successful when I tried changing it both
times, but it never let me change the password to anything! I tried logging in but it still
won't let me. I had my trap17 cpanel login info saved on our old computer, and when the
computer went down, so too went the login info. Now I don't know the password since it was just
a bunch of random letters and numbers trap17 sent me. And on top of this they've taken away....
Change Your Computer Password
Change Your Computer Password (6) This Topic will teach how can you change your without knowing your old Passward 1. Click "Start"
Then Click "Run". 2. In the dialog box type in "CMD" and select "OK". (Opens Command Prompt) Or you
can manually open CMD by navigating to "C:\WINDOWS\system32\cmd.exe". 3. Once
Command Prompt is open, type in "net user" and hit enter. This will display all user accounts. 4.
Now type in the following command: " net user (ACCOUNTNAME) * " and hit enter Example: net user
Trap * (Dont forget to add the asterisk) 5. Now it will ask for a new password, enter....
How To Disable "show Hidden Files And Folders" In Folder Option
(11) How to disable "Show hidden files and folders" in Folder Option As you know, you can hide files
or folders in Microsoft Windows ( to hide a file or folder , right click on file or folder >select
properties and then select Hide file) But if you open Folder Option and check "Show hidden files
and folders " you can see hidden files. to disable "Show hidden files and folders" feature follow
below steps : 1- Click start > Run > type regedit to run Windows Registry Editor. 2- Go to following
address: QUOTE HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/Current Versio....
How To Reset Cpanel Password?
My password is not working (5) Hi, first of all, Thanks for starting such a nice service for free... I want to change my cPanel
password. How to do this??? If only you (the admin) can do this, so please reset my cPanel password
and send me My cPanel username is bimaljr My email for cPanel brcreation gmail.com Thanks.......
Computer Admin Login With Lost Password?
Hack my own comp. (15) Im trying to fix some things on my acount but, i hava to be able to log into my Admin. acount. my
dad had the comp. before me and he forget the password to get into the acount. how do i hack into my
own computer to get the password, or is there any way of defragging my comp. without being a admin?....
Windows Admin Password Hack
(1) Windows Admin Password Hack: Forgot your NT admin password? Reinstall? Oh no... But not any more...
This is a utility to (re)set the password of any user that has a valid (local) account on your NT
system. You do not need to know the old password to set a new one. It works offline, that is, you
have to shutdown your computer and boot off a floppydisk or CD. The bootdisk includes stuff to
access NTFS and FAT/FAT32 partitions and scripts to glue the whole thing together. Will detect and
offer to unlock locked or disabled out user accounts! It is also an almost fully ....
Forgot Password To Trend Micro Internet Security
Is there a way to remove it? (5) One day I was bored so I set a password for our Web security software, Trend Micro Internet
Security. I turned on the URL filter, and now, whenever my friends send me something funny that has
no porn or anything in it, I get the Blocked error. I am really annoyed by this; I can't change
other setting in the software too. Is there any way to either reset the password or remove it,
without uninstalling Trend Micro?....
Password Protecting A Flash Drive
AKA A USB Memory Drive (6) Ok, well i bought this Flash Disk and it is basicly a portable memory stick that you can plug into
the USB Drives of computers, and i have stuff on there i want protectd, and i waswondering if anyone
knows of any software that i can put on there to pasword protect EVERYTHING that is in the drive,
for example when i open the drive it required me to type a password in, any help would be much
appreciated thanx! i have not been able to find one and i have been searching for a while....
Broadband Internet Connection Restriction
Prompt user for username and password (5) I have broadband internet connection and DI-704P router, Right now all users can connect to the
internet. Is there any possible ways to make the internet connection be password protected? user
must supply their username and password first to connect to internet. Is this possible? Tnx for
any suggestion and tips /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> ....
What Is Mysql's Default Root Password?
Just installed in on my Linux box (8) I installed SuSE Linux 9.1 Professional on an old computer recently. I installed MySQL server
(version 4.0.18), Webmin (version 1.250) and Usermin (version 1.180). If I try to connect to the
MySQL server with the username root and no password, I get an invalid login error from Webmin,
Usermin and mysql-cc. What is the default password, and how can I change it? I am very excited to be
learning Linux (after a long journey through Windows-land), but get frustrated on loopholes like
these. Also, an a different note, why would the system stop loading after a certain point (to....
Changing A Gmail Password
how do u do it? (7) hi i have a gmail account well a couple of them and i know that someone has been getting on my
account and screwing with it however i dont know how im supposed to get on and change my password.
i've tried even getting them to send me information and what not when i forget my password but
all the same i can never get to a point where i can change it and it kinda is making me upset. my ex
gets on my account and yells at my friends telling them that i've changed and that i dont want
anything to do with them and thats wrong i love my friends. anywayz if you know how ....
Making Winrar Archives
and adding password to winrar archives (12) **** This tutorial will show you how to put files into .rar Archive and pass worded (if wanted)
**** What You Will Need Before continuing you will need a couple of thing, first of all you
need WINRAR , which is a very powerful archive manager. It can reduce size for you email
attachments, decompress RAR, ZIP and other types of files downloaded from the internet. You can get
winrar at http://www.rarlabs.com The other thing is that make sure your using Windows XP because
this is what I used to make this tutorial. I think it works with any other windows not....
Do You Have Stairs In Your House?
I am protected. (71) I have 2 sets of small stairs, what do you have? /cool.gif' border='0'
style='vertical-align:middle' alt='cool.gif' /> ....
Read-only Folders In Xp
Can't change Read-Only attribute in XP (11) Hi, I am working with a firma. We use WinCvs which is a software similar to perforce. I downloaded
the developement to C: (eg. c:/development) The folder c:/development and the folders under it have
Read-Only permisions. I need to remove that restriction. I press right-button, i unchecked the
read-only check-box and i apply to this folder and folders under it. Whe it finisehd i click ok. Whe
i press the right button again i discovered that the folder has still the read-only attribute. So it
seems nothing changed. something similar happen to you? How can i uncheck the ....
Change Permission With Php Code
code to change files' and folders' permissions? (3) As everyone know, there two ways (that I can think of) to change files' and directories'
permissions. One is to change it in your cPanel's Disk Manager and the other is with an FTP
client that supports chmod. Well, I'm doing something for my site that requires files to have
full permissions (Execute, Write, and Read on all three groups). At first, I thought that if I made
the directory 777, then every file created in that directory will be 777 as well. I'm wrong. An
alternative to doing this is to change each file permission myself, but that would be....
Looking for password, protected, folders
|
|
Searching Video's for password, protected, folders
|
advertisement
|
|