4 lines
92 B
PowerShell
4 lines
92 B
PowerShell
. "$PSScriptRoot/Manage.ps1";
|
|
|
|
$context = [Context]::new();
|
|
Invoke-WindowsRestore $context;
|