Utilities
Manage Drivers with pnputil
Install inf-Drivers
- Extract your Downloaded Driver
- Open cmd.exe as Administrator and navigate (cd) into your extracted Directory
- Enter
pnputil -i -a yourdriver.infand press Enter

List Drivers and Search
- Open powershell.exe
- Run
Get-WindowsDriver | Format-Table

Search
You can filter by Column Values in this Table
Example: Get-WindowsDriver -Online -All | Format-Table | Where-Object { $_.column -match “Value” }
Bypass MS Account on Windows 11 Setup
The current Solution with oobe\bypassnro is not working anymore with the latest Windows 11 ISO Images.
Instead of this Command, use this start ms-cxh:localonly, it will open a Window that allows creation of a local User Account.
- Press SHIFT+F10 (or SHIFT+FN+F10 if you have Fn-Lock)
- Enter
start ms-cxh:localonly - Specify Username, Password and and 3 seperate Recovery Questions
This can be done at any Point of the Setup, but it is recommended to do that right before being asked if the Device is for Personal or Work/School use