Winget을 이용한 기본 프로그램 설치
·
IT
Powershell을 관리자 권한으로 실행 후, 아래 제공된 코드를 전부 선택하여 붙여넣습니다. 1. .net Framework$packageIds = @( "Microsoft.DotNet.DesktopRuntime.3_1", "Microsoft.DotNet.DesktopRuntime.5", "Microsoft.DotNet.DesktopRuntime.6", "Microsoft.DotNet.DesktopRuntime.7", "Microsoft.DotNet.DesktopRuntime.8", "Microsoft.DotNet.DesktopRuntime.9", "Microsoft.DotNet.DesktopRuntime.Preview", "Microsoft.DotNet...