• Welcome, Guest. Please login.
 

How To Run a Command As Administrator

Started by admin, April 16, 2013, 04:18:21 am

Previous topic - Next topic

admin

April 16, 2013, 04:18:21 am Last Edit: July 16, 2013, 01:06:28 am by admin
How to run a application when domain user or limited user log in on computer, If UAC User Account Control does not appear.

Keyword -
Run a Command as Administrator from the Windows 7
Start a Command Prompt as an Administrator
How to run an app as "run as administrator" from limited user
How do I run a program as an administrator through cmd prompt
Regards,
YourITadmin

admin

April 16, 2013, 04:36:00 am #1 Last Edit: October 08, 2013, 10:20:54 pm by admin
Solutions

You can easy run any program from "Run as Administrator" when domain user or limited user in login on computer by following these steps.

Step 1 - Click Start | All Programs, and then click Accessories.
Step 2 - Right-click Command prompt, and then click Run as administrator.
Step 3 - If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue
Step 4 - Type administrator Credentials If system is not log in from administrator
-Or-
Step 1 - Click Start, Type Cmd [This is Only applicable on Windows Vista, 7 or later versions of windows]
Step 2 - Then Press Ctlr + Shift + Enter,
Step 3 -  If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue
Step 4 - Type administrator Credentials If system is not log in from administrator


How to Run a program as a administrator from Command Promt

Run as Administrator from command line
Step 1 - Click Start Menu | Type Run | Type cmd
Step 2 - Type runas /user:\administrator cmd.exe
-Or-
Step 2 - runas /user:\domainname\administrator cmd.exe
[Note: - You can change cmd.exe to any other command for application]
Step 3 - Ask password for administrator: Enter Password
Step 4 - Attempting to start cmd.exe as user "administrator" [Automatically]
Step 5 - Your Command prompt as a administrator has been started.
Regards,
YourITadmin

fom


Michelerew

And why other solutions for remote connections, like TeamViewer, LiteManager or RemoteUtilities, can make it run without installation with the same permissions of the current user and without UAC prompt?