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

Misc URL fixes and fix the Roblox page #195

Merged
merged 4 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
Expand Up @@ -15,4 +15,4 @@ If you wish to have the folder on your desktop, you should right-click on the fo

You can download the **.zip** archive below, extract it, and place the `AtlasDesktop` folder in `C:\Windows`. The link below updates upon each new Atlas release.

[Download AtlasDesktop -->](https://download-directory.github.io/?url=https%3A%2F%2Fgit.luolix.top%2FAtlas-OS%2FAtlas%2Ftree%2F0.4.0%2Fsrc%2Fplaybook%2FExecutables%2FAtlasDesktop)
[Download AtlasDesktop -->](https://download-directory.github.io/?url=https%3A%2F%2Fgit.luolix.top%2FAtlas-OS%2FAtlas%2Ftree%2F0.4.0%2Fsrc%2Fplaybook%2FExecutables%2FAtlasDesktop)
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Follow these steps to set up Bluetooth:

1. Enable Bluetooth in the Atlas folder.

2. Install your Bluetooth driver. You can get this from your device's OEM or follow our [SDIO guide](../../getting-started/post-installation/drivers/getting-started.md#snappy-driver-installer-origin).
2. Install your Bluetooth driver. You can get this from your device's OEM or follow our [SDIO guide](../../getting-started/post-installation/drivers/others.md#snappy-driver-installer-origin).
- Most issues with Bluetooth are caused by installing improper drivers. Make sure to research and find the driver that is suited for your device.

3. Turn on Bluetooth and pair your device.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: material/apple

**If iTunes is not recognizing your Apple device, it's likely a driver issue. You can fix this by downloading and installing the Apple USB Drivers.**

If you're using Atlas and have not enabled [Automatic Driver Installation](../../getting-started/post-installation/atlas-folder/general-configuration.md#driver-updates), you will need to install the Apple USB driver manually.
If you're using Atlas and have not enabled [Automatic Driver Installation](../../getting-started/post-installation/drivers/getting-started.md#want-driver-installation-updates-through-windows-update-instead), you will need to install the Apple USB driver manually.

## :material-package-down: Manual Installation

Expand Down
30 changes: 15 additions & 15 deletions docs/faq-and-troubleshooting/common-questions/roblox-not-opening.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@ 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.**
**You may be missing TPM 2.0 and Secure Boot. You can also make a new user account and move everything over.**

Follow the steps below to fix the problem.
Follow the methods below to fix the problem.

### 1. Enabling TPM 2.0 and Secure Boot
=== "Method 1: Enabling TPM 2.0 and Secure Boot"

!!! Note
!!! success ""

If you're using Windows 11, chances are you've already got TPM 2.0 and Secure Boot turned on. If that's the case, skip this step and move on to the next one.
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).

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 Model") 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 the key for it.
Refer to your motherboard's manual if you don't know how to access your BIOS.

### 2. Creating a New Local Account and Installing Roblox
=== "Method 2: Creating a New Local Account"

- Navigate to `Settings > Accounts > Other Accounts > Add Account` to create a new local account.
1. Navigate to `Settings > Accounts > Other Accounts > Add Account` to create a new local account.

- Sign out of your current account and log into the newly created one.
1. Sign out of your current account and log into the newly created one.

- Transfer all your data (Desktop, Downloads, etc.) from the old user account to the new one.
1. Transfer all your data (Desktop, Downloads, etc.) from the old user account to the new one.

- Install Roblox as you normally would.
1. Install Roblox as you normally would.

- After ensuring all your data has been successfully transferred, you may delete the old user account.
1. After ensuring all your data has been successfully transferred, you may delete the old user account.

!!! warning
!!! warning

Be sure to verify that all your important data has been moved before deleting the old account.
Be sure to verify that all your important data has been moved before deleting the old account.
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ Delivery Optimization helps speed up Windows Updates by sharing the data via oth

Windows Update typically shows update notifications to alert a user of when an update is going to be installed, or if automatic updates are disabled, to manually click 'Check for updates' to update the system.

On Atlas, they are enabled by default so that users with [notifications](#notifications) enabled get alerts about important updates.
On Atlas, they are enabled by default so that users with [notifications](#notifications) enabled get alerts about important updates.
Loading