usable Edge:// links?

Posted by Hot_Load_6445@reddit | sysadmin | View on Reddit | 8 comments

I'm trying to create a link in a systray support button that allows for URL/scripts to be ran by the user clicking on them to activate.

I'm trying to make a quick link to the users edge passwords. I'm aware we should use a password manager, that is not something the company wants to implement and I have no control over that.

The edge passwords link is edge://wallet/passwords?source=assetsSettingsPasswords

Trying to use that URL anywhere doesn't create it as a clickable/usable URL. You are able to copy and paste it into the edge address bar and it works, though. When added to the systray, it doesn't aim it at the default browser and doesn't act like a link.

Attempting to set it as a script via the below just opens Edge but doesn't direct the user to the webpage.

"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" edge://wallet/passwords?source=assetsSettingsPasswords

Is there any way to use Edge:// links to open to the edge settings page? is there something I am missing?