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 [2026/03/03 19:46] Sean Rhonegames:windows:osu [2026/04/08 18:57] (current) Sean Rhone
Line 1: Line 1:
   * :!: FIPS needs disabled ([[https://osu.ppy.sh/community/forums/topics/2165011?n=4|post]])   * :!: FIPS needs disabled ([[https://osu.ppy.sh/community/forums/topics/2165011?n=4|post]])
  
 +  * Disable FIPS
 +
 +  "%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   * 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
  
-  C:\Users\Espionage724\AppData\Local\osu!\Songs+  "%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.1772585204.txt.gz · Last modified: by Sean Rhone

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