play store window 11
WSA 설치
WSA 설치
2024.02.04Windows Subsystem for Android (WSA): 윈도우에 안드로이드 스토어와 어플리케이션 사용 가능하다.정식 버전은 Amazon Appstore 지원하는 국가만 가능하다.2025년 3월 5일 이후로 더 이상 사용할 수 없다. ✅Enable Windows Features & RebootWindows PowerShell 관리자 권한으로 실행 후, 아래 명령 실행$ dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart $ dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart$..