added script to remove BLOATWARE (windows backu app)

This commit is contained in:
Michael H.G. Schmidt 2024-01-03 10:59:51 +01:00
parent 3945fe7c89
commit cab6ffe0b3
2 changed files with 11 additions and 3 deletions

View File

@ -6,8 +6,5 @@ echo starting powershell script ...
powershell -command .\uninstall-apps.ps1
echo.
echo removing BLOATWARE Windows-Backup App ...
dism /Online /NoRestart /Remove-Capability /CapabilityName:Windows.Client.ShellComponents~~~~0.0.1.0
echo ####### %0 #######

View File

@ -0,0 +1,11 @@
@echo off
echo ####### %0 #######
echo removing BLOATWARE Windows-Backup App ...
dism /Online /NoRestart /Remove-Capability /CapabilityName:Windows.Client.ShellComponents~~~~0.0.1.0
echo Please REBOOT your machine now!
echo ####### %0 #######