Skip to content

Commit

Permalink
fix(install scheme): typo (/xname -> /changename)
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Apr 5, 2024
1 parent fb30e28 commit 89c25ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playbook/Configuration/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ actions:
$guid = New-Guid;
powercfg /duplicatescheme """e9a42b02-d5df-448d-aa00-03f14749eb61""" """$guid""";
powercfg /setactive """$guid""";
powercfg /xname """$guid""" """Atlas Installation Scheme""" """Duplicate of Ultimate Performance for installing Atlas.""";
powercfg /changename """$guid""" """Atlas Installation Scheme""" """Duplicate of Ultimate Performance for installing Atlas.""";
powercfg /x monitor-timeout-ac 0;
powercfg /x monitor-timeout-dc 0;
powercfg /x disk-timeout-ac 0;
Expand Down

0 comments on commit 89c25ba

Please sign in to comment.