Creating ISO images from folders is a handy way to back up data, create bootable ISOs, or package content. In this guide, we’ll show you how to add a “Create ISO from Folder” option to the right-click context menu in Windows using free Microsoft tools and a custom PowerShell script.


βœ… Why You Might Need This

  • Package a project or software folder into an ISO
  • Easily create bootable ISOs for virtual machines
  • Backup directories in a universal format

πŸ”§ What You Need

  1. Windows OS (10/11)
  2. Windows ADK (Deployment Tools)
  3. PowerShell (built-in)

Install Windows ADK:

  • Choose Deployment Tools during installation

  • Locate oscdimg.exe, usually found at:
C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\x86\Oscdimg\oscdimg.exe

 


πŸ“ Download the Script

Download the ready-to-run PowerShell script bundle:

πŸ“‚ Download iso_context_menu.zip

Contents:

  • Add-CreateISO-ContextMenu.ps1
  • Remove-CreateISO-ContextMenu.ps1

▢️ How to Add “Create ISO” to Context Menu

1. Extract and open Add-CreateISO-ContextMenu.ps1 in PowerShell

Right-click the file and select Run with PowerShell (as Administrator).

2. Right-Click a Folder

You’ll now see “Create ISO from this folder πŸ’Ώ” in the menu.

3. The script will:

  • Use oscdimg.exe
  • Generate an ISO in the same directory
  • Name the ISO based on the folder (e.g., MyFolder.iso)

❌ How to Remove It

If you want to remove the context menu item:

  • Run Remove-CreateISO-ContextMenu.ps1 with PowerShell (as Admin).

πŸ” Alternatives for Creating ISOs

ToolTypeOpen SourceContext Menu SupportNotes
AnyBurnFreewareNoβœ… YesLightweight, clean UI
InfraRecorderOpen Sourceβœ… Yesβœ… Yes (manual setup)Classic tool, still works
CDBurnerXPFreewareNoβœ… YesReliable, feature-rich
K3b (Linux)Open Sourceβœ… Yesβœ… YesKDE users
Nautilus ScriptOpen Sourceβœ… Yesβœ… YesWorks on Ubuntu GNOME

πŸš€ Free & Open Source Alternatives


πŸ“š About EngineerHow.com

At EngineerHow.com, we simplify complex techβ€”covering self-hosted apps, networking, servers, civil engineering, and open-source tools. Whether you’re setting up a VPS, Docker stack, or automating backups, we’ve got you.

Explore more on EngineerHow.com and our YouTube channel: πŸŽ₯ youtube.com/@engineerhow


πŸ–ŠοΈ What Do You Think?

Did this guide help? Got questions or improvements? Drop a comment below or reach out!