How to prevent an application from running in fullscreen mode in Windows 7?

8

3

Is there a way to prevent any program run in full screen mode? I'm usually working with several programs at once, and I find it annoying to be in and out of full screen to go from one to another when that happens. I´m using Windows 7.

Edgar

Posted 2010-11-16T08:07:11.363

Reputation: 680

You know that Win-D and Alt-Tab, work for navigating between full-screen windows, right? – David – 2013-02-25T15:31:21.907

Could a Virtual Desktop App help? I use Virtawin to "seperate" apps that have stubborn fullscreen modes. The apps are still in fullscreen but at least they don't switch in and out of fullscreen as I'm working. – cloneman – 2013-02-26T02:07:09.647

Are you talking about the "Aero Snap" mode that maximizes the window when you move near the edge of the screen? Or applications that actually take over the entire screen? If the application takes over the entire screen, the only way to avoid that is to use a setting within the application, if it provides one. – davidcl – 2013-03-02T00:01:33.313

Does F11 bring it to normal mode ? – Ankit – 2013-03-02T16:22:54.360

Answers

3

Alt + Enter often works (mostly on DirectX applications). This seems to be a tradition more than anything else, but I've found a surprisingly large number of programs support it. Also, Esc is worth a shot.

There is also a program called DxWnd that is designed specifically for this purpose: forcing fullscreen programs into windowed mode. I haven't used it in a long time, but it's still actively developed and it's worth a shot. It was originally designed for and works best with DirectX, but it seems OpenGL (another graphics library similar to DirectX) and GDI (general Windows programs often use this) support has been added. See here for download links.

Bob

Posted 2010-11-16T08:07:11.363

Reputation: 51 526

Thanks, Bob! The DxWnd utility sounds like exactly what I need. Unfortunately, I cannot test it because I'm currently in the middle of reinstalling everything, after a troubled upgrade of the main system. It sounds like DxWnd should do the trick, though! Thanks! – Jim Fell – 2013-03-03T19:04:31.230

1

Although it's not the greatest solution, running the application from within a virtual machine accomplishes the desired effect. The screen resolution of the virtual machine can be set as desired, and then the application fills only the virtual machine's window space.

Jim Fell

Posted 2010-11-16T08:07:11.363

Reputation: 5 069

0

I have tried different key words on Google search, with a lot variation of "disable full screen in windows 7", it seems that this is not possible.

If I don´t want an application runs in fullscreen mode, I must disable this option manually in the program settings.

Edgar

Posted 2010-11-16T08:07:11.363

Reputation: 680

Unfortunately, some programs do not have an option to disable fullscreen mode. – Jim Fell – 2013-02-25T15:10:35.707

0

When you move a window near the edge of the screen, that initiates the Aero Snap action that maximizes the window. You can disable this feature as follows :

  • Open Control Panel / Ease of Access Center / Make the Mouse easier to use.
  • Place a check mark in the Prevent Windows from being automatically arranged when moved to the edge of the screen option.
  • Click OK.

harrymc

Posted 2010-11-16T08:07:11.363

Reputation: 306 093

AFAIK, that's the only to avoid full-screen in Windows. For a specific application, you must find some setting in the application itself to avoid it. – harrymc – 2013-02-25T17:18:30.880