SOLVED

Set chrome as default browser

Steel Contributor
3 Replies
best response confirmed by AB21805 (Steel Contributor)
Solution

@AB21805 

 

Don't know for certain if it should still work

 

Configure the chrome browser as default on a test device

On that same test device open powershell to export the appassoc :) 

 

“dism /online /export-defaultappassociations:appassoc.xml”

 

Open that XML and Encode the content of that XML to base 64

You can do so by opening this website

https://www.base64encode.net/

 

OPen intune and create a new csp 

 

./Vendor/MSFT/Policy/Config/ApplicationDefaults/DefaultAssociationsConfiguration

String: Base64 content you encoded earlier

This blog post it is awell explaination how you can set Edge as default browser. Of course, you can adapt this for Chrome:

https://www.inthecloud247.com/set-edge-chromium-as-default-browser-with-microsoft-intune/

Hi Both @Rudy_Ooms_MVP @Jannik_Reinhard 

 

I am just trying this now thanks hopefully I can get it working!

1 best response

Accepted Solutions
best response confirmed by AB21805 (Steel Contributor)
Solution

@AB21805 

 

Don't know for certain if it should still work

 

Configure the chrome browser as default on a test device

On that same test device open powershell to export the appassoc :) 

 

“dism /online /export-defaultappassociations:appassoc.xml”

 

Open that XML and Encode the content of that XML to base 64

You can do so by opening this website

https://www.base64encode.net/

 

OPen intune and create a new csp 

 

./Vendor/MSFT/Policy/Config/ApplicationDefaults/DefaultAssociationsConfiguration

String: Base64 content you encoded earlier

View solution in original post