We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e171a4d commit 8ba12a8Copy full SHA for 8ba12a8
1 file changed
README.md
@@ -363,8 +363,12 @@ ChipsetUpdater-2026.03.0011-Win10-Win11.exe (or later version)
363
<a id="method-3-hardware-id-scanner-only"></a>
364
### 8.3 Method 3: Hardware ID Scanner Only
365
```batch
366
-# For diagnostic purposes
367
-Get-Intel-HWIDs.bat
+# For diagnostic purposes – both files must be in the same directory:
+Get-Intel-HWIDs.bat # launches the scanner (requires Get-Intel-HWIDs.ps1)
368
+```
369
+Or run directly via PowerShell as Administrator:
370
+```powershell
371
+.\Get-Intel-HWIDs.ps1
372
```
373
374
<a id="command-line-options"></a>
0 commit comments