I have a suggestion! Ability to add command line switch for target application.
What does it mean and what is its advantage?
Good Question
Think I have add this command line switch ---> "-Enigma", Now If someone click on my app it won't run, because you should run it via that switch, I mean the app will run when I use this command ---> "MyApp.exe -Enigma".
The switch will work as a hidden password which is needed to run the protected app.
I have another suggestion! In Start-Up Password Section add this ability: User can enter password via batch script. For example instead of running the app in normal mode and entering the password in the appeared window, He runs a batch script which will enter password automatically. Something like this : "Myapp.exe -password(12345)", then if He runs this command no password window will be shown and the app will start without asking password. Also You can add an option to remove password window too, and the app will run only via command line and only via entering password by command.