Enable choco feature first
This commit is contained in:
parent
e08c4546a4
commit
5536d73b73
2 changed files with 1 additions and 1 deletions
scripts/Windows/OS
|
@ -14,6 +14,7 @@ function Backup-WindowsInstallation([Context] $context) {
|
|||
|
||||
function Restore-WindowsInstallation([Context] $context) {
|
||||
Write-Host "Restoring Windows";
|
||||
choco feature enable -n useEnhancedExitCodes;
|
||||
|
||||
function Read-Path()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue