There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Web & Email
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Internet & Networking > Web & Email >
password protection


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
jssch's Avatar
Senior Member with 252 posts.
 
Join Date: Nov 2000
Location: James Island, SC
21-Jul-2008, 12:58 PM #1
password protection
What is the simplest way to put password protection on the computer so that an 8 yr old can only go online when I am around? I want him to be able to play his other games and software, but only want the internet to be off limits until I approve. We are using Windows XP Home and a wireless connection.
__________________
There's always hope.....
1002richards's Avatar
Senior Member with 1,559 posts.
 
Join Date: Jan 2006
Experience: Intermediate
21-Jul-2008, 01:53 PM #2
Hi,
I've seen K9 Protection (free prog) suggested here at TSG:
http://www1.k9webprotection.com/

I hope this is of interest?
Richard
Elvandil's Avatar
Moderator with 29,274 posts.
 
Join Date: Aug 2003
Location: Vermont
21-Jul-2008, 02:11 PM #3
It would also make him happy and solve your problem if you simply created an account for him with limited privileges. By temporarily changing the account type to admin, you could install all his games and programs in that account, and then restore it to a limited status which does not allow internet access. A "guest" account may be all that is needed. If there is no password on the account, he can sign in by himself.
__________________
Microsoft MVP
Windows Shell/User
jssch's Avatar
Senior Member with 252 posts.
 
Join Date: Nov 2000
Location: James Island, SC
21-Jul-2008, 03:15 PM #4
limited
When I create a new limited account it still allows access to the internet, just doesnt allow changes to the system, etc. Is there a way for me to stop IE from accessing the internet without a password?

Last edited by jssch : 21-Jul-2008 05:21 PM.
throoper's Avatar
Computer Specs
Senior Member with 939 posts.
 
Join Date: Jan 2007
Experience: Intermediate
21-Jul-2008, 10:16 PM #5
How about putting the Internet shortcuts for the limited account in a folder and then using a batch file to lock it with a password. The password isn't secure for anyone that's computer savvy, but it should keep the average 8 year old out.
T.
jssch's Avatar
Senior Member with 252 posts.
 
Join Date: Nov 2000
Location: James Island, SC
21-Jul-2008, 10:24 PM #6
Well I have never done the batch file/lock thing before... could you walk me through it?
throoper's Avatar
Computer Specs
Senior Member with 939 posts.
 
Join Date: Jan 2007
Experience: Intermediate
21-Jul-2008, 10:51 PM #7
It's pretty simple to do.
Open Notepad. Copy the code below into Notepad and click File>save as. Name it locker.bat. Don't forget to change the password (the field in red). Open locker.bat, it will create a folder called Private. Put the files that you need to hide in this folder. Run locker.bat again, and confirm. When you want to access the folder, just run locker.bat. In the command window type the password and press the enter key on your keyboard. Run it again to hide it.

cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private 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.
goto CONFIRM
:LOCK
ren Private "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%== password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End

Like I said, it's not very secure. Right click the DOS file it creates and click Edit and it will open in Notepad and you can change the password or the name of the folder (just substitute the name you want for wherever it says Private in the text). I made one for each of my 3 nieces, ages 6-11, to keep there private stuff in and away from their sisters.
So far they haven't figured out how to get into the locked folder without typing the password .
T.
1002richards's Avatar
Senior Member with 1,559 posts.
 
Join Date: Jan 2006
Experience: Intermediate
22-Jul-2008, 01:31 PM #8
Much better ideas than mine which was to clutter-up the PC with another prog.

Richard
blues_harp28's Avatar
Distinguished Member with 7,709 posts.
 
Join Date: Jan 2005
Location: London England
22-Jul-2008, 06:28 PM #9
jssch's Avatar
Senior Member with 252 posts.
 
Join Date: Nov 2000
Location: James Island, SC
22-Jul-2008, 08:52 PM #10
I think that will work, thanks throoper... learned how to do something new in the process
throoper's Avatar
Computer Specs
Senior Member with 939 posts.
 
Join Date: Jan 2007
Experience: Intermediate
23-Jul-2008, 05:05 PM #11
Your welcome.
In case he's more computer savvy than an average 8 yr. old and figures out the batch file can be opened with a text editor to see the password, you can place the .bat in a zip file and password protect it. You can't zip shortcuts, but you can the .bat and it will even run from inside the archive so it's not necessary to extract it to use it.
T.
summeer's Avatar
Computer Specs
Junior Member with 8 posts.
 
Join Date: Aug 2008
Experience: Intermediate
05-Aug-2008, 05:59 PM #12
if you have a wireless connection you can restrict his access to the internet using the settings in your gateway or router..
you can give him access in certain days or certain hours.
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 10:47 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.