w10install/scripts/uninstall-apps.cmd

14 lines
307 B
Batchfile
Raw Normal View History

2021-09-06 13:17:53 +02:00
@echo off
echo ####### %0 #######
echo starting powershell script ...
powershell -command .\uninstall-apps.ps1
echo.
2024-01-02 21:20:41 +01:00
echo removing BLOATWARE Windows-Backup App ...
dism /Online /NoRestart /Remove-Capability /CapabilityName:Windows.Client.ShellComponents~~~~0.0.1.0
2021-09-06 13:17:53 +02:00
echo ####### %0 #######