Is there a script to set up the home page for Microsoft Edge ?
Solved
Set Home Page for MS Edge using a Configuration Profile
Best answer by Nicholaus
This would be accomplished through a configuration profile. Here is an example of what I use to set the default homepage and new tab page in Edge. This is a configuration profile with the Application & Custom Settings configured:
Preference Domain: com.microsoft.Edge
Property List:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>HomepageIsNewTabPage</key>
<false/>
<key>HomepageLocation</key>
<string>https://yourhomepagehere.com</string>
<key>NewTabPageLocation</key>
<string>https://yournewtabpagehere.com</string>
</dict>
</plist>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
