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

    May 26, 2021 · How to Open a Command Prompt in Windows 10 A command prompt is an entry point for typing computer commands in the Command Prompt window. By typing commands at …

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

    Jul 29, 2019 · In Ubuntu sudo apt-get update update all packages. Like Ubuntu, does Windows also have any command for cmd to update all installed software in Windows?

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

    Jul 21, 2015 · 11 Is there a way to run/start cmd as administrator through the command line or a batch file programming in Windows 8? I want to create a batch file which has administrative …

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

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

    Mar 22, 2021 · 15 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 …

  6. How can I view command prompt history after the window is …

    Mar 12, 2016 · Find visual demo Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich …

  7. How to disable Bitlocker through command prompt? - Super User

    May 16, 2013 · Open an elevated cmd prompt Type manage-bde F: -status and look under "Key Protectors" to ensure that "Password" appears. Type manage-bde F: -unlock -pw and type …

  8. Reset and Clear Print Spooler in Windows 10 | Tutorials

    Sep 4, 2023 · The Windows CMD command processor is called 3 times (with the necessary 'admin' privileges) to first stop the print spooler service, then to clear the print queue then to re …

  9. 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, …

  10. How to cancel a shutdown /t command in Windows? - Super User

    Oct 30, 2011 · In Windows, you can schedule a shutdown by using something like, shutdown /s /t 600 //shut down after 10 minutes How do I cancel it after it's done?