Prompt for driver updates instead of entirely disabling them

This commit is contained in:
Fierelier 2023-02-04 10:33:26 +01:00
parent a9e97dc73d
commit 0127cac91c
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Microsoft\\Windows\\CurrentVersion\\DriverSearching","/v","SearchOrderConfig","/t","REG_DWORD","/d","0x00000000","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Microsoft\\Windows\\CurrentVersion\\DriverSearching","/v","SearchOrderConfig","/t","REG_DWORD","/d","0x00000002","/f"])