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

Refactor: updated roblox-not-launching.md #248

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
27 changes: 27 additions & 0 deletions docs/general-faq/roblox-not-launching.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
description: Why is Roblox not launching?
icon: simple/roblox
---

# :simple-roblox: Why is Roblox not launching?

**Some users may experience Roblox not launching on Atlas due to various factors.**

Follow the methods below to fix the problem.

1. Change time and date

- Open the Start Menu, search for `Date & time settings` and toggle `Set the time automatically` off.

- Click on `Change` and add one day (I.e. `Jan. 20th` --> `Jan. 21th`) to the date setting.

- After one day, you can re-enable the automatic time and date setting.

2. Enable TPM and Secure Boot

- 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.

3. Enable UAC

- 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.**

42 changes: 0 additions & 42 deletions docs/general-faq/roblox-not-opening.md

This file was deleted.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ nav:
- iTunes Compatibility: general-faq/itunes-compatibility.md
- Installing the Media Pack: general-faq/media-pack-not-found.md
- Microsoft Store: general-faq/microsoft-store.md
- Roblox not opening: general-faq/roblox-not-opening.md
- Roblox not launching: general-faq/roblox-not-launching.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

Expand Down
Loading