.EAPPX 파일 확장자

Encrypted Windows App Package

개발사 Microsoft
인기도
2.0  |  3 투표
 

EAPPX 파일이란 무엇인가요?

An EAPPX is an encrypted Windows app package (.APPX file). It contains all the metadata, files, and credentials needed to install a Windows program, stored in an encrypted, Zip-compressed package. EAPPX files are encrypted so users cannot extract and view their contents.

추가 정보

Before submitting Windows applications to the Microsoft Store, developers package all the files and information needed to install the app in an APPX or .MSIX file. Optionally, developers can choose to encrypt APPX packages they create, using a custom key file that contains a hexadecimal encryption key. For example, video game developers often encrypt their APPX packages, so players cannot access the packages' contents or easily install pirated versions of games.

Encrypted APPX packages are saved as EAPPX files. Unlike APPX files, users cannot install the app an EAPPX file contains by double-clicking the file. Instead, users must use Windows PowerShell to install the app an EAPPX file contains.

EAPPX 파일을 여는 방법

To install the app an EAPPX file contains, run Microsoft Windows PowerShell as an administrator, navigate to the directory that contains your EAPPX file, and enter the following command:

add-appxpackage YourFileName.eappx

If you have access to the encryption key used to create your EAPPX file, you can decrypt the file and convert it to a normal .APPX file. To decrypt an EAPPX file, install Microsoft Visual Studio if you do not have it already. Then, open a Command Prompt window and enter the following command:

MakeAppx.exe decrypt /p YourFileName.appx /ep YourFileName.eappx /kf YourEncryptionKey.txt

File Viewer Plus(으)로 400개 이상의 파일 형식을 여세요.무료 다운로드

EAPPX 파일을 여는 프로그램

카테고리: 개발자
업데이트: 2022-08-29

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 Encrypted Windows App Package 파일 형식과 Windows 앱을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.