Created
November 8, 2023 03:08
-
-
Save aeongdesu/9d7e7d8bffdd1db03f7fb9db9a6dfceb to your computer and use it in GitHub Desktop.
If osu requires ASLR but you don't want to enable Windows Defender, you can use this registry file to fix the issue. (from ReviOS discord, not mine!)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\osu!.exe] | |
"MitigationOptions"=hex:00,00,21,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ | |
00,00,00,00,00,00 | |
"MitigationAuditOptions"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ | |
00,00,00,00,00,00,00,00 | |
"EAFModules"="" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://discord.com/channels/619835916139364383/1089736886504935475/1089833069101457438
from revios discord, not mine!