how to download AppxBundle file and How to sideload it(windows 10)
Описание
this is a toutorial of downloading appxbundle file and how to install or sideload the appxbundle file in Windows 10...
steps
1.Download fiddler web debugging tool and configure it.
2.open store and choose the app.
3.Open fiddler and click install button on the store
4.you can find the url of the app package . just copy and paste the url in any download manager to download the appxbundle file..(some times the app packages extension wil be the zip. you just change the extension to appxbundle)
5.goto start and type gpedit --computer configuration-- administratie templates-- windows components-- App package deployment-- and click on "allow all trusted apps to install"--right click on it and click edit ,then click enable and click apply.
6. then goto start and type windows powershell and right click on it and choose run as administrator.
7. in powershell windows type " Add-AppxPackage (space)file location. for example Add-AppxPackage c:\Newfolder\vlc.appxbundle
8.then press enter..
Рекомендуемые видео


















