-
Notifications
You must be signed in to change notification settings - Fork 68
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
fix: FIFA page, move AV, rewrite Roblox #213
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
docs/faq-and-troubleshooting/common-questions/fifa-and-eafc-not-launching.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
description: FIFA/EAFC not launching | ||
icon: simple/fifa | ||
--- | ||
|
||
# :simple-fifa: Why are FIFA and EAFC not launching? | ||
|
||
**Both FIFA and EAFC require Windows Defender to be enabled and running.** | ||
|
||
To enable Defender, navigate to `C:\Windows\AtlasDesktop\7. Security\Defender` and run `Toggle Defender.cmd`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,35 +5,37 @@ icon: simple/roblox | |
|
||
# :simple-roblox: Why is Roblox not opening? | ||
|
||
**You may be missing TPM 2.0 and Secure Boot. You can also make a new user account and move everything over.** | ||
**Some users may experience Roblox not opening on Atlas due to various factors.** | ||
|
||
Follow the methods below to fix the problem. | ||
|
||
=== "Method 1: Enabling TPM 2.0 and Secure Boot" | ||
1. Enable TPM and Secure Boot | ||
|
||
!!! success "" | ||
- To enable **TPM 2.0** and **Secure Boot**, you need to access the BIOS of your computer and enable **TPM 2.0** (or **Trusted Platform Module**) and **Secure Boot**. Refer to your motherboard's manual if you don't know how to access your BIOS. | ||
|
||
If you're using Windows 11, you've already got TPM 2.0 and Secure Boot turned on (unless you bypassed). If that's the case, try [Method 2](#__tabbed_1_2). | ||
2. Enable UAC | ||
|
||
To enable **TPM 2.0** and **Secure Boot**, you need to access the BIOS of your computer and enable **TPM 2.0** (or **Trusted Platform Module**) and **Secure Boot**. | ||
- Open the Control Panel, search for `Change User Account Control settings` and set it to either Level 1, 2 or 3. **If UAC was disabled (set to Level 0), reinstall Roblox after enabling it.** | ||
|
||
Refer to your motherboard's manual if you don't know how to access your BIOS. | ||
3. Create a new Local Account | ||
|
||
=== "Method 2: Creating a New Local Account" | ||
- Navigate to the following section in the "Settings" app to create a new local account: | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unrelated, but I think this looks better formatting wise:
|
||
1. Navigate to the following section in the "Settings" app to create a new local account: | ||
- **:material-microsoft: Windows 11** | ||
|
||
:material-microsoft-windows: Windows 10: `Accounts > Family & other users > Add someone else to this PC` | ||
|
||
:material-microsoft: Windows 11: `Accounts > Other users > Add other user` | ||
`Accounts > Other users > Add other user` | ||
|
||
1. Sign out of your current account and log into the newly created one. | ||
- **:material-microsoft-windows: Windows 10** | ||
|
||
1. Transfer all your data (Desktop, Downloads, etc.) from the old user account to the new one. | ||
`Accounts > Family & other users > Add someone else to this PC` | ||
|
||
1. Install Roblox as you normally would. | ||
- Sign out of your current account and log into the newly created one. | ||
|
||
1. After ensuring all your data has been successfully transferred, you may delete the old user account. | ||
- Transfer all your data (Desktop, Downloads, etc.) from the old user account to the new one. | ||
|
||
- Install Roblox as you normally would. | ||
|
||
- After ensuring all your data has been successfully transferred, you may delete the old user account. | ||
|
||
!!! warning | ||
|
||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's best to keep a bolded point but change it to something like Some users may experience Roblox not opening on Atlas due to various factors.