주 메뉴 열기

wwiki β

바뀜

Get-AppxPackage

62 바이트 추가됨, 2021년 8월 1일 (일) 01:53
편집 요약 없음
Removes an app package from one or more user accounts. 완전히 삭제하려면 [[DISM]] 명령어를 이용한다.<syntaxhighlight lang="powershell">
Get-AppxPackage -name "Microsoft.ZuneMusic" | Remove-AppxPackage
Get-AppxPackage -name "Microsoft.Music.Preview" | Remove-AppxPackage
편집
2,431