'How to reset bcdedit /dbgsettings in windows?
In my test system, I have modified busparams as 0.40.0 . Now If I have to reset it to the default value , is there a reset/delete like command which will delete all dbgsettings parameters that are currently set?
Solution 1:[1]
bcdedit -deletevalue {dbgsettings} busparams
Solution 2:[2]
Although (bcdedit /debug off) does reset debugging, but the Windows system still thinks that Kernel Debugger is enabled.
We use a VPN to connect to our Windows activation servers and, native or our Global Protect VPN won't connect with Kernel Debugger enabled.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | victorz22 |
| Solution 2 | Javier Huerta |
