How to enter command prompt with elevated priviledges at run?

  • Thread starter Thread starter controlswhiz
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around methods to open the command prompt with elevated privileges in Windows. Participants explore various approaches, including using the right-click menu, shortcuts, and command-line options.

Discussion Character

  • Technical explanation
  • Debate/contested

Main Points Raised

  • Some participants suggest using the "Run as administrator" option when right-clicking the command prompt.
  • One participant proposes creating a desktop shortcut for the command prompt that can be set to always run as an administrator.
  • Another participant questions whether there is a keyword that can be added to the run command to elevate privileges, expressing doubt about its existence.
  • A suggestion is made to use the "runas" command with specific arguments to launch the command prompt as an administrator, with a recommendation to create a batch file for convenience.
  • Some participants mention using the start search feature combined with the Ctrl+Shift+Enter shortcut to open the command prompt with elevated privileges without additional steps.

Areas of Agreement / Disagreement

Participants present multiple methods for achieving elevated access to the command prompt, with no consensus on a single best approach. Some methods are contested, and uncertainty exists regarding the effectiveness of certain commands.

Contextual Notes

Participants express varying levels of familiarity with Windows features, and some methods may depend on user settings or system configurations.

Who May Find This Useful

Users looking for ways to efficiently open the command prompt with administrative privileges in Windows may find this discussion helpful.

controlswhiz
Messages
7
Reaction score
1
What the title says.
 
Computer science news on Phys.org
With windows, you select "run as admnistrator".
 
run-command-prompt-as-administrator.jpg


just in case
step3: Right click where it says command prompt
 
Is there any keyword that I can add on the run command?
 

Attachments

  • abcd.png
    abcd.png
    5.8 KB · Views: 529
controlswhiz said:
Is there any keyword that I can add on the run command?
I don't think so.
Can't you just put a shortcut on the desktop(If you find it difficult to use start menu.)?
It's in C:\Windows\System32 ... Name is cmd.exe
  1. Find it
  2. Right click on it
  3. Hover mouse over "Send to"
  4. Choose "Desktop(Create shortcut)"

Then you can simply run it as an administrator by right clicking on the shortcut

Hey Routaran, what kind of font are you using?
 
@adjacent: the font in the image? I have no idea, I shamelessly googled and posted an image from elsewhere on the internet as if it were my own. Sh*t, isn't that something you get hit with the banning stick for?
I think the person who made that image had shadows turned on for their text.

@controlswhiz: I don't think so either. the "-n" or "/help" options you enter after the file name are arguments you pass to the program that is being run. These are not interpreted by windows at all, they are specifically used the program in question. You need to tell windows to run a program elevated, not the program.

So, you have to launch the program by using the right click menu "Run as administrator" or use the method that adjacent posted.
I would add one extra step.
Right click on the shortcut>compatibility tab and check on "Run this program as an administrator"

this way you can simply double click the shortcut and it will run the command prompt elevated
image attached is an example of what you need to do.
 

Attachments

  • 2014-03-31 04_10_06-Dwarf Fortress Properties.jpg
    2014-03-31 04_10_06-Dwarf Fortress Properties.jpg
    33.4 KB · Views: 542
Last edited:
You can try "runas" : http://superuser.com/questions/42537/is-there-any-sudo-command-for-windows

They say something like
Code:
runas /noprofile /user:Administrator cmd

In which case i'd make a "acmd.bat" file in your system32 directory with that in it, so you can just type acmd at the run box.

"Administrator" may need to be your user profile name if you have admin privs.
 
Last edited:
  • Like
Likes   Reactions: 1 person
I usually just type "cmd" in the start search, and then ctrl-shift-enter to launch the selected program as an admin. No mouse use, funny settings, or extra shortcuts required.
 
  • Like
Likes   Reactions: 1 person
cjl said:
I usually just type "cmd" in the start search, and then ctrl-shift-enter to launch the selected program as an admin. No mouse use, funny settings, or extra shortcuts required.

I did not know about the Ctrl+Shift+Enter shortcut. Great tip!
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
14
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 19 ·
Replies
19
Views
6K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
16
Views
4K
Replies
9
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K