Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftAccount]
"DisableUserAuth"=dword:00000001
Thank you for your reply, So I don't use Xbox, Store, OneDrive, or O365 online services. in this case, i can completely remove the Windows backup?1. Windows Sandbox is currently not a removable component, but you can check if Sandbox is Enabled in Features.
2. Windows Backup App is part of the Client.CBS component; which can be removed, but is not recommended because Client.CBS is responsible for some desktop features.
You can hide its appearance in Start Menu if you disable MS Account logons. This only works if you don't use Xbox, Store, OneDrive or O365 online services.
Code:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftAccount] "DisableUserAuth"=dword:00000001
Another option is to mount the install image and replace "\Windows\System32\IntegratedServicesRegionPolicySet.json" with a version that switches the "Backup options are restricted." default setting. This requires a fully updated W10 22H2 or W11 image to work.
Download PowerRun, and open a CMD window with TrustedInstaller rights. Now you will have the correct permissions to replace this file.
As both said already, let me just summarize:
https://github.com/JamieToll/Remove_CBSStartMenuRubbish/blob/main/Remove_CBSStartMenuRubbish.ps1IF windows backup cant be removed, is there a way to kill the nags? it keeps spamming me to make a backup.
C:\Extras>powershell.exe -File Remove_CBSStartMenuRubbish.ps1
Reading the Appx manifest file for 'MicrosoftWindows.Client.CBS_cw5n1h2txyewy'...
Changing package 'MicrosoftWindows.Client.CBS' version from '1000.26100.18.0' to '1000.26100.18.1'...
Hiding the Start menu item 'Get Started'...
Hiding the Start menu item 'Windows Back up'...
Creating a backup of the original Appx manifest file for 'MicrosoftWindows.Client.CBS_cw5n1h2txyewy'...
Setting 'Administrators' to have full control of 'C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\appxmanifest.xml'...
Saving the updated Appx manifest file for 'MicrosoftWindows.Client.CBS_cw5n1h2txyewy'...
Getting details for package 'MicrosoftWindows.Client.CBS'...
Setting package 'MicrosoftWindows.Client.CBS_cw5n1h2txyewy' to deprovisioned...
Setting the End-of-life setting for package 'MicrosoftWindows.Client.CBS_1000.26100.18.0_x64__cw5n1h2txyewy'...
Removing package 'MicrosoftWindows.Client.CBS_1000.26100.18.0_x64__cw5n1h2txyewy' for all users...
Removing the End-of-life setting for package 'MicrosoftWindows.Client.CBS_1000.26100.18.0_x64__cw5n1h2txyewy'...
Removing the deprovisioned setting for package 'MicrosoftWindows.Client.CBS_cw5n1h2txyewy'...
Installing package 'MicrosoftWindows.Client.CBS' for all users...
Waiting a second...
Killing the process 'explorer.exe'...
Starting the process 'explorer.exe'...
Waiting for the process 'explorer' to start...
Resetting permissions on 'C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\appxmanifest.xml'...