mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2025-03-12 18:05:29 +00:00
Script stop for confirmation
this fix remove the confirmation as tested on windows 10 1909 Pro x64
This commit is contained in:
parent
89f3dbd4da
commit
385f98c22a
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user