For an obscure reason I can't manage to launch the game I simply got a message telling me "You need to install an app to do this task", like if I take for exemple the rpg game which you need rpg maker VX to play, does I need something similar like that ?
(here is the message I got)
EDIT: I found the solution there-->
You must be registered to see the links
all you need to do is copy paste the following power shell script:
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\System" -Name "EnableSmartScreen" -Type DWord -Value 0
If (!(Test-Path "HKLM:\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter")) {
New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" -Force | Out-Null
}
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" -Name "EnabledV9" -Type DWord -Value 0
Apparently it's Smartscreen that is fking around with unsigned executable. THANK WINDOWS 11!!