As you might be knowing, Windows 10 allows you to burn ISO files without third party tools. This ability was added in Windows 7. All you need is an empty CD/DVD disc and some ISO file. A lesser known feature of Windows is the ability to burn an ISO file from the command prompt. Let's see how it can be done in Windows 10.
There is an isoburn tool in Windows 10, It is a built-in tool shipped by default with Windows 10. It located in the following folder:
C:\windows\system32\isoburn.exe
ISOBURN.EXE [/Q] [:] path_to_iso_file
If you provide the agrument /Q, it will start burning immediately in the Burn Disc Image window.
The only required argument is the path to the ISO file. If you specify only that, isoburn shows the Burn Disc Image window where you need to select the drive letter assigned to your CD/DVD writer drive.
So, to burn an ISO file from the command prompt in Windows 10, you need to do the following.
- Open the command prompt.
- Type the following in the opened command window:
ISOBURN.EXE /Q E: c:\data\Window10.ISO
Make sure that you replace the text E: in the command line with the actual drive letter of the optical drive in your operating system and also the actual path to the ISO file.
That's it.
Support us
Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:
Is that real command prompt? How do you enable transparent glass???
Here you go: https://winaero.com/blog/make-command-prompt-transparent-in-windows-10/
Aahhh!!! Thank you so much and I love you!!!