About 2,120,000 results
Open links in new tab
  1. Where is the Windows Run command located? - Super User

    Where is Windows Run dialog box located? The Windows Run dialog box is a resource located in c:\windows\system32\shell32.dll. The dialog can be opened by running the following command: …

  2. How can I always run the command prompt as administrator?

    Jul 25, 2012 · The solution I use is to open command prompt by opening start menu, typing 'cmd' and pressing Ctrl + Shift + Enter. This will cause the selected program to be launched as administrator.

  3. windows - run powershell command from cmd - Super User

    May 24, 2016 · 0 I placed the following commands into a batch file to reset Edge (which has been giving some problems from time to time). The batch file was then run at Administrator level. Please note the …

  4. windows - Run as different user and elevate - Super User

    Oct 18, 2013 · How do I run as a different user AND run in an elevated context? A perfect example of this would be opening an elevated command prompt using a different user context that the currently …

  5. How do I automatically have a command run from my Windows 10 …

    Jul 25, 2023 · I'm using Windows 10. When I first login, I launch a command window using cmd and then run a service using myserv -a I would like all this to happen automatically after I login. How do I config...

  6. bash - su options - running command as another user - Unix & Linux ...

    I was wondering how to run a command as another user from a script. I have the script's owner set as root. I also have the following command being run within the script to run the command as the h...

  7. How to run a command on command prompt startup in Windows

    Back to the question I have two questions: I want some specific commands to be executed when I start command prompt. e.g. cls to clear my command prompt. I want to execute some commands in a …

  8. administrator - How do I run a program from command prompt as a ...

    I am using "runas" to open command prompt as a different user but that command prompt is not running as an admin. How can I make it run as an admin? UPDATE: I am using Windows Server 2012 …

  9. How to run program from command line with elevated rights

    Oct 15, 2009 · Is there a way to run a program or command with elevated rights when I am already in a non-elevated command line? Exactly the same action that would be performed when I click on the …

  10. How to run a command in Visual Studio Code with launch.json

    May 8, 2017 · Is there a way to execute an ssh command when debugging a project with .vscode/launch.json? For example: ssh -i xxxxx. Or is it possible to create a command that you can …