PortValhalla/scripts/Windows/OS/Install.ps1

5 lines
92 B
PowerShell
Raw Normal View History

2023-06-16 18:24:22 +00:00
. "$PSScriptRoot/Manage.ps1";
2023-06-16 18:30:53 +00:00
$context = [Context]::new();
Invoke-WindowsRestore $context;