Prevent Minecraft: Bedrock Edition from suspending.
-
Run the following script in PowerShell to add Bedrock.Desktop to startup:
$ProgressPreference = "SilentlyContinue" $Path = [System.Environment]::GetFolderPath("Startup", "Create") Invoke-RestMethod "https://github.com/Aetopia/Bedrock.Desktop/releases/latest/download/Bedrock.Desktop.exe" -OutFile "$Path\Bedrock.Desktop.exe" & "$Path\Bedrock.Desktop.exe" $ProgressPreference = "Continue"
Important
- The fix persists even when Minecraft: Bedrock Edition is updated.
- The fix only applies if Minecraft or Minecraft Preview is installed.
- The fix only remains active until you sign out.
-
Update the MSYS2 Environment until there are no pending updates using:
pacman -Syu --noconfirm
-
Install GCC i686 using:
pacman -S mingw-w64-i686-gcc --noconfirm
-
Make sure
<MSYS2 Installation Directory>\mingw32\bin
is added to the WindowsPATH
environment variable. -
Run
Build.cmd
.