Explorar o código

Remove OneDrive env: variable

This resolves issue #149
Richard Newton %!s(int64=6) %!d(string=hai) anos
pai
achega
ca4f7fcc6a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Windows10Debloater.ps1

+ 2 - 0
Windows10Debloater.ps1

@@ -660,6 +660,8 @@ Function UninstallOneDrive {
         Write-Host "Restarting Explorer that was shut down before."
         Start-Process explorer.exe -NoNewWindow
         Write-Host "OneDrive has been successfully uninstalled!"
+        
+        Remove-item env:OneDrive
     }
 }