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/04/08 18:21] 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]])
  
-  * https://m1.ppy.sh/r/osu!install.exe+  * Disable FIPS
  
-  * New Songs Dir+  "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy" /v "Enabled" /t "REG_DWORD" /d "0" /f
  
-  RMDIR /S /Q "%LocalAppData%\osu!\Songs" & MKDIR "%LocalAppData%\osu!\Songs" & "%SystemRoot%\explorer.exe" "%LocalAppData%\osu!\Songs"+  * Enable FIPS
  
-  * Restore Songs+  "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy" /v "Enabled" /t "REG_DWORD" /d "1" /f
  
-  RMDIR /S /Q "%LocalAppData%\osu!\Songs" & MOVE /Y "%UserProfile%\Downloads\osu!\Songs" "%LocalAppData%\osu!\Songs" &  "%LocalAppData%\osu!\Songs"+  * TODO: [[windows;programs#opentabletdriver|OpenTabletDriver]] + [[windows;notes;misc#run_as_basic_user|runas]]; test skin restore osk open on exe
  
   "%LocalAppData%\osu!\osu!.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   * Compat
/var/www/wiki/data/attic/games/windows/osu.1775686863.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