[제품 코드 값 확인]

wmic product where "Name like '%microsoft Office professional%'" get name, IdentifyingNumber

wmic product where "Name like '%microsoft office enterprise%'" get name, IdentifyingNumber

wmic product where "Name like '%microsoft Office home%'" get name, IdentifyingNumber

wmic product where "Name like '%microsoft Office standard%'" get name, IdentifyingNumber

wmic product where "Name like '%microsoft office%'" get name, IdentifyingNumber


[업데이트 제거]

msiexec.exe /quiet /package 제품코드 /uninstall 업데이트GUID /norestart

msiexec /package 제품코드 /uninstall 업데이트GUID /qb


제품 코드 값을 variable 로 구하여 위 배치파일에 적용할 수 있는 분 도움 구합니다.


[2018년 6월 Office 보안 업데이트]

https://support.microsoft.com/ko-kr/help/4299875/june-2018-updates-for-microsoft-office2016

<참조>

https://support.microsoft.com/ko-kr/help/2649350


+ Recent posts