Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #121 from jtmy/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in CloudStore path
  • Loading branch information
Sycnex committed Apr 21, 2019
2 parents 36159f8 + 9c0504a commit 0b3ad73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows10Debloater.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b3ad73

Please sign in to comment.