0
I’m creating an application in Lectron, but notifications only work if the application is running in windows 7 compatibility mode.
I currently ask the user to right-click the . exe, go to properties/compatibility/compatibility mode and change to windows 7
I need to know how to perform the executable compatibility mode configuration via command prompt (cmd), because I will create a bat file to run when running the application, so that the user does not have to perform this activity manually.
Can someone help me?