How to add components of Microsoft Office without Logging out and Logging in as Admin

  • Thread starter Thread starter Herbert Chan
  • Start date Start date
H

Herbert Chan

Hello,

I am the administrator in my office. Sometimes I will need to add for my
users some optional components of Microsoft Office. I know such components
will need to be added through Add or Remove Program inside Control Panel.
With a normal user's account, it is not possible to add components to
Microsoft Office. Is it possible that when I am at my user's desk, I can
run this Add or Remove Program module as admin, without having to log out
and log in as Admin and make the change and then log out again and let the
user log in again?

Herbert
 
RE: How to add components of Microsoft Office without Logging out and

use the following command from command prompt

runas /user:adminaccount "control appwiz.cpl"

Replace the adminaccount with your account that you use to run add remove
programs in administrator account. It is pretty safe as it will ask you for
password behind asterisk.

With best regards
Gurpreet Singh

"Herbert Chan" wrote:

> Hello,
>
> I am the administrator in my office. Sometimes I will need to add for my
> users some optional components of Microsoft Office. I know such components
> will need to be added through Add or Remove Program inside Control Panel.
> With a normal user's account, it is not possible to add components to
> Microsoft Office. Is it possible that when I am at my user's desk, I can
> run this Add or Remove Program module as admin, without having to log out
> and log in as Admin and make the change and then log out again and let the
> user log in again?
>
> Herbert
>
>
>
>
>
 
Re: How to add components of Microsoft Office without Logging out and

Thanks! You are marvellous. That saves a lot of troubles.

Herbert

"gsjutla" <gsjutla@discussions.microsoft.com> ¼¶¼g©ó¶l¥ó·s»D:78C8A1EF-D53D-4318-BAB3-0F17349FA6C8@microsoft.com...
> use the following command from command prompt
>
> runas /user:adminaccount "control appwiz.cpl"
>
> Replace the adminaccount with your account that you use to run add remove
> programs in administrator account. It is pretty safe as it will ask you
> for
> password behind asterisk.
>
> With best regards
> Gurpreet Singh
>
> "Herbert Chan" wrote:
>
>> Hello,
>>
>> I am the administrator in my office. Sometimes I will need to add for my
>> users some optional components of Microsoft Office. I know such
>> components
>> will need to be added through Add or Remove Program inside Control Panel.
>> With a normal user's account, it is not possible to add components to
>> Microsoft Office. Is it possible that when I am at my user's desk, I can
>> run this Add or Remove Program module as admin, without having to log out
>> and log in as Admin and make the change and then log out again and let
>> the
>> user log in again?
>>
>> Herbert
>>
>>
>>
>>
>>
 
Back
Top