mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
See #9 Try another path for bcdedit.exe.
This commit is contained in:
parent
c6988a58fb
commit
42f01ff578
@ -490,7 +490,7 @@ function checkForNewRelease() {
|
|||||||
*/
|
*/
|
||||||
function toggleHpet(value) {
|
function toggleHpet(value) {
|
||||||
value = value === "true" ? "true" : "false";
|
value = value === "true" ? "true" : "false";
|
||||||
const BcdeditExecutablePath = "C:\\Windows\\system32\\bcdedit.exe";
|
const BcdeditExecutablePath = "C:\\Windows\\System32\\bcdedit.exe";
|
||||||
const parameters = [
|
const parameters = [
|
||||||
"/set",
|
"/set",
|
||||||
"useplatformclock",
|
"useplatformclock",
|
||||||
|
Loading…
Reference in New Issue
Block a user