瀏覽代碼

Script stop for confirmation

this fix remove the confirmation as tested on windows 10 1909 Pro x64
omegis 5 年之前
父節點
當前提交
385f98c22a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Windows10Debloater.ps1

+ 1 - 1
Windows10Debloater.ps1

@@ -305,7 +305,7 @@ Function Protect-Privacy {
     $CloudStore = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\CloudStore'
     If (Test-Path $CloudStore) {
         Stop-Process Explorer.exe -Force
-        Remove-Item $CloudStore
+        Remove-Item $CloudStore -Recurse -Force
         Start-Process Explorer.exe -Wait
     }
 }