-
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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`. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,35 +5,36 @@ 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.** | ||
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. 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. |
||
|
||
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**. | ||
|
||
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). | ||
Refer to your motherboard's manual if you don't know how to access your BIOS. | ||
|
||
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. | ||
2. Set UAC to default | ||
|
||
- Open the Control Panel, search for `Change User Account Control settings` and set it to Level 2 (default) | ||
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. It only should matter if UAC is disabled |
||
- If UAC was disabled (set to Level 0), reinstall Roblox after enabling it. | ||
|
||
|
||
=== "Method 2: Creating a New Local Account" | ||
3. Create a new Local Account | ||
|
||
1. Navigate to the following section in the "Settings" app to create 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:
|
||
: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` | ||
|
||
1. Sign out of your current account and log into the newly created one. | ||
- Sign out of your current account and log into the newly created one. | ||
|
||
1. Transfer all your data (Desktop, Downloads, etc.) from the old user account to the new one. | ||
- Transfer all your data (Desktop, Downloads, etc.) from the old user account to the new one. | ||
|
||
1. Install Roblox as you normally would. | ||
- Install Roblox as you normally would. | ||
|
||
1. After ensuring all your data has been successfully transferred, you may delete the old user account. | ||
- After ensuring all your data has been successfully transferred, you may delete the old user account. | ||
|
||
!!! warning | ||
|
||
|
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.
Other pages usually mark the main point in bold; it would also be best to do that here. By the way, would you happen to have any examples of this issue?