태그별 글 목록: 명령 프롬프트

Windows Server 2012 R2: 프로그램을 명령 프롬프트에서 제거해보자

http://www.tech-recipes.com/rx/2947/windows_uninstall_application_command_line/ 위 링크를 참고함. 이렇게 프로그램이 설치되어 있다. 마우스로 프로그램을 제거해도 좋겠지만, Wmic를 이용해서 프로그램 목록을 본 뒤, product get name product where name=”Microsoft Silverlight” call uninstall /nointeractive 위 명령으로 삭제 가능.(/nointeractive 스위치는 예/아니오 묻는 창을 생략) 삭제됨.

더 읽기 »