How can I remove Windows Backup App, SandBox?

By removing the corresponding components in NTLite ?
If you want to delete the whole component, of course
 
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.
 

Attachments

Windows Sandbox can be removed with the Containers component ;)
Possible to split these components, if needed
 
Removing Containers will break Application Guard, which is required if you want to run Edge browser security (WDAG). That's why it's easier to disable Sandbox from Features.
 
WDAG has moved to being plain Application Guard for the rest of Windows. Same technology.
 
Oh yeah, never used and not enabled by default (in Windows features)
To see for those who will use it while removing Sandbox, it will be possible to split the components
But there must not be many ?

EDIT : With 24h2 (not 23h2 on hand, to check), WDAG is not present in Windows features
Only "MD for Endpoint SenseClient" (On demand)

You're probably talking about something else
 
Last edited:
Containers is one of two virtualization technologies available to Windows, and it's used by:
- Windows Sandbox​
- Containers (for hosting Docker)​
- WDAG for Edge browser​

For previous Windows releases, this was broken out into separate components. But today, they're grouped together under Application Guard because WDAG is being deprecated.

You keep thinking it's easy to split components. There are natural boundaries for Windows components as released by MS. Sometimes nuhi will "carve out" a new component, which isn't an official one but an artificial division of an existing component. The problem is this can lead to future support issues by creating new problems with unexpected dependencies.
 
I don't think of anything at all for the separation of Containers and Sandox components, it's nuhi ;)

If you speak well of Containers - Application Guard (VBS), finally who uses this function more intended for Windows Server it would seem ?
Except in a pro field surely (Games template removes it, eg)

Yes, Containers and Sandbox are just one component and just Storage QoS is "grouped" with Containers

And I was just answering the question, to remove the components, for those who do not use these functions
 
VBS is removed by most Gamer templates, because the anti-cheat drivers aren't allowed to work when VBS is enabled since it needs to bypass the kernel security checks in order to spy on other processes.
 
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.
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?
 
No, hiding Windows Backup from appearing in the Start Menu is not the same as completely removing it from Windows. Just hide it, the App never runs unless you click on it from the Menu.
 
How Can I remove this ?

View attachment 12736
As both said already, let me just summarize:
remove "Windows Feature Experience Pack - Desktop" for Backup
And "Containers" for Sandbox.

And yes, Backup shortcut in start menu is somehow hard-coded, could not get rid of it with usual methods, keeping an eye on it.
 
Back
Top