- UID
- 1611888
- 最后登录
- 1970-1-1
- 阅读权限
- 100
- 精华
- 主题
- 回帖
- 0
- 积分
- 7164
- PB币
-
- 威望
-
- 贡献
-
- 技术
-
- 活跃
-
|
也不是这个
To re-enable a disabled graphics card on Windows 10 using DOS command, follow these steps:
Press Windows key + X and then select "Command Prompt" to open it.
Type the following command and press Enter, replacing 'YourGraphicsCardID' with the actual ID of your graphics card:
wmic path Win32_PCIDEVICE where "deviceid='YourGraphicsCardID'" call enable
For example, if your graphics card ID is PCI\VEN_10DE&DEV_15F2&SUBSYS_XXXXXXXX, the command would be:
wmic path Win32_PCIDEVICE where "deviceid='PCI\\VEN_10DE&DEV_15F2&SUBSYS_XXXXXXXX'" call enable
是用微软一个命,这个命令在 1903还是 1909,才开始有的这个命令
怎么也想不起来了,想不起来了~
|
|