- Local time
- 7:53 AM
- Posts
- 98
- OS
- Windows 11 27729
is there a way to uninstall the integrated gpu from the system ("Device Manager > Display Adapters > Right Click "*Integrated GPU* > Uninstall device") using pnputil or another method via cli?
"/disable-device" asks for the specific hardware ID, which i dont want. i want this to uninstall any integrated GPU found no matter what system its run on. plus this method only disables the device, not uninstalls it. so the integrated gpu is still found in the system when querying with wmic.
reason being, for the HighPerfAdapter script so it chooses the correct dedicated GPU instead of the onboard integrated GPU.
"/disable-device" asks for the specific hardware ID, which i dont want. i want this to uninstall any integrated GPU found no matter what system its run on. plus this method only disables the device, not uninstalls it. so the integrated gpu is still found in the system when querying with wmic.
reason being, for the HighPerfAdapter script so it chooses the correct dedicated GPU instead of the onboard integrated GPU.
windows11-scripts/EnableHighPerfAdapter.bat at main · shoober420/windows11-scripts
Windows 11 Scripts. Contribute to shoober420/windows11-scripts development by creating an account on GitHub.
github.com
My Computer
System One
-
- OS
- Windows 11 27729
- Computer type
- PC/Desktop
- CPU
- i9 13900kf @5.7ghz all P-Cores
- Motherboard
- Aorus Master Z790
- Memory
- 32gb DDR5 7200
- Graphics Card(s)
- RTX 4090
- Other Info
- https://www.github.com/shoober420