About 2,190,000 results
Open links in new tab
  1. how to change directory using Windows command line

    Jul 8, 2017 · The "cd" command changes the directory, but not what drive you are working with. So when you go "cd d:\temp", you are changing the D drive's directory to temp, but staying in the C drive.

  2. Setting and getting Windows environment variables from the …

    I want to set an environment variable from the command prompt and then be able to access it globally (for instance, I should see it by going to System -> Environment Variables).

  3. How to open an elevated cmd using command line for Windows?

    Sep 30, 2013 · How do I open a elevated command prompt using command lines on a normal cmd? For example, I use runas /username:admin cmd but the cmd that was opened does not seem to be …

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

    Jul 25, 2012 · Many programs let you permanently change their default privilege level from the Properties menu. Command Prompt is not one of those programs. How do I make the command …

  5. 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 with admin …

  6. List all environment variables from the command line

    Apr 27, 2020 · Is it possible to list all environment variables from a Windows' command prompt? Something equivalent to PowerShell's gci env: (or ls env: or dir env:).

  7. Command line for looking at specific port - Stack Overflow

    Aug 18, 2012 · Is there a way to examine the status of a specific port from the Windows command line? I know I can use netstat to examine all ports but netstat is slow and looking at a specific port …

  8. Run a Command Prompt command from Desktop Shortcut

    Mar 16, 2012 · Is it possible to create a desktop shortcut that, when pressed, will open command prompt and run a pre-defined command?

  9. Command prompt won't change directory to another drive

    10 If you want to change from current working directory to another directory then in the command prompt you need to type the name of the drive you need to change to, followed by : symbol. …

  10. How to get Windows version from command prompt or from PowerShell

    Jan 2, 2019 · The ver command shows something like this: > ver Microsoft Windows [Versión 10.0.17134.228] But in PowerShell (or Git Bash) you have to call it through the cmd command: > …