• 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.

Adding a user, how do i give certain privelages?

ThePiston

Senior member
I have 3 computers at work that have a lot of software on them. I want to add another user to it (receptionists). I want them to be able to gain access to certain programs, but not install any. how do I do that?

edit**
At least one of my programs is an accounting program that will not let limited users onto it... anyway around that?
 
Is it WinXP Professional Edition? If so, you can also give the receptionists a Limited account and then run that one stubborn program under Admin credentials using RunAs with the /savecred switch. You can make a custom shortcut that'll go something like:

runas /user:administrator /savecred C:\Program Files\StupidCompany\stupidprogram.exe

and then make sure the Run In: box contains a location that the receptionists' account can touch, such as their account's folder within the C:\Documents and Settings directory.

The Administrator account will need a password for that to work. You could make a separate Admin-class account to use for this purpose if that's easier.

If it's XP Home Edition then this won't work out.
 
Back
Top