Uncertainty is the only certainty there is, and knowing how to live with insecurity is the only security, John Allen Paulos
Occasionally, despite you take all necessary precautions, your system could crash (a buggy update) or it could become infected and locked by a virus or malware that prevents it from starting normally.
You can resolve this situation by creating a rescue USB drive that combines a bootable Windows recovery drive, system backup, and multiple rescue utilities on one stick. This guide shows how to prepare a multi-boot USB using Ventoy, create a Windows 11 recovery/installation media, back up your system image, add popular rescue OS images (MediCat USB, GParted, Clonezilla, Hiren’s BootCD PE, SystemRescue), and recover your Windows product key.
With these tools on hand, you’ll be ready to diagnose, repair, or reinstall Windows on virtually any PC.
A bootable Windows 11 USB drive is the best way to install (or recover from an unexpected crash) Windows 11.
Install Ventoy. Ventoy is an open-source tool that turns a USB drive into a multi-ISO boot device. You install Ventoy once on the USB, then simply copy ISO files to it.
Creating Bootable Recovery Media. Create a Windows 11 ISO File using the Media Creation Tool. Open Microsoft’s download page, scroll down to Create Windows 11 Installation Media
section and click Download Now. Run “MediaCreationToolW11.exe” to start the installation.
“Accept” terms and conditions, select language (e.g., English (United States)) and edition settings (Windows 11, the tool will likely default to your current system’s settings). Uncheck the “Use the recommended options for this PC” box so you can make your own choices. Then click “Next”.
Choose which media to use. You will be presented with two options: “USB flash drive” and “ISO file”. Select ISO file. This will create a downloadable ISO without touching your USB drive. The tool will ask you where you want to save the Windows.iso file. Navigate to your Ventoy USB drive. You should see the main data partition (it might be named “Ventoy”). Save the Windows 11 ISO to your Ventoy USB drive’s main partition.
Add Windows 11 Disk Image to Ventoy Drive (ISO). Open Microsoft’s download page, scroll down to find the “Download Windows 11 Disk Image (ISO) for x64 devices” section, click the Download button below, and copy the ISO file to the main partition of your Ventoy USB drive.
To create a full system imaging of Windows 11 to an external USB drive using System Image Backup, follow these simple steps:
This makes a complete snapshot of your PC (OS, programs, and data).
On a hard disk: BackupWindows (E)
. Click the Next button.
no
) if you prefer to just use the system image, and finally, Close.With Ventoy, adding new bootable tools is as easy as copying ISO files.
They do not run from inside Windows or any other operating system because they are operating system themselves! You must restart your computer with the USB inserted in order to use them. To boot from the USB, you may need to repeatedly press a key such as F8 or F12 while your computer is starting up.
Here are some recommended rescue images, their uses, and where to get them:
Medicat USB is a bootable USB drive that contains a collection of software tools that can be used for troubleshooting and repairing a computer.
exFAT
or NTFS), and verify the drive letter (Disk Management, diskmgmt.msc). Turn off Windows Defender, third-party antivirus, and firewall. Add the MediCat folder to exclusions in security software.Turn off Program Compatibility Assistant
, set it to Enabled, click Apply and OK. Finally, restart your PC.This guide will walk you through multiple methods to retrieve or locate your Windows 11 product key:
Open Start Menu, type cmd
(for Command Prompt) or powershell
(for PowerShell), right-click on Command Prompt or Windows PowerShell
, select Run as administrator
, and enter: wmic path softwareLicensingService get OA3xOriginalProductKey
(Command prompt) or (Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey
(PowerShell)
If nothing appears or it shows a blank line, your key is likely stored in UEFI and not accessible this way. If your PC came with Windows 11 preinstalled, the license is usually embedded in the firmware (UEFI). This query fetches the OEM-embedded product key (if one exists in the BIOS/UEFI).
Using ShowKeyPlus (Third-Party Tool). ShowKeyPlus is a popular, free, user-friendly, and reliable third-party utility that can display your Windows edition, installed product key, the original OEM key from firmware, and other licensing details. You can click Save in ShowKeyPlus to export the key to a text file.
Using slmgr.vbs (for Activation Status and Partial Key).
# To display license information and the partial product key
slmgr.vbs /dli
Windows (R), Profesional edition
Description: Windows (R) Operating System, RETAIL channel
License Status: License
# To display the activation expiration date
slmgr.vbs /xpr
Windows (R), Profesional edition: The machine is permanently activated.
# To display detailed licensing information, including the partial product key and activation ID, type:
slmgr.vbs /dlv
Name: Windows (R), Profesional edition
Description: Windows (R) Operating System, RETAIL channel
...
Checking Your Microsoft Account (for Digital Licenses). If your Windows was a free upgrade or purchased online, you might have a digital license instead of a traditional key. If your Windows 11 license is linked to your Microsoft account, go to Settings, System, Activation.
If it says “Windows is activated with a digital license linked to your Microsoft account,” then your key is not needed separately.
OEM Keys are pre-installed by the computer manufacturer (e.g., Dell, HP, Lenovo) and are embedded in the computer’s firmware (UEFI/BIOS). Retail Keys are purchased separately.