Forum Discussion

Mousefluff's avatar
Mousefluff
Iron Contributor
Jul 20, 2024

Example: Use WinPE To Remove A Non-Functional Driver From An Offline 10 / 11 Image

REM List All 3rd-Party Drivers on an Offline Windows 10/11 Image IF NOT EXIST "C:\Scrtch" MKDIR "C:\Scrtch" PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& {Get-WindowsDriver -Path C:\ -Sc...

Resources