Inital commit.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
## Uninstall the Windows 10 Upgrade Assistant
|
||||
If ( Test-Path "${Env:SystemDrive}\Windows10Upgrade\Windows10UpgraderApp.exe" )
|
||||
{ Start-Process "${Env:SystemDrive}\Windows10Upgrade\Windows10UpgraderApp.exe" -ArgumentList '/ForceUninstall' -Wait }
|
||||
Reference in New Issue
Block a user