w10install/scripts/uninstall-apps.cmd
Michael H.G. Schmidt e160c932bb bufixes
2024-01-02 21:20:41 +01:00

14 lines
307 B
Batchfile

@echo off
echo ####### %0 #######
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 #######