Recent content by NoNutsNoGlory


  1. how to uninstall new "Windows Backup" bloat app?

    Remove Windows Backup App. (Copy in Terminal or Powershell) $remove_appx = @("Client.CBS"); $provisioned = get-appxprovisionedpackage -online; $appxpackage = get-appxpackage -allusers; $eol = @() $store = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore' $users =...
  2. Personalization Delete Theme in Windows 11

    @Brink Shawn, I made my own ISO with Windows themes removed by NTLite, but the Windows themes keep coming back with every Windows update. Is there something that prevents that from happening anymore? yours sincerely, NoNutsNoGlory
Back
Top Bottom