I have one limited account on a windows XP machine. I would like to
allow this user to download and install software just this.
Would one way be to enable this limited account is to sign into the
administator account on the same computer and then add the limited
account to the group of administrators ? Like the following......
Start -> Run -> compmgmt.msc -> Local Users and Groups -> Groups ->
Administrators -> Add -> Name of Limited Account User
LASTLY
I would not mind knowing how to do this using Group Policy Editor. If
someone could help (with links or tutorials) me sort this out using
GPE it would be nicely appreciated.
Thanks
you could use RunAs
Open a cmd prompt and type runas /? and press enter for help.
eg. runas /profile /user:tempadmin c:\somepath\setup.exe
Create a new account for this so they don't get the administrator password,
lets call it tempadmin, assign it administrator rights
This will prompt for the password and is more secure as it isn't in plain
text in a file but bear in mind the user has access to an admin account
which they could login with unless you take other steps
Run GPEDIT.msc
Navigate to Computer Configuration - Admiistrative Templates - Windows
Components - Windows Installer
Set "Always install with elevated privileges" to Enabled
It only works for Windows Installers files though.
Regards
Mark Dormer
"Blue Sky" <wtb_...@hotmail.com> wrote in message
news:e41293cf-7e73-4fbc...@e25g2000prg.googlegroups.com...
Many thanks for the help. I'll take it from here.
Mark I have one more questiion if you don't mind helping out. The part
of the above instructions about Run GPEDIT.msc are fine but afterwards
logging back as the limited user I still was not able to install any
windows based installations. Is there something more that needs to be
done to allow the limited account to be able to install software.
Thanks
Thanks
To use the feature the installer must NOT just be windows based, but Windows Installer based.
IS that the case?
--
Regards
Mark Dormer
Thanks Mark.
I honestly don't know the difference but if you could point me towards
an application that I can download and which is Windows Installer
based I would be happy to test it. If this helps I tried downloading
the following program Windows Installer based http://www.belarc.com/free_download.html
and it would not install.
Victor.
>Thanks Mark.
>I honestly don't know the difference but if you could point me towards
>an application that I can download and which is Windows Installer
>based I would be happy to test it. If this helps I tried downloading
>the following program Windows Installer based
>http://www.belarc.com/free_download.html
>and it would not install.
Have you tried right-clicking on the exe file and choosing "run as"?
Yep the command works with an administrator account but not with the
limited user account. Thanks for the help.
I have one limited account on a windows XP machine. I would like to
allow this user to download and install software just this. I need to
know how this can be done using Group Policy Editor. If someone could
help (with links or tutorials) me sort this out using GPE it would be
nicely appreciated.
What I had to do is initially set file permissions from Safemode to
allow write permissions for the installation but still am getting an
error which says I need administrator rights.
PLEASE I do not want to know how this can be done using the Run As
command or changing the rights of the limited user to admin.
Thanks