Setting home page for Edge browser in Windows Mobile 10 -


i'm locking down windows mobile 10 device , though proves challenging task i'm there.

the bit left either setting microsoft edge use desired url home page or pinning shortcut (tile) url onto screen. later can done, however, shortcut being removed on every reboot, that's not solution.

windows configuration designer has option choose called first run url, there no option choose home page url.

then there option import own xml lockdown file custom settings, unfortunately few settings defined in working or working expected.

there's not enough documentation on matter imo, tried use csprunner string in lockdown file should set home page edge described here

<csprunner>     <syncml xmlns="syncml:syncml1.2">         <syncbody>             <replace>                 <cmdid>1</cmdid>                 <item>                     <target>                         <locuri>./vendor/msft/policy/config/browser/homepages</locuri>                     </target>                     <meta>                         <format xmlns="syncml:metinf">chr</format>                     </meta>                     <data>http://mycustomurl.com/</data>                 </item>             </replace>             <final/>         </syncbody>     </syncml> </csprunner> 

as rightly guessed - doesn't work. overall, said already, settings being picked lockdown file , not.

the os version 1607 should work.

i not find working way of setting home page edge browser, alternative i've created app webview , allowed run in assignedaccess.xml file.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

.htaccess - ERR_TOO_MANY_REDIRECTS htaccess -