Configure clock for dualboot systems
This commit is contained in:
parent
e868255996
commit
05201f1108
2 changed files with 21 additions and 0 deletions
scripts/Windows/Scripts
|
@ -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;
|
||||
}
|
||||
|
||||
<#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue