
2,660 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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>
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www.bbc.co.uk'/>]]>
</Data></Item></Replace>