  Joey B Wee Premium join:2001-02-16 Los Angeles, CA
1 edit | reply to bfoster2000 Re: [Other] Using XP Pro as a application specific machine.
Sounds like you'd be good with replacing the windows shell with whatever program you'd like running and locking the pc down with group policy editor.
Start by replacing the shell for your local user
open regedit (start -> run -> type "regedit)
Expand down to HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
Create a new string value (Edit -> New -> String Value) and name it "shell". Double click this new string and paste the path to your application in here (ex. C:\Program Files\My App
--
Disabling Ctrl Alt Del options Run Group Policy Editor (Start -> Run -> gpedit.msc) User Configuration -> Administrative Templates -> System -> Ctrl+Alt+Del Options -> Set all to disabled
--
Finally, you'll probably want to set this PC to auto login to this user account. How you do this will depend on whether the PC is part of a domain or part of a workgroup.
As an additional thought and totally optional... you may want to set your shell to a batch file that gives you a few options. I've done this before and it gives me some extra control. Such as restarting the program if the user inadvertently exits it. See my example batch below. If you choose to go this route, you'd simply replace the program path with the path of the batch file saved somewhere on the machine.
Bach file code
|