Configure clock for dualboot systems

This commit is contained in:
Manuel Thalmann 2024-08-01 16:32:03 +02:00
parent e868255996
commit 05201f1108
2 changed files with 21 additions and 0 deletions
scripts/Windows/Scripts

View file

@ -4,6 +4,7 @@ using namespace System.Security.Principal;
enum SetupStage {
Initialize
Configure
Install
}
@ -171,6 +172,8 @@ $null = New-Module {
param(
$Value
)
Set-SetupOption $finishedOption $true;
}
<#