Permissions for Registry Entry
-
I had to disable Task Manager in Windows XP using C# application. This can be done by writing a Registry Key under Policies in Registry. But the problem i am facing is that when i a logged in as a limited user, it so happens that the Windows XP does not allow a ristricted user to access this part of the registry. Hence i will not be able to create/modify that perticular key in the registry. Please tell me how to sort out this probelm. CHEERS I.T. D.U.D.E
-
I had to disable Task Manager in Windows XP using C# application. This can be done by writing a Registry Key under Policies in Registry. But the problem i am facing is that when i a logged in as a limited user, it so happens that the Windows XP does not allow a ristricted user to access this part of the registry. Hence i will not be able to create/modify that perticular key in the registry. Please tell me how to sort out this probelm. CHEERS I.T. D.U.D.E
You can't. Security permissions are there for a reason. You could simply use a group policy instead to write that value rather than writing an application to do it, which is the correct way to deploy such a policy in a domain.
Microsoft MVP, Visual C# My Articles