Technology Questions

Go Back   Technology Questions > Hardware Questions > Mobile Computers > Tablet PC > Tablet PC Software > Tablet PC - Software Discussions

Tablet PC - Software Discussions What cool Tablet PC software have you seen lately? Do you prefer GoBinder to OneNote? Or does TabletPlanner save you from utter disorganization? Have you tried the latest by...?

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 09-07-2004, 03:44 PM
Registered User
 
Join Date: Aug 2004
Posts: 7
ahti000 is on a distinguished road
automatic computer restriciton

Not very tablet orientated but still. I have children and I would like to allow them to use the computer only for a set amount of time like 30 or 40 minutes. Like usual with children when the time reaches end then they cant stop and when forced there will be an argument. Has anyone seen a program that allows to set a time after which either certan programs are finished or the whole computer goes to stanby or the current user is not anymore allowed to use the computer.
I know some other fathers that are also interested in such a program.
Could be fine to know if something exists.
Ahti
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 09-07-2004, 03:44 PM
  #2 (permalink)  
Old 09-07-2004, 04:16 PM
LPH's Avatar
LPH LPH is offline
Administrator
 
Join Date: Sep 2003
Location: USA
Posts: 3,348
LPH is on a distinguished road
User Account restrictions

Great question!

Mark Salloway has an explanation for setting up the user account so that the Logon can only happen in certain times of the day.
__________________
Layne P. Heiny / Administrator for Tux Reports Network

Please do not send private messages requesting technical support. Place your request in the proper forum and hopefully someone can help you.

Computer Sites
Tablet PC Blogs | Technology Questions | Tablet PC Post | Windows Vista | What Is New

Prelaunch
Insane Politics
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 09-07-2004, 06:11 PM
Registered User
 
Join Date: Aug 2004
Posts: 7
ahti000 is on a distinguished road
Thats great but I can manage log on even better I just donty tell the children the passwords and log them on myself. More important is quitting work with the computer. And the ideal solution would be an opportunity that the computer stops working after a set period of time (set by myself).Any solutions to that.
Ahti
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 09-09-2004, 01:05 PM
Acer User Group
Member Acer User Group
 
Join Date: May 2004
Location: Mid-Missouri
Posts: 43
GeneT is on a distinguished road
I may be able to help but I need to know:

Which version of Windows do you use? Is it a laptop or desktop?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 09-09-2004, 01:53 PM
Registered User
 
Join Date: Aug 2004
Posts: 7
ahti000 is on a distinguished road
I have Windows XP and basically I want it for my Desktop PC
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 09-09-2004, 02:37 PM
Acer User Group
Member Acer User Group
 
Join Date: May 2004
Location: Mid-Missouri
Posts: 43
GeneT is on a distinguished road
Here's a "quick and dirty" way to do this.

Run the following from "Start -> Run..."

shutdown -r -t 600

"shutdown" is a program that is a part of Windows XP.
"-r" tells the system to reboot
"-t 600" is the time to wait (in seconds) before rebooting, ie. 600 = 10 minutes; 1800 = 30 minutes, etc.

A system window will pop up and display the time left before shutting down. Move the window out of the way (it can't be closed) and use the computer as normal.

In the event you, as the parent, need to stop the computer from shutting down, go to "Start -> Run..." and run "cmd" (without the quotes). A DOS window will come up. From here, type the following line:

shutdown -a

"-a" tells the computer to abort shutting down

I would recommend memorizing this instead of running the "shutdown -a" command from "Start -> Run..." because the last used commands are saved and could be run by a sneaky kid.

I hope this helps you and your friends.

GeneT

Last edited by GeneT; 09-09-2004 at 02:40 PM.. Reason: Clarity
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 09-10-2004, 01:51 AM
Registered User
 
Join Date: Aug 2004
Posts: 7
ahti000 is on a distinguished road
Thanks a lot, are there any more commands like for logging out or sustem standby or hibernate. Command like log off would be nice because now I have a policy that children do not know thhey user passwords and are logged on only by me or my wife.
Ahti
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 09-10-2004, 09:39 AM
Super Moderator
 
Join Date: Apr 2004
Location: Kentucky
Posts: 90
Linuxmon is on a distinguished road
shutdown

And 'shutdown -s -t XXX' (using -s instead of -r) will shutoff the computer at the selected time rather than reboot. I've not tried it, but it is supposed to work that way. ;)

Linuxmon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 09-10-2004, 09:42 AM
Acer User Group
Member Acer User Group
 
Join Date: May 2004
Location: Mid-Missouri
Posts: 43
GeneT is on a distinguished road
I don't see any commands or "switches" to use for Hibernate or StandBy. There is a switch with the Shutdown program that can be used to logoff (-l), unfortunately it doesn't work with the timer switch. In other words, if you use

shutdown -l -t 600

the system will immediately logoff and not wait the 600 seconds.

Another way to accomplish this is to use a Scheduled Task in Windows. It takes a bit more work to get it set up. If you're not familiar with creating a Scheduled Task, I recommend following the steps that can be found in Windows Help. FYI, the Shutdown.exe program is located in C:\Windows\System32

Unfortunately, a smart kid can figure out how to disable the Scheduled Task so that it would never log them off.

Personally, I think the shutdown and restart option would be the best way to go; the built-in timer and countdown clock takes care of everything for you.

GeneT
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 09-10-2004, 10:05 AM
Super Moderator
 
Join Date: Apr 2004
Location: Kentucky
Posts: 90
Linuxmon is on a distinguished road
Auto Shutdown

Here's a program for $ that has a 30 day trial that maybe more what your looking for, it is 25.00 for the full version.

http://www.barefootinc.com/autoshutdown.htm

Linuxmon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #11 (permalink)  
Old 10-28-2004, 08:42 PM
Dave L's Avatar
Registered User
 
Join Date: Oct 2004
Location: Orlando, Fl.
Posts: 17
Dave L is on a distinguished road
Quote:
Originally Posted by ahti000
Not very tablet orientated but still. I have children and I would like to allow them to use the computer only for a set amount of time like 30 or 40 minutes. Like usual with children when the time reaches end then they cant stop and when forced there will be an argument. Has anyone seen a program that allows to set a time after which either certan programs are finished or the whole computer goes to stanby or the current user is not anymore allowed to use the computer.
I know some other fathers that are also interested in such a program.
Could be fine to know if something exists.
Ahti

There is a program called Alarm Timer/Launcher 1.0, that may do the trick for you. You can find it at download.com, and it is completly free.
__________________


Dave L.
Motion Tablet Rep

http://www.PCHomeAndOffice.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatic on/off marnix_moed Windows Vista 2 12-10-2008 11:50 AM
Automatic Update Mucks Up Computer rabbitkillrun Windows Vista 4 10-09-2007 12:10 PM
Automatic Pop-Ups science teacher Windows Vista 6 07-24-2007 04:10 PM
IE7: Automatic New Tab? (PeteCresswell) Windows XP 1 01-29-2007 05:30 PM
Automatic computer turnoff and turnon kk_md Windows XP 2 01-27-2007 10:15 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 09:09 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0