From 7674c670e84028cc9dbc647b3b88164db242a325 Mon Sep 17 00:00:00 2001 From: dado Date: Sat, 18 Oct 2025 14:27:51 +0200 Subject: [PATCH] aggiunti programmi e modifica chiave regedit per disabilitare finish setting up your device --- configwinpc.ps1 | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/configwinpc.ps1 b/configwinpc.ps1 index 8296c37..c14d121 100644 --- a/configwinpc.ps1 +++ b/configwinpc.ps1 @@ -385,6 +385,20 @@ foreach ($RegistryPath in $RegistryPaths) { } } +#################################################################################################################################### + +Write-Host -ForegroundColor Yellow ">>> Disable Lets finish setting up your device <<<" + +$RegistryPaths = "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\UserProfileEngagement" +# 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 + + Write-Host "" ########################################################################################## @@ -745,7 +759,9 @@ Write-Host "" Write-Host -ForegroundColor Yellow ">>> Install default SOFTWARE... <<<" Write-Host "" -winget install --disable-interactivity SumatraPDF.SumatraPDF 7zip.7zip Mozilla.Firefox Notepad++.Notepad++ Flameshot.Flameshot --source winget +winget install --disable-interactivity SumatraPDF.SumatraPDF Microsoft.Edit gnome.gedit Notepad++.Notepad++ 7zip.7zip Mozilla.Firefox Flameshot.Flameshot Microsoft.PowerToys --source winget + +Ftype txt="C:\Program Files (x86)\Notepad++\notepad++.exe %1" # Microsoft.PowerShell NodirTemirkhodjaev.FortFirewall voidtools.Everything Flow-Launcher.Flow-Launcher AutoHotkey.AutoHotkey Oracle.JavaRuntimeEnvironment Microsoft.VCRedist.2010.x64