Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

My newly registered copy of GameEx has got its nag screen back. Nothing else has changed.

I can get it to start without the nag screen if I run it as administrator. However, if I set this in the app's properties, it won't then start automatically with Windows (shortcut in the Startup folder), even with the UAC turn off.

I'm running Win 10 64bit

Posted

This is a known issue unfortunately.

You can get round the issue by using a .bat instead of the .exe

Create a text file in notepad and put in the following:

c:
cd c:\gameex
gameex.exe

 

Save the file, select "all files" and put the file name as "gameex.bat" with the quotes and save it in c:\gameex

Move the batch file to the startup folder.

Posted
6 hours ago, Tom Speirs said:

This is a known issue unfortunately.

You can get round the issue by using a .bat instead of the .exe

Create a text file in notepad and put in the following:

c:
cd c:\gameex
gameex.exe

 

Save the file, select "all files" and put the file name as "gameex.bat" with the quotes and save it in c:\gameex

Move the batch file to the startup folder.

Don't forget the No Echo line at the top of your batch file to supress display output.

Guest
This topic is now closed to further replies.
×
×
  • Create New...