View Single Post
  #6  
Old 10-03-2018, 16:27
GTX590's Avatar
GTX590 GTX590 is offline
Registered User
 
Join Date: Mar 2011
Location: Algeria
Posts: 653
Thanks: 1,177
Thanked 2,057 Times in 375 Posts
GTX590 is on a distinguished road
eappx files can be extracted (decrypted) using a command in PowerShell.
Here is an example:
add-appxpackage "F:\Microsoft.SpartaUWP_9.1.0.2_x64__8wekyb3d8bbwe. eappx"
In red is the exact path where the file to be decrypted or extracted is!!
Reply With Quote