فهرست منبع

Added removal of OneDrive Env: variable

This resolves issue #149
Richard Newton 6 سال پیش
والد
کامیت
24de460dcd
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      Windows10DebloaterGUI.ps1

+ 2 - 0
Windows10DebloaterGUI.ps1

@@ -1266,6 +1266,8 @@ $RemoveOnedrive.Add_Click( {
         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
     })
 
 $InstallNet35.Add_Click( {