About 530,000 results
Open links in new tab
  1. 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 …

  2. How does && work within a batch/cmd script? - Super User

    Dec 21, 2021 · How does && work in a Batch File? && will execute the next command when the previous command returns 0 || will execute the next command when the previous command …

  3. How to get domain name in Windows using command? - Super User

    Aug 29, 2012 · I need a similar command to Linux' domainname on Windows without using any third-party application. Is there such a command?

  4. windows - Create admin user from command line - Super User

    Dec 5, 2012 · How would I go about making an Administrator account (read not limited) from the command line in Windows? I have seen commands to the effect of: net user USERNAME …

  5. How can I check a system's current NTP configuration?

    May 16, 2012 · I'm hoping to find a quick, memorable command that I can just punch into a CMD console to get the result. A batch file I can carry around with me will do just as well, though. …

  6. cmd.exe - How do I turn off Windows Defender from the …

    Feb 28, 2016 · Further Reading An A-Z Index of the Windows CMD command line - An excellent reference for all things Windows cmd line related. sc - Service Control - Create, Start, Stop, …

  7. Windows command-line command to list hidden folders

    Oct 19, 2014 · Is there a command on the Windows command-line that can list hidden folders? I've tried dir -a:dh but that doesn't work for me.

  8. How can I put the computer to sleep from Command Prompt/Run …

    I know that almost everything on Windows, like opening any sort of application, can be done from the command prompt or from the Run menu. How can I put my computer to sleep or shut it …

  9. How do I connect to a network share via the Windows Command …

    Jul 15, 2015 · If you don't to map a network drive with net use you can access a UNC Path directly from the Command Prompt using pushd. For example: pushd \\server\share This will …

  10. How to set an alias in Windows Command Line? - Super User

    Possible duplicate of Is there a command to change path from current location to default directory, in Windows command prompt? Specifically, see my answer to know how you can have your …