My Intellij failes to start from the desktop short cut!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Answered

 

And its repetedly prompting this error?????????????????????????

1
5 comments

Please check this issue https://youtrack.jetbrains.com/issue/IDEABKL-7997 

>This is caused by Windows' Exploit protection, by the Mandatory ASLR, to be exact. This is off by default on Windows, but can be changed. If you want to keep Mandatory ASLR on by default, you will have to add an override for idea.exe or idea64.exe that disables Mandatory ASLR for the executable

And a workaround

>directions for turning the feature off globally or for a specific executable path are at https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-exploit-guard/customize-exploit-protection

0

The above link is no longer valid!!
Can you suggest other link for twerking the ASLR featur

0

 

thanks a lot, that worked!!!!

now can start working !!!!! Whoooo yaaa!!!!!!!!!!!!!!!!!!!

0

Do not turn off the Mandatory ASLR completely.
It is not good for you security.

 

The solution is disable it only for specific process.

Open PowerShell as administrator

Set-ProcessMitigation -Disable ForceRelocateImages "path to executable"
1

Please sign in to leave a comment.