[Log In ] [New Posts] []
Go Back   GotApex? Forums Forums > General Topics > Software, OS, and the Internet
User Name
Password

Reply
 
Thread Tools Search this Thread Display Modes
Old 12-10-2004, 11:44 AM   #1
Memo
Admiral
 
Memo's Avatar
 
Join Date: Apr 2001
Location: East Village
Posts: 5,659
Disabling Taskbar/Right-Click for Kiosk? (XP)

So, I'm building a kiosk computer in XP. Does anyone know how to disable right-click and remove the taskbar? Preferable disable any system keyboard commands as well like ctrl-alt-del and all that suff. I want people to only be able to use the program running and that's it.
Memo is offline   Reply With Quote
Old 12-10-2004, 02:09 PM   #2
SmokeyDP
Lieutenant Commander
 
Join Date: Jan 2003
Location: Middlesex, NJ
Posts: 541
Send a message via AIM to SmokeyDP Send a message via Yahoo to SmokeyDP
I assume this will be running custom software on it. You might want to check out a computer programming forum also.
SmokeyDP is offline   Reply With Quote
Old 12-10-2004, 08:55 PM   #3
KCEnder
Lieutenant Junior Grade
 
Join Date: Jun 2004
Posts: 69
you can actually capture all system commands from keyboards in your software, if you trap them, they won't execute the given commands. codeguru.com has always been a good place for me to start any search.
KCEnder is offline   Reply With Quote
Old 12-10-2004, 09:05 PM   #4
OC
the admiral formerly known as overclocked
 
OC's Avatar
 
Join Date: Aug 2000
Location: Outside the mainstream
Posts: 5,922
Are you running IE in Kiosk Mode?
__________________
But what is adulthood except a delayed end-run around our parents' better judgment?
-- Peter Egan

*cough*
OC is offline   Reply With Quote
Old 12-10-2004, 09:29 PM   #5
Memo
Admiral
 
Memo's Avatar
 
Join Date: Apr 2001
Location: East Village
Posts: 5,659
No, the computer will not be running IE. And I know I can program my own software but.....I'd rather not. This will be a timeclock computer. It will run a simple time clock application with 1 button to clock in and one button to clock out. Users will have to use keyboard to input their pin code, so can't just disconnected keyboard either.
Memo is offline   Reply With Quote
Old 12-14-2004, 04:01 PM   #6
bbrian
Lieutenant Commander
 
Join Date: May 2000
Location: La-La Land
Posts: 676
If you have control over the source code of the timeclock app, have it register as a screen saver. There is a simple Windows API call to do this. It is the easiest way to trap all system related keystrokes and your app can still function like a normal app. If you need help with the API call, let me know..

Otherwise you can control ctrl-alt-delete, deny shutdown, etc through group policy, but I don't think it has anyway to make the taskbar not show.
bbrian is offline   Reply With Quote
Old 12-14-2004, 04:17 PM   #7
Memo
Admiral
 
Memo's Avatar
 
Join Date: Apr 2001
Location: East Village
Posts: 5,659
Oh I can do it through group policy? I'll try that. I believe there is a registry edit that will remove the taskbar.
Memo is offline   Reply With Quote
Old 12-15-2004, 03:21 PM   #8
Memo
Admiral
 
Memo's Avatar
 
Join Date: Apr 2001
Location: East Village
Posts: 5,659
Ok, so I got it to hide the taskbar and all icons on the screen. How exactly do I restrict usres from ctrl+alt+deling with group policy? I created a group called "Kiosk Users." Where do I go from there? I am in Windows 2000 now because I reformatted adn that disk was laying around. I can easily go back to XP Pro if needed though.
Memo is offline   Reply With Quote
Old 12-15-2004, 07:58 PM   #9
bbrian
Lieutenant Commander
 
Join Date: May 2000
Location: La-La Land
Posts: 676
I'm not sure you are completely following me.. this has nothing to do with a Windows 'Group'. To get to the group policy editor do the following:
Click Start -> Run, enter 'mmc' (without quotes), hit OK. In the MMC console, click the File menu, click 'Add/Remove Snap-in', click the 'Add' button on the StandAlone tab. Scroll down to 'Group policy', select it and hit Add, then click Finish, click Close, click OK. That should bring up the group policy editor.. In the editor there are tons of settings. Be-warned.. you can EASILY lock yourself out of all sorts of stuff. If you aren't sure what a setting does, I don't suggest using it.

Most of the settings you are looking for are under:
Local Computer Policy, User Configuration, Administrative Templates, System
For example, one setting is 'Run only allowed Windows Applications'.. If you use the editor in Extended Mode, and it will give you a basic description of the settings. You can enable the 'Run only allowed Windows Applications', then in the properties you can add a list of allowed executables.

Under: "Local Computer Policy", "User Configuration", "Administrative Templates", "System", "CTRL-ALT-DEL Options"
You can disable a lot of the buttons in CTRL-ALT-DELETE, but you can't disable ctrl-alt-del completely.. (sorry I thought you could).

Under: "Local Computer Policy", "Computer Configuration", "Windows Settings", "Security Settings", "Local Policies", "User Rights Assignment"
There is a "Shut down the system" setting that you can add a list of users that are allowed to shut down the sytem. Most likely you will just want to remove 'Users' from the list.

Browse around the editor.. there may be other settings you want to use to lock down the machine.
bbrian is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -7. The time now is 07:42 PM.