REM 설치된 소프트웨어 목록 확인
wmic product get name
REM 소프트웨어 Uninstall 실행
wmic product where name="Microsoft Skype for Business MUI (Korean) 2016" call uninstall
REM 설치된 소프트웨어 목록 확인
wmic product get name
REM 소프트웨어 Uninstall 실행
wmic product where name="Microsoft Skype for Business MUI (Korean) 2016" call uninstall