浏览代码

Remove OneDrive env: variable

This resolves issue #149
Richard Newton 6 年之前
父节点
当前提交
ca4f7fcc6a
共有 1 个文件被更改,包括 2 次插入0 次删除
  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
     }
 }