@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 #######