How to use ‘runas’ command to remotely install software for users?

VN:F [1.9.7_1111]
Rating: 0.0/10 (0 votes cast)

If you are working with users that have limited access rights to their Windows profile, and they need to install some software (e.g. printer drivers, application softwares) to their computer but couldn’t because they do not have administrator rights. Then, one way to do this is to use the ‘runas’ command.

1. Go to the Command prompt

2. Type in ‘runas /user:administrator “mmc c:\windows\system32\compmgmt.msc”  This will start up the Computer Management console with the administrator rights.  It will prompt you for the administrator password to the account.

3. Temporarily add the user to the administrator group and restart the computer

4. Install the necessary software for the user

5. Remove the user from the administrator group and logoff

Related Tech posts:

  1. How to Install Windows Server 2003 Cluster service?
  2. How to enable Remote Desktop on Windows 2008 Server Core?
  3. How to add Users to a Cisco router?
  4. How to disable UAC in Windows Vista?
  5. How to Sysprep Windows 2008 Server Code?

About the Author