Skip to content

Instantly share code, notes, and snippets.

@aeongdesu
Created November 8, 2023 03:08
Show Gist options
  • Save aeongdesu/9d7e7d8bffdd1db03f7fb9db9a6dfceb to your computer and use it in GitHub Desktop.
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!)
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"=""
@aeongdesu
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment