From 3ee88aac4817aa8f476bbeb9a9cfc1b84b21c327 Mon Sep 17 00:00:00 2001 From: dado Date: Sat, 18 Oct 2025 14:31:06 +0200 Subject: [PATCH] cambiato chiave di registro per disabilitare Lets finish setting up your device --- configwinpc.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configwinpc.ps1 b/configwinpc.ps1 index c14d121..1acc581 100644 --- a/configwinpc.ps1 +++ b/configwinpc.ps1 @@ -389,14 +389,14 @@ foreach ($RegistryPath in $RegistryPaths) { Write-Host -ForegroundColor Yellow ">>> Disable Lets finish setting up your device <<<" -$RegistryPaths = "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\UserProfileEngagement" +$RegistryPaths = "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" # Check if the path exists if (-not (Test-Path $RegistryPaths)) { # Create the path if it doesn't exist New-Item -Path $RegistryPaths -Force | Out-Null } -Set-ItemProperty -Path $RegistryPaths -Name "ScoobeSystemSettingEnabled" -Value 0 -Force | Out-Null +Set-ItemProperty -Path $RegistryPaths -Name "SubscribedContent-338389Enabled" -Value 0 -Force | Out-Null Write-Host ""