I use some DOS applications in Windows 7.

Before Windows 7, I could press Alt+Enter to run the application in full screen, but with Windows 7 I can't do this anymore.

I get the message:

This system does not support full screen mode

Is there any workaround?

link|improve this question
feedback

migrated from serverfault.com Jul 5 '10 at 10:28

This question came from our site for system administrators and desktop support professionals.

5 Answers

I know that this isn't related to CMD, but if you really need to run dos applications in full screen, you can try setting up DosBox. http://www.dosbox.com/

link|improve this answer
feedback

Full-screen mode for console applications (regardless of whether they're DOS programs or Windows console applications) isn't supported anymore with WDDM display drivers. You should still be able to go full-screen when using legacy drivers, although you then lose Aero and most of the hardware acceleration for display.

link|improve this answer
1  
WHAT were they thinking .. ? – bobobobo Jul 5 '10 at 22:32
6  
They took a look at the calendar and noticed it's not 1989. – Jay Bazuzi Jul 5 '10 at 22:54
@bobo: I prefer my full-screen console 210×54 large, not 80×25 where pretty much nothing fits. – Joey Jul 6 '10 at 9:31
@Joey: In that case, you can use Console2, as I mentioned in my answer. – paradroid Jan 14 '11 at 9:53
@para: No need; works well without. Also I've been bitten by Console2 in the past. Last time I tried it was totally buggy and downright unusable. – Joey Jan 14 '11 at 10:04
show 3 more comments
feedback

If you wrap CMD in within Console2, you can make the windows as big as the screen if you wish, although there is no actual full screen mode.

link|improve this answer
feedback

Vista and Windows 7 uses a very different video driver. It is infact very very much different from that of Windows XP. It improved performance but the down side is that it does not allow full screen console based applications to be launched.

Microsoft did launch a fix to downgrade the video driver to Windows XP but it is quite dangerous if things go wrong. So we might go for an alternative way. There are softwares which "emulate" the command prompt by software hence removing the need for windows command prompt completely. The user experience is not as good as the real one provides but it is still a decent solution to your problem.

Here is one: http://blog.amolbhave.in/computers/full-screen-command-prompt-in-vista-and-windows-7/

link|improve this answer
feedback

I presume that you run the app within XP mode. If you disable "integration features" in the tools menu it should run just fine.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown