diff --git a/docs/assets/images/open-with-10.png b/docs/assets/images/open-with-10.png new file mode 100644 index 00000000..b21ce8b3 Binary files /dev/null and b/docs/assets/images/open-with-10.png differ diff --git a/docs/assets/images/url-open-with.png b/docs/assets/images/url-open-with.png new file mode 100644 index 00000000..1b72651a Binary files /dev/null and b/docs/assets/images/url-open-with.png differ diff --git a/docs/general-faq/game-url-files.md b/docs/general-faq/game-url-files.md new file mode 100644 index 00000000..37a8d240 --- /dev/null +++ b/docs/general-faq/game-url-files.md @@ -0,0 +1,29 @@ +--- +icon: material/arrow-top-right-thick +description: How to fix my shortcuts showing up as .url files or without an icon? +--- + +# :material-arrow-top-right-thick: How do I fix my shortcuts showing up as .url files or without an icon? + +**Simply set the shortcut to open in "Internet Browser".** + +=== ":material-microsoft-windows: Windows 10" + + 1. Right click the shortcut and click `Choose another app` under `Open With...` + + ![The Open With context menu](../assets/images/open-with-10.png) + + !!! failure "If there is no `Open With...` menu, double click the shortcut instead." + + 2. Choose **Internet Browser** and tick `Always use this app to open .url files` + + ![The Open With menu for a .url file](../assets/images/url-open-with.png) + + 3. Press `OK` +=== ":material-microsoft: Windows 11" + + 1. Right click the shortcut and click `Choose another app` under `Open With...` + + !!! failure "If there is no `Open With...` menu, double click the shortcut instead." + + 2. Choose **Internet Browser** and click `Always` diff --git a/mkdocs.yml b/mkdocs.yml index 42ad0ca4..1fa3407c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -87,6 +87,7 @@ nav: - Microsoft Store: general-faq/microsoft-store.md - Roblox not opening: general-faq/roblox-not-opening.md - FIFA/EAFC not launching: general-faq/fifa-and-eafc-not-launching.md + - Shortcuts show up as .url files: general-faq/game-url-files.md - Development: - Contribution Guidelines: contributing/contribution-guidelines.md