mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2025-03-13 02:05:30 +00:00
Fixed typo in CloudStore path
string in $CloudStore has a typo that lead the check to always false
This commit is contained in:
parent
36159f876b
commit
9c0504ad7e
@ -303,7 +303,7 @@ Function Protect-Privacy {
|
||||
|
||||
|
||||
Write-Output "Removing CloudStore from registry if it exists"
|
||||
$CloudStore = 'HKCUSoftware\Microsoft\Windows\CurrentVersion\CloudStore'
|
||||
$CloudStore = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\CloudStore'
|
||||
If (Test-Path $CloudStore) {
|
||||
Stop-Process Explorer.exe -Force
|
||||
Remove-Item $CloudStore
|
||||
|
Loading…
Reference in New Issue
Block a user