Skip to content

Add "/roblox" command to FAQ #194

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

Merged
merged 5 commits into from
Apr 27, 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
description: Why is Roblox not opening?
icon: simple/roblox
---

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

**There is currently two workarounds for this, which involves enabling TPM 2.0 and Secure Boot and creating an User Account and installing roblox there. Follow the steps below to fix the problem**

# :material-cog: Enabling TPM 2.0 and Secure Boot

**If you are on 11, you probably already have TPM 2.0 and Secure Boot enabled, so skip this step if you already have it enabled**

To enable TPM 2.0 and Secure Boot, you need to access the BIOS of your computer (refer to your motherboard's manual if you don't know the key for it) and enable "TPM 2.0" (or "Trusted Platform Model") and "Secure Boot".

# :material-account-supervisor-outline: Creating a new Local Account and installing roblox on it

To create a new Local Account, go to Settings > Accounts > Other Accounts > Add Account. After that, sign out of your account and enter the new one. Once that's finished, move all your data from the old user account to the new one (Desktop, Downloads, etc...) and then just install Roblox normally. After moving all your data, you can delete the old user account.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ nav:
- Updating Atlas: faq-and-troubleshooting/common-questions/updating-atlas.md
- Windows Editions: faq-and-troubleshooting/common-questions/windows-editions.md
- Windows Update Errors: faq-and-troubleshooting/common-questions/windows-update-errors.md
- Roblox not opening: faq-and-troubleshooting/common-questions/roblox-not-opening.md



Expand Down
Loading