Parcourir la source

Merge pull request #121 from jtmy/patch-1

Fixed typo in CloudStore path
Richard Newton il y a 6 ans
Parent
commit
0b3ad73c34
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Windows10Debloater.ps1

+ 1 - 1
Windows10Debloater.ps1

@@ -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