Skip to content

Instantly share code, notes, and snippets.

View taroxd's full-sized avatar
🐟
Touching fish

taroxd taroxd

🐟
Touching fish
View GitHub Profile
@taroxd
taroxd / osu.cmd
Last active April 18, 2020 13:19
Installer scripts
@SET osu_exe=\"%~dp0osu!.exe\"
@SET open_command=%osu_exe% \"%%1\"
@SET default_icon=%osu_exe%,1
REG add "HKCR\osu" /ve /t REG_SZ /d "osu! url handler" /f
REG add "HKCR\osu" /v "URL Protocol" /t REG_SZ /d "" /f
REG add "HKCR\osu\DefaultIcon" /ve /t REG_SZ /d "%default_icon%" /f
REG add "HKCR\osu\shell\open\command" /ve /t REG_SZ /d "%open_command%" /f
REG add "HKCR\osu!" /ve /t REG_SZ /d "osu! beatmap" /f
REG add "HKCR\osu!\DefaultIcon" /ve /t REG_SZ /d "%default_icon%" /f