Utilities

Manage Drivers with pnputil

Install inf-Drivers

  1. Extract your Downloaded Driver
  2. Open cmd.exe as Administrator and navigate (cd) into your extracted Directory
  3. Enter pnputil -i -a yourdriver.inf and press Enter

 

List Drivers and Search

  1. Open powershell.exe
  2. Run Get-WindowsDriver | Format-Table

 

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.

  1. Press SHIFT+F10 (or SHIFT+FN+F10 if you have Fn-Lock)
  2. Enter start ms-cxh:localonly
  3. 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