Execute a program as an administrator

Source: Internet
Author: User
Tags echo b echo d goto com

To execute a program as an administrator : Runas/savecred/user:administrator app (app is an executable program)

@echo off
: START
Cls
@echo ======================================
@echo A. Administrator to open the CMD command window
@echo B. Administrator to run the QQ browser
@echo C. Desktop operation and maintenance software
@echo D. PS
@echo Q. Exit
@echo 0. Shutdown
@echo ======================================

Echo.
set/p command= Select the command code you want to execute:
If "%command%" = = "a" goto com-a
If "%command%" = = "B" goto Com-b
If "%command%" = = "C" goto com-c
If "%command%" = = "D" Goto com-d
If "%command%" = = "Q" goto END
If "%command%" = = "0" goto down
Goto START

: com-a
Runas/savecred/user:administrator cmd
Pause
Goto START

: Com-b
Start C:\Users\809693\AppData\Local\Google\Chrome\Application\chrome.exe
Runas/savecred/user:administrator "E:\Program Files\qqbrowser\qqbrowser.exe"
Pause
Goto START

: com-c
Start \\10.118.250.22
Pause
Goto START

: com-d
Runas/savecred/user:administrator "E:\Program Files\adobe_photoshop_cs5_jjb\photoshop.exe"
Pause
Goto START

:D own
Shutdown-s-T 30
Pause
Goto START

: END
Exit

Execute a program as an administrator

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.