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",