github farag2/Sophia-Script-for-Windows 4.0.7
08.10.2019

latest releases: 6.6.5, 6.6.4, 6.6.3...
4 years ago
  • Added "Lock App" app to the exclusion list of a "Turn off default background apps except" section;
    • Fixes freeze when trying to open a link from lock screen when Windows spotlight enabled. To fix execute:
$LockApp = (Get-AppxPackage -AllUsers | Where-Object -FilterScript {$_.PackageFamilyName -like "Microsoft.LockApp*"}).PackageFamilyName
$LockApp = $LockApp.Split(",")[0]
Remove-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications\$LockApp" -Name * -Force
Write-Host "Restart required"
  • Removed "Remove printers" section;
  • Added "Sticky Notes" app to the exclusion list of a "Uninstall all UWP apps from all accounts except" section;
  • Minor changes.

Don't miss a new Sophia-Script-for-Windows release

NewReleases is sending notifications on new releases.