About 57 results
Open links in new tab
  1. Windows 10 - How do I get a disc to run? | Windows Forum

    Feb 24, 2016 · After countless issues and a time-frame when the internet was down, I re-installed Windows 10. The problem is that inserting the driver disc does nothing. How to get it to play? I can …

  2. How to change directory to run .bat files from different drive?

    Mar 18, 2014 · However, when I try and change the directory to a data drive using cd F:\nrcs_project to run the .bat files from a different location, I see that the command prompt does not recognize the cd …

  3. Burn CDs on Windows 11: Data, Audio, and ISO with Built-In Tools

    Nov 1, 2025 · How to burn a basic data or audio CD using built‑in Windows 11 tools Windows 11 gives you two simple profiles when writing files to a disc from File Explorer: burn the disc “Like a USB flash …

  4. Install Windows 11 Without a USB Drive: No-USB Methods Explained

    Dec 19, 2025 · Can you perform a true clean install without a flash drive? Short answer: usually no — not on a truly blank drive or brand‑new PC. In‑place reinstalls, Reset This PC, and ISO‑run setups …

  5. use cmd.exe to change directory and run command in that directory

    May 11, 2012 · All I want to do is: change to specific directory of a different drive run a command in that directory e.g. dir I need to do this in one line using cmd.exe starting from a different drive I would do …

  6. powershell - Open or close cd-drive using cmd - Stack Overflow

    Oct 16, 2017 · Open or close cd-drive using cmd Asked 8 years, 4 months ago Modified 4 years, 2 months ago Viewed 28k times

  7. how to change directory using Windows command line

    Jul 8, 2017 · The "cd" command changes the directory, but not what drive you are working with. So when you go "cd d:\temp", you are changing the D drive's directory to temp, but staying in the C drive.

  8. Command prompt won't change directory to another drive

    As @nasreddine answered or you can use /d cd /d d:\Docs\Java For more help on the cd command use: C:\Documents and Settings\kenny>help cd Displays the name of or changes the current directory. …

  9. How to set up a USB thumb drive to automatically run an executable …

    Jul 22, 2025 · How to set up a USB thumb drive to automatically run an executable file on the drive when the drive is plugged in?

  10. Windows CMD command for accessing usb? - Stack Overflow

    Feb 20, 2015 · You can access the USB drive by its drive letter. To know the drive letter you can run this command: C:\>wmic logicaldisk where drivetype=2 get deviceid, volumename, description From here …