What are the steps I need to follow in order to restrict users on a Windows XP machine from being able to install software and other applications?

link|improve this question
3  
Please clarify the question. I suspect this may have a better home on SF/SU. – Marc Gravell Oct 24 '09 at 8:50
This would be better suited for ServerFault. I would imagine the answer would involve Group Policies or w/e which would be in the domain of SF. – David Pearce Oct 24 '09 at 9:34
1  
Although this question belongs on SF, migrating across multiple sites is a problem and therefore this question cannot be migrated again. – Diago Oct 24 '09 at 9:37
feedback

migrated from stackoverflow.com Oct 24 '09 at 9:14

This question came from our site for professional and enthusiast programmers.

2 Answers

Just don't give him administrative privileges. Putting a user into the "Users" group and not the "Administrators" group, should be enough.

link|improve this answer
feedback

Set the user account to restricted. A restricted user cannot install software. You can set the type of user in the user applet within the control panel. Which windows operating system are you using ?

link|improve this answer
I'm using windows XP – Mask Oct 24 '09 at 8:58
@Mask: If you are using XP-Pro, it has user groups/access-control as well. – o.k.w Oct 24 '09 at 9:02
2  
This isn't quite true - I've seen limited/restricted users install Skype and Firefox in their temp folders and use them without issue. It depends partly on what the installer's doing. – CodeByMoonlight Oct 24 '09 at 11:04
Agreed, but nonetheless, to prevent that, you have to go much further. And restricting execution to only certain programs can't be done on a workstation OS. – Joey Oct 24 '09 at 11:32
feedback

Your Answer

 
or
required, but never shown