About 50 results
Open links in new tab
  1. How can I display the contents of an environment variable from the ...

    Sep 29, 2011 · 883 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 variables to a …

  2. command line - Set folder permissions through CMD - MS Windows

    Jun 18, 2023 · At the beginning, I thought the command wasn't properly working but I suddently realised that the edited permissions were the ones in the Advanced section, reachable from the button in the …

  3. 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. Usage: in …

  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 to recursively delete directory from command line in windows ...

    Aug 23, 2010 · rmdir /? will give you the full details of the command line arguments - S is "Removes all directories and files in the specified directory in addition to the directory itself.

  6. How do I view a list of devices from the command line in Windows

    Jul 31, 2014 · I want to use the Windows command line to enumerate through devices connected to a computer and return information. How can I accomplish this?

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

  8. How to run a command periodically with precise interval in Windows ...

    Feb 1, 2026 · How to trigger a command periodically with a precise interval similar to watch -p(about ±0.5ms) in Windows from the command line, except using watch -p itself in Unix-like environments, …

  9. command line - How do I open the WSL CLI on Windows 10? - Super …

    Dec 2, 2022 · How do I open the WSL CLI on Windows 10? I installed WSL on my Windows 10 system, but I have no idea how to access the WSL CLI. All the tutorials on the internet assume that the CLI is …

  10. How do I edit text files in the Windows command prompt?

    Sep 10, 2010 · On Unix I'd just use vi, but I don't know what the command is on Windows. I am actually trying to edit files over SSH with Windows Server 2008.