Re: C&C games minimize on startup
The problem is related to Windows failing to change desktop resolution to 640 x 480 pixels to match the native resolution of the game, it's a common problem with old games running on modern systems.
The best solution is download a program called QRes
Run with following command line to change the resolution:
QRes.exe /x:640 /y:480
Launch the game.
To revert changes, use the same command with your default desktop resolution.