| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:minecraft_java [2025/05/28 09:28] – Sean Rhone | games:windows:minecraft_java [2026/01/25 12:56] (current) – [Compat Settings] Sean Rhone |
|---|
| ====== Download ====== | ====== Download ====== |
| |
| * [[windows;10]] | * [[windows;10|Windows 10 (21H2)]] |
| |
| * https://launcher.mojang.com/download/MinecraftInstaller.msi | * [[https://launcher.mojang.com/download/MinecraftInstaller.msi|MinecraftInstaller.msi]] ([[https://aka.ms/minecraftClientWindows|aka.ms]]) |
| * https://aka.ms/minecraftClientWindows | |
| |
| ====== Launcher Settings ====== | ====== Launcher Settings ====== |
| |
| ===== Version ===== | ===== Version ===== |
| | |
| | **** |
| |
| old_beta b1.7.3 | old_beta b1.7.3 |
| ===== Save Data Back-up ===== | ===== Save Data Back-up ===== |
| |
| MKDIR "%AppData%\.minecraft\scripts" | MKDIR "%AppData%\.minecraft\scripts" & "notepad.exe" "%AppData%\.minecraft\scripts\world-backup.bat" |
| | |
| "notepad.exe" "%AppData%\.minecraft\scripts\world-backup.bat" | |
| |
| <code> | <code> |
| |
| "tar.exe" -czf "%UserProfile%\Downloads\%RANDOM%-Minecraft-Worlds.tar.gz" -C "%AppData%\.minecraft" "saves" | "tar.exe" -czf "%UserProfile%\Downloads\%RANDOM%-Minecraft-Worlds.tar.gz" -C "%AppData%\.minecraft" "saves" |
| |
| ::XCOPY /E /Q /Y "%AppData%\.minecraft\saves\" "\\Alira\NAS\Games\Saves\Minecraft\Saves" | |
| |
| :: End</code> | :: End</code> |
| |
| "%AppData%\.minecraft\scripts\world-backup.bat" | "%AppData%\.minecraft\scripts\world-backup.bat" |
| | |
| | ====== Compat Settings ====== |
| | |
| | REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles(x86)%\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\javaw.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch DXPrimaryEmulation NoGDIHWAcceleration" /f |
| | |
| | REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\javaw.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f |
| |
| ====== Launcher Shortcuts ====== | ====== Launcher Shortcuts ====== |
| |
| ==== Minecraft ==== | ==== Minecraft ==== |
| |
| DEL /Q "%Public%\Desktop\Minecraft Launcher.lnk" | |
| |
| "%ProgramFiles(x86)%\Minecraft Launcher\MinecraftLauncher.exe" | "%ProgramFiles(x86)%\Minecraft Launcher\MinecraftLauncher.exe" |
| RMDIR /S /Q "%ProgramData%\Microsoft\Windows\Start Menu\Programs\Minecraft Launcher" | RMDIR /S /Q "%ProgramData%\Microsoft\Windows\Start Menu\Programs\Minecraft Launcher" |
| |
| MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Minecraft" | MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Minecraft" & "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Minecraft" |
| | |
| "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Minecraft" | |
| |
| ==== Minecraft ==== | ==== Minecraft ==== |
| ====== Quick Commands ====== | ====== Quick Commands ====== |
| |
| ===== Save Data Back-up ===== | ===== Save Restore ===== |
| |
| **** | **** |
| |
| "tar.exe" -cvzf "%UserProfile%\Downloads\%RANDOM%-Minecraft-Worlds.tar.gz" -C "%AppData%\.minecraft" "saves" | MKDIR "%AppData%\.minecraft\saves" & "explorer.exe" "%AppData%\.minecraft\saves" |
| | |
| ===== File Manager ===== | |
| | |
| ==== Save Data ==== | |
| | |
| MKDIR "%AppData%\.minecraft\saves" | |
| | |
| "explorer.exe" "%AppData%\.minecraft\saves" | |
| |