How to limit user application access?

  • Thread starter Thread starter Mule
  • Start date Start date
M

Mule

I want to create an account on an XP machine where the only thing the user
can do at all is run internet explorer - no control panels, no other apps.
Machine runs XP Pro. How do I do that?
 
Replace HKLM\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon, REG_SZ
Shell "Explorer.exe" with the application executable name (iexplore.exe) and
adjust the system PATH. Search www.jsiinc.com about locking down that
desktop and kiosk mode. Run gpedit.msc and create a policy.
 
Back
Top