MS Edge ADMX SyncML

Daniel Sammons 1 Reputation point
2022-11-23T15:56:24.557+00:00

Good Afternoon,

I am trying to configure the RestoreOnStartupURLs setting for Microsoft Edge using WorkSpace One UEM. I have successfully installed the Edge ADMX and have been able to configure many of the settings however the RestoreOnStartupURLs seems to elude me. If anyone is able to assist me with this I would greatly appreciate it

<Replace><CmdID>6</CmdID><Item><Target><LocURI>./Device/Vendor/MSFT/Policy/Config/MSEdge~Policy~microsoft_edge~Startup/RestoreOnStartupURLs</LocURI></Target>  
<Data>  
<![CDATA[<enabled/><data id='RestoreOnStartupURLs' value='1;www.bbc.co.uk'/>]]>  
</Data></Item></Replace>  
Microsoft Edge | Microsoft Edge development
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Daniel Sammons 1 Reputation point
    2022-11-23T17:09:34.5+00:00

    I managed to work this out using other resources

    <Replace><CmdID>6</CmdID><Item><Target><LocURI>./Device/Vendor/MSFT/Policy/Config/MSEdge~Policy~microsoft_edge~Startup/RestoreOnStartupURLs</LocURI></Target>  
    <Data>  
    <![CDATA[<enabled/> <data id='RestoreOnStartupURLsDesc' value='1&#xF000;www.bbc.co.uk'/>]]>  
    </Data></Item></Replace>  
    
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.