Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:osu_lazer [2026/05/23 11:22] – sdl3 default on win Sean Rhone | games:windows:osu_lazer [2026/06/29 23:56] (current) – Sean Rhone |
|---|
| * https://github.com/ppy/osu/releases | * https://github.com/ppy/osu/releases |
| | * https://github.com/ppy/osu/releases/latest/download/install.exe |
| |
| C:\Users\Espionage724\AppData\Local\osulazer\current | "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\osu-lazer.exe" --location "https://github.com/ppy/osu/releases/latest/download/install.exe" --progress-bar && "%UserProfile%\Downloads\osu-lazer.exe" |
| | |
| | ====== Environment ====== |
| | |
| | * https://github.com/ppy/osu/discussions/31832 |
| | |
| | "%SystemRoot%\System32\setx.exe" "OSU_DISABLE_ERROR_REPORTING" "1" |
| | |
| | ====== Compat Settings ====== |
| | |
| | "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%LocalAppData%\osulazer\current\osu!.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f |
| | |
| | "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\osu!.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f |
| |