-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set Chrome as default browser #822
Comments
Did we determine if https://github.com/DanysysTeam/PS-SFTA from #823 is something we can use or at least take a part of the code to use in our own way? If not, could we use the alternative from chocolatey? https://community.chocolatey.org/packages/setdefaultbrowser |
I have asked legal and they have advised that we send an issue/PR to request the addition of the LICENSE file if we want to use the code. |
@emtuls which of the two options ( |
Whichever is easier imo, but |
Details
I think we should add a
googlechrome.defaultbrowser.vm
package to add Chrome as default browser as proposed in #16.One idea would be to use the following PowerShell script
But this only works if Google Chrome is the third browser in the list, what I am not sure that is always the case. This is how it looks like for me:
![Screenshot 2024-01-11 at 17 39 56](https://private-user-images.githubusercontent.com/16052290/295985924-e8e5147d-5840-4464-8ec6-64d0814a46ce.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzU2Mzg1NzEsIm5iZiI6MTczNTYzODI3MSwicGF0aCI6Ii8xNjA1MjI5MC8yOTU5ODU5MjQtZThlNTE0N2QtNTg0MC00NDY0LThlYzYtNjRkMDgxNGE0NmNlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEyMzElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMjMxVDA5NDQzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVhZTliZTNkNzM0OTQwNmRkMjg3MWY4MjA5M2M1ZjMyMzI5MTk5Y2VjOGRlZWU4OTdjZDIwNTE5ZGQ5ZWM2ZGEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.lUmFIKlhQayElmo231C195H1xB79xSPRgDwuHxDmy0Y)
How does it look for others? Does anyone have a better idea to implement it? 🤔
The text was updated successfully, but these errors were encountered: