Skip to content
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

FAQ page for shortcuts showing up as .url files #229

Merged
merged 2 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/images/open-with-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/url-open-with.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions docs/general-faq/game-url-files.md
Original file line number Diff line number Diff line change
@@ -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".**
Ast3risk-ops marked this conversation as resolved.
Show resolved Hide resolved

=== ":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"
Ast3risk-ops marked this conversation as resolved.
Show resolved Hide resolved

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`
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading