This depends entirely on the browser’s :
| Browser | Default behavior for URL from pinned link | | --- | --- | | Chrome (without --app ) | Opens new tab in the most recent Chrome window | | Chrome (with --app=https://x.com ) | Opens a standalone app window (site-isolated) | | Edge (without app package) | Opens new tab | | Edge (installed via Apps) | Opens standalone window | | Firefox | Opens new tab; ignores separate AUMID | pin link to taskbar
Chrome’s equivalent lives in:
At first glance, pinning a link to the Windows Taskbar seems trivial: right-click a browser shortcut, pin it, and you’re done. But beneath this simple interaction lies a complex dance between the Windows Shell, the Jump List API, Application User Model IDs (AUMIDs), and browser-specific behaviors. Understanding these mechanics can transform how you use the taskbar—and help you debug when things go wrong. The Core Concept: What Does "Pinning a Link" Actually Mean? When you pin a traditional application (like Notepad or Excel), Windows creates a direct mapping to an executable file ( .exe ). But a "link" (a URL) isn't an executable. So how does it appear as a standalone icon? This depends entirely on the browser’s : |
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband The binary Favorites and FavoritesResolve keys store a serialized list of AUMIDs and shortcut paths. Modifying these directly is not recommended—Windows will overwrite them. However, clearing these keys (after killing Explorer.exe) is the nuclear option to reset your entire taskbar. Pinning a File Link (file:// protocol) You can pin file://C:\report.pdf to the taskbar, but only if a registered application (your browser) can handle file:// . Dragging a PDF from File Explorer onto the taskbar pins the PDF viewer, not a link. Dragging a .url file (Internet Shortcut) from File Explorer works identically to dragging a URL from the browser. Network Shares (\server\share) Pinning a network path opens Explorer, not a browser. For a web-based network portal, the same browser-pinning rules apply. Third-Party Tools Tools like TaskbarPinner (open-source) or Pin More bypass Windows Shell APIs by directly writing to the Taskband registry binary data. They work but can corrupt the taskbar if the Windows version changes. Future: The Web as a First-Class Taskbar Citizen Microsoft is gradually merging PWA (Progressive Web App) installation with the taskbar pinning mechanism. In Windows 11 (23H2+), when you pin a link from Edge, Windows actually creates a hidden “Web App” package in: The Core Concept: What Does "Pinning a Link" Actually Mean
%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\ Examine that folder, and you'll see .lnk files. For a link pinned via Chrome, Edge, or Firefox, you’ll find a shortcut whose target is something like:
THANKS FOR SIGNING UP
WELCOME TO THE FXPANSION COMMUNITY!