From 42f01ff5787d231fdf6c5f3ded11ceae828d4926 Mon Sep 17 00:00:00 2001 From: Quentin Decaunes Date: Sun, 7 Apr 2019 13:56:09 +0200 Subject: [PATCH] See #9 Try another path for bcdedit.exe. --- js/methods.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/methods.js b/js/methods.js index c23b724..c0a6844 100644 --- a/js/methods.js +++ b/js/methods.js @@ -490,7 +490,7 @@ function checkForNewRelease() { */ function toggleHpet(value) { value = value === "true" ? "true" : "false"; - const BcdeditExecutablePath = "C:\\Windows\\system32\\bcdedit.exe"; + const BcdeditExecutablePath = "C:\\Windows\\System32\\bcdedit.exe"; const parameters = [ "/set", "useplatformclock",