aggiunti programmi e modifica chiave regedit per disabilitare finish setting up your device

This commit is contained in:
dado
2025-10-18 14:27:51 +02:00
parent 876a63c3d3
commit 7674c670e8

View File

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