Skip to content

Commit

Permalink
Merge pull request Sycnex#264 from mcsitter/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sycnex authored Mar 13, 2021
2 parents e658a04 + d8979dc commit d51cb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows10SysPrepDebloater.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Function Protect-Privacy {
Write-Output "Removing CloudStore from registry if it exists"
$CloudStore = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\CloudStore'
If (Test-Path $CloudStore) {
Stop-Process Explorer.exe -Force
Stop-Process -Name explorer -Force
Remove-Item $CloudStore -Recurse -Force
Start-Process Explorer.exe -Wait
}
Expand Down

0 comments on commit d51cb45

Please sign in to comment.