added script to remove BLOATWARE (windows backu app)
This commit is contained in:
parent
3945fe7c89
commit
cab6ffe0b3
@ -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 #######
|
||||
|
||||
|
11
tools/uninstall-backupapp.cmd
Normal file
11
tools/uninstall-backupapp.cmd
Normal 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 #######
|
||||
|
Loading…
Reference in New Issue
Block a user