What is the cmd command to obtain administrator rights?
May 10, 2021 am 10:14 AMcmd The command to obtain administrator rights is "runas /user:administrator cmd". The method of use is: first click "Run" and enter "cmd" in the input field; then enter "runas /user in the window :administrator cmd" and password.
The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
Open the computer search box/or click Run and enter cmd;
Click the command prompt;
Enter runas /user:administrator cmd in the command prompt;
Enter the password to enter the administrator’s cmd permissions;
But here you need to know the password of the administrator. It is also possible not to use the administrator user here. You can also use other users in the same management group to start cmd. The permissions are also administrators. For example, there is a user named: abc in the administrators. Then you can use the command: runas / user:abc cmd. At this time, just enter the login password of user abc.
For more computer-related knowledge, please visit the FAQ column!
The above is the detailed content of What is the cmd command to obtain administrator rights?. For more information, please follow other related articles on the PHP Chinese website!

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

How to get BitLocker recovery key from CMD without Microsoft account

How to run SUDO commands in Windows 11/10

How to check the MAC address of the network card in Win11? How to use the command to obtain the MAC address of the network card in Win11

Where is hyperv enhanced session mode? Tips for enabling or disabling Hyper-V enhanced session mode using commands in Win11

Super practical! Sar commands that will make you a Linux master

How to turn off Bitlocker encryption using CMD at the command prompt

What is the correct way to restart a service in Linux?

How to use LSOF to monitor ports in real time