I am looking for a way to limit my users to one executable in the XP pro envoirnment. Maybe by disabling the task manager option or creating a login script- not sure.
If you are in an AD domain then you can use the Group Policies to lock them down. You should be able to remove all icons off of the desktop (except the one you want) and completely disable the start menu. My location is still on an NT 4 domain so I'm rusty on the specifics on how to do this.
One side note: make sure you kill the "New Task ..." button on the task manager or kill access to the task manager ... that would be a large loop hole.
OzCDN,
Thanks for the advice- I have a program that we replace explorer with in the shell so icons and start menu are gone. My problem is they use ctrl alt del to access task manager and run new task just like you said. I am not sure how to kill access to task manager-can you help? Thanks
Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Policies\System
Name: DisableTaskMgr
Type: REG_DWORD
Value: 1=Enablethis key, that is DISABLE TaskManager
Value: 0=Disablethis key, that is Don't Disable, Enable TaskManager
As part of the enhanced management available in Windows 2000 and Windows XP, rather than risking a registry change, as an administrator you can enable or disable Windows 2000 Pro or Windows XP Pro's TaskManager using Group Policy Editor. This can be applied to the local policy. Note: if you are trying to override your organizations group policy, you can't. As soon as you re-authenticate to the domain, the domain or OU Group Policy will rewrite the registry setting. But if the TaskManager was accidently disabled or you need to control this item for a set of standalone boxes this is for you:
Click Start
Click Run
Enter gpedit.msc in the Open box and click OK
In the Group Policy settings window
Select User Configuration
Select Administrative Templates
Select System
Select Ctrl+Alt+Delete options
Select Remove Task Manager
Double-click the Remove Task Manager option
Since the policy is Remove Task Manager, by disabling the policy, you are enabling the Task Manager.
bcastner,
thanks for the advice- using gpedit.msc does that disable task manager when logged in as the administrator as well? My problem would be I would have no way of changing the shell back to explorer logged in as administrator without task manager
It most certainly would disable for the Administrator. You need one of my favorite tricks: "Anyone but the Administrator Policy Settings": thread616-654296
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.