See #9 Try another path for bcdedit.exe.

This commit is contained in:
Quentin Decaunes 2019-04-07 13:56:09 +02:00
parent c6988a58fb
commit 42f01ff578

View File

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