About 1,360,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. How do I connect to a network share via the Windows Command …

    Oct 7, 2009 · 45 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 …

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

    Jul 23, 2009 · This can be quicker then using the command line and works in cases where you might have WMI issues preventing you from running systeminfo. If you need to find this …

  4. How do I get C:/ on my command line - Super User

    Apr 26, 2017 · What I am trying to do is load Adobe Dreamweaver extensions via the command line on Windows. I want to navigate to C:\Program Files\Adobe\Adobe Extension Manager …

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

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

  7. Find a Directory/Folder with CMD without knowing full path

    May 23, 2012 · I don't know the full path to a folder, just the folder name. I would like to find everywhere where this folder is using CMD. Is there a command that does this? I am looking …

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

    Mar 4, 2013 · 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 …

  9. Elevate cmd to admin with command prompt? - Super User

    Mar 30, 2014 · Is there anyway to enable administrator access instead of having to right click command prompt and run as administrator? I tried runas /user:administrator CMD (prompts for …

  10. cmd.exe - Switch user in Windows command line - Super User

    Jul 31, 2018 · Is there a similar Linux su command in Windows command line? If not, what about: in Powershell?; a workaround with a *.vbs script?; a workaround with some of the sysinternals …