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

    May 26, 2021 · 1 While you have a folder or drive open in File Explorer (Win+E), type cmd into the address bar, and press Enter to open the command prompt in whatever folder or drive you …

  2. How to run cmd with Admin privileges using command line

    You start elevated only the cmd.exe process. To start any other process you have to either run it from the cmd.exe script, or create another standalone shortcut with the Run as Administrator …

  3. Command for "cmd" to update all the software in windows?

    At one time, MS provided the application wuauclt.exe in the \System32\ folder to enable manual update from CMD, but apparently that application no longer works. It is possible to call the …

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

    Sep 4, 2015 · To run cmd as administrator through Win+R without additional password typing (but UAC warning is still in-place though) just use the following trick: powershell "Start-Process …

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

    Dec 21, 2021 · (I am using Win10 20H2) I know if you have command A && command B, then command B only executes if command A was "completed successfully", …

  6. How can I restore Cmd.exe (Command Prompt) if it doesn't exist?

    Mar 22, 2021 · cmd.exe is not in the directory C:\Windows\System32. I think that I accidentally deleted it while messing with the environment variables, I don't know. It's not launching from …

  7. windows - run powershell command from cmd - Super User

    May 24, 2016 · I placed the following commands into a batch file to reset Edge (which has been giving some problems from time to time). The batch file was then run at Administrator level. …

  8. Using Windows shortcut with 'cmd /c start' not the same as from …

    Jul 1, 2018 · cmd /c start "" "C:\path\to\Miniconda3\Scripts\activate" Usage: Syntax START "title" [/D path] [options] "command" [parameters] Key: title Text for the CMD window title bar …

  9. How do you list all processes on the command line in Windows?

    Sep 10, 2008 · Working with cmd.exe: tasklist. If you have Powershell: get-process. Via WMI: wmic process (you can query remote machines as well with /node:ComputerOrIP, and there …

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

    Feb 28, 2016 · Run cmd as administrator for elevated privileges, type the command to turn off windows defender firewall. netsh advfirewall set all state off. type the command to turn on …

Refresh