forum

[Archived] I don't want to use Windows Defender to enable ASLR!

posted
Total Posts
6
Topic Starter
HuyKweng
Details:

Is there another way to do this or it must be Windows Defender? I'd love to know. Thanks!

osu! version: Stable 20230326 (latest)
Death
This does not require Windows Defender.

Press your Windows key, search for "Exploit protection", turn on "Randomize memory allocations (Bottom-up ASLR)", and then restart your computer.
Bwe

MeWhenThe wrote:

Details:

Is there another way to do this or it must be Windows Defender? I'd love to know. Thanks!

osu! version: Stable 20230326 (latest)
you need to create two .reg files with text
1 includes aslr

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel]
"MitigationOptions"=hex:00,01,01,00,00,00,00,00,00,00,00,00,00,00,00,00


2 turns off ASLR

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel]
"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
"MitigationOptions"=hex:22,22,22,00,00,02,00,00,00,02,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00

reboot required after each activation

I turn off aslr because with this crap, games can simply not start
Snop
Are there any other solutions to the problem, because I have ReviOS installed and I cannot enter Exploit protection?
Bwe, твой вариант тоже не подошёл
HikariChan
I'm in the same boat as the above, can't enable/enter due to it not existing in OS (no, reverting to stock windows 11 is not an option to compromise performance and stability issues)
Snop
Step-1: Type in notepad in taskbar search and press Enter. Here, create a script by inputting the following texts into Notepad –

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel]
"MitigationOptions"=hex:00,01,01,00,00,00,00,00,00,00,00,00,00,00,00,00

Step-2: Once you have copied the entire text correctly into Notepad, click File option on the top and from the submenu select Save as. Save this file with a .reg extension such as ASLR.reg.

Step-3: Go to Windows search and type in regedit and press Enter when you notice the same command.

Step-4: This opens the Registry Editor after selecting Yes on UAC prompt. Stay in the Registry window, click File option in the menu.

Step-5: Now from the dropdown, click on the option Import.

Step-6: Navigate to the location where you have stored the reg file in Step 2 above. Select the ASLR.reg file and click on the Open button to import the file.

Step-7: Finally, you notice that the file you have created previously with .reg name will be imported.

Reboot your PC and enjoy the feature.

P.S. You can delete file ASLR.reg.

The supplemented guide from Bwe helped me. I hope this helps you too

------

Rus


Шаг 1 : Создайте текстовый документ и введите туда эти строки -

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel]
"MitigationOptions"=hex:00,01,01,00,00,00,00,00,00,00,00,00,00,00,00,00

Шаг 2 : После того, как вы успешно скопировали весь текст в Блокнот, сохраните этот файл как ASLR.reg, желательно на рабочий стол для простоты использования.

Шаг 3 : Сочитанием Win + R открываем 'Выполнить' и вводите туда regedit и нажмите Enter.

Шаг 4 : В левом верхнем углу нажимаем Файл > Импорт... > и выбераем подготовленный файл ASLR.reg и нажмите кнопку открытый чтобы импортировать файл.

Шаг 7 : Перезагрузите компьютер и наслаждайтесь этой функцией.

PS: Вы можете удалить файл ASLR.reg.

Этот дополненный гайд от Bwe должен помочь большенству.

HikariChan wrote:

I'm in the same boat as the above, can't enable/enter due to it not existing in OS (no, reverting to stock windows 11 is not an option to compromise performance and stability issues)
Please sign in to reply.

New reply