About 886,000 results
Open links in new tab
  1. Open Command Prompt in Windows 10 | Tutorials - Ten Forums

    May 26, 2021 · How to Open a Command Prompt in Windows 10 A command prompt is an entry point for typing computer commands in the Command Prompt window. By typing commands at …

  2. Open Elevated Command Prompt in Windows 10 | Tutorials

    14 Jun 2020 How to Open an Elevated Command Prompt in Windows 10 A command prompt is an entry point for typing computer commands in the Command Prompt window. By typing …

  3. Open CMD as admin with Windows+R shortcut - Super User

    Sep 4, 2015 · My preference for running CMD is to use Windows+R » type cmd » Enter. But this doesn't open it with admin rights. Is there a way to type your way through to command prompt …

  4. cmd.exe - CMD prompt window pops up and instantly disappears ...

    Jun 16, 2021 · CMD prompt window pops up and instantly disappears periodically Ask Question Asked 4 years, 6 months ago Modified 1 year, 1 month ago

  5. How do I find CMD Properties window in Windows 11? - Super User

    Nov 13, 2023 · In Windows 10 and earlier, opening a CMD window and right clicking on the title bar brought up a Window titled CMD Properties. When I do that in Windows 11, I get a new …

  6. How to get Windows Command prompt to display time?

    43 I would like my command prompt (not powershell, just command prompt) to show the time, something like this: 14:02> Is there a way to do this? Basically, I leave things running from the …

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

    Jul 25, 2012 · 21 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 …

  8. windows - How to get tree of folders in CMD? - Super User

    Dec 29, 2011 · In Windows CMD, I use tree c: /f to get a tree of all directories resided in C:. But now I only want to tree out the only sub-directory folders (not files). How to I exclude files in …

  9. Exit program in Windows command prompt - Super User

    When in the command prompt: I am looking for a Windows equivalent of Ctrl + C in Unix and Mac to force exit a program in a command prompt. Sometimes my program would just infinitely wait …

  10. cmd.exe - Running .exe in command prompt - Super User

    Feb 12, 2015 · open a command prompt (Start -> Run -> cmd.exe), navigate to the location of your folder using the command prompt cd command, run the .exe from there