About 703,000 results
Open links in new tab
  1. windows - Create admin user from command line - Super User

    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 PASSWORD /add …

  2. Create .zip folder from the command line - (Windows)

    Oct 20, 2010 · The script was originally made for Windows XP, but it also works in Windows 7 x64 Ultimate - no guarantee's if Windows will keep around the various Shell objects this uses. …

  3. How to open the Recycle Bin from the Windows command line?

    How do I open the Recycle Bin from the command line? I'd be very glad if there is a built-in Windows command.

  4. command line - See available drives from Windows CLI? - Super User

    May 11, 2010 · The added command line @echo off filtered the output to show results only. I piped the results to the external find command to filter serial number lines created by the vol …

  5. command line - How to find out uptime on Windows? - Super User

    Jul 23, 2009 · On Windows 7 / Windows Server 2008 and above, this information is displayed in task manager under the "Performance tab". This can be quicker then using the command line …

  6. command line - How to view serial COM ports but not through …

    Nov 5, 2014 · How would I go about viewing a list of COM ports in use without the use of Device Manager? I don't want to install any software either. Is there a possible way to do this through …

  7. How can I display the contents of an environment variable from …

    Sep 29, 2011 · 881 In Windows Command-Prompt the syntax is echo %PATH% To get a list of all environment variables enter the command set without any parameters. To send those …

  8. A command-line or batch cmd to concatenate multiple files

    Feb 22, 2010 · I have 50 text files in one directory. Is there a Windows command-line method to concatenate those files into a single file? I am using Windows Vista. I don't want to type the …

  9. windows - How to unzip a file using the cmd? - Super User

    Apr 16, 2018 · For zipping a file, I have found this question: Can you zip a file from the command prompt using ONLY Windows' built-in capability to zip files? The answers given there are great …

  10. 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.