Hacker News new | ask | show | jobs
by wnevets 1862 days ago
I've explicitly uninstalled it on Windows 10, maybe Windows is still reporting it?
1 comments

Windows 10 does some garbage where it installs handlers for URL schemas that take you to the windows store install page for the app. The vulnerability is only testing if you have an handler installed for skype:// not what application is actually handling it.
According to URLProtocolView[1] the handlers are still registered despite the application (and MANY others) being uninstalled.

[1] https://www.nirsoft.net/utils/url_protocol_view.html

Windows 10 must be doing something weird. Skype url handlers aren't triggering the window stores or anything else from links.

https://jsfiddle.net/ourcodeworld/aqq1w0qm/