Add a dedicated function for disabling boot message
This commit is contained in:
parent
eb6ad4780e
commit
ec7fc8dd6e
2 changed files with 9 additions and 1 deletions
scripts/Windows/Scripts
|
@ -45,4 +45,12 @@ $null = New-Module {
|
|||
-Value ($options[$key]);
|
||||
}
|
||||
}
|
||||
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Disables the boot message.
|
||||
#>
|
||||
function Disable-BootMessage {
|
||||
Set-BootMessage;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue