Remove non-functioning statements
This commit is contained in:
parent
a6af28dd6a
commit
4dc661f352
1 changed files with 0 additions and 6 deletions
|
@ -69,10 +69,4 @@ function Invoke-WindowsInstallation([Context] $context)
|
||||||
|
|
||||||
New-PersonalUser $context;
|
New-PersonalUser $context;
|
||||||
Restore-WindowsInstallation $context;
|
Restore-WindowsInstallation $context;
|
||||||
Uninstall-Package -Force Selenium.WebDriver;
|
|
||||||
Uninstall-Module -Force "NuGet";
|
|
||||||
choco uninstall -y selenium-gecko-driver;
|
|
||||||
winget uninstall --force AutoHotkey.AutoHotkey;
|
|
||||||
Set-Location ~;
|
|
||||||
Remove-Item -Recurse "$PSScriptRoot/../../..";
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue