User Tools

Site Tools


games:windows:osu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:windows:osu [2025/09/11 06:43] – external edit 127.0.0.1games:windows:osu [2026/04/08 18:57] (current) Sean Rhone
Line 1: Line 1:
-  * https://github.com/ppy/osu/releases+  * :!: FIPS needs disabled ([[https://osu.ppy.sh/community/forums/topics/2165011?n=4|post]])
  
-  C:\Users\Espionage724\AppData\Local\osulazer\current+  * Disable FIPS
  
-  SET OSU_SDL3=1+  "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy" /v "Enabled" /t "REG_DWORD" /d "0" /f 
 + 
 +  * Enable FIPS 
 + 
 +  "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy" /v "Enabled" /t "REG_DWORD" /d "1" /f 
 + 
 +  * TODO: [[windows;programs#opentabletdriver|OpenTabletDriver]] + [[windows;notes;misc#run_as_basic_user|runas]]; test skin restore osk open on exe 
 + 
 +  "%LocalAppData%\osu!\osu!.exe" 
 + 
 +  * Install 
 +  * https://m1.ppy.sh/r/osu!install.exe 
 +  * Restore Songs 
 + 
 +  RMDIR /S /Q "%LocalAppData%\osu!\Songs" & MOVE /Y "%UserProfile%\Downloads\osu!\Songs" "%LocalAppData%\osu!\Songs" 
 + 
 +  * New Songs Dir 
 + 
 +  RMDIR /S /Q "%LocalAppData%\osu!\Songs" & MKDIR "%LocalAppData%\osu!\Songs" & "%SystemRoot%\explorer.exe" "%LocalAppData%\osu!\Songs" 
 + 
 +  * Compat 
 + 
 +  "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%LocalAppData%\osu!\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
  
/var/www/wiki/data/attic/games/windows/osu.1757587392.txt.gz · Last modified: by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki