• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

XP - How to keep a user from installing programs

Dont give the user write permission anywhere. 😛

What OS? You realize they will probably be able to install things in their home directory unless you make that unwritable, in which case tmp is usually writable....
 
i think the simplest way would be to let your user use the guest account if u dont wanna have to deal with security policies.

might be wrong though 😕
 
Don't give them admin or power user priveledges and make sure the rights to all the folders but their home directory don't allow writing.
 


<< i think the simplest way would be to let your user use the guest account if u dont wanna have to deal with security policies. >>


From a security standpoint, enabling the guest account is the worst thing you can do.



<< Don't give them admin or power user priveledges and make sure the rights to all the folders but their home directory don't allow writing. >>


Exactly. If you have them set up in the correct group accounts and are using NTFS it's pretty self-explanatory. In addition if in the correct group they will not be able to write to any part of the Registry except HKCU.

This will not prevent them from running the install program initially but once running it won't be able to do anything.
 
Back
Top