22

I have a few games that don't offer window mode in the options.

Is there any way to force the games to play in window mode instead of fullscreen?

Going to .exe's properties checking the compability doesn't help either.

Any ideas on what I can do to fix this?

Journeyman Geek
  • 133,878
Chris0089
  • 643

4 Answers4

18

Perhaps not surprisingly, it depends entirely on the game(s). A solution that works for one game may not work for another, so you’ll have to see what works for whichever games you want to force windowed.

  • Some games natively support a windowed mode

    • Through the options menu
    • An in-game window-restore button (enter image description here)
    • Via a command-line option (e.g., -window)
    • Via the Alt+Enter hotkey
    • By editing a configuration file
    • etc.
  • Running it in a virtual-machine (DOSBox, VirtualBox, VMWare, VirtualPC, etc.) may be a practical solution depending on the game and what kind of performance profile it has.

  • Another option is to run the game with a graphics emulator/wrapper that intercepts calls to DirectX/OpenGL/Glide/etc.

Synetech
  • 69,547
0

Only thing I can think of is running the games in a Virtual Machine. The VM can be windowed and therefore full screens games inside the VM will appear windowed on your host PC.

You will however probably take a performance hit, especially if it is newer games you're looking at.

Windos
  • 11,235
0

You should check in the program folders for the settings.ini files or similar. I often find a line in the that says fullscreen = 1.

Just change that to a 0 and you should be in windowed mode.

0
  1. Find the shortcut for the computer game you want to play in windowed mode instead of full screen.
  2. Right click on the shortcut and select Properties.
  3. In the Target field, add -window at the end.
  4. Click OK.

Alternatively, press Alt+Enter while in game. If running Windows 7, right-click on the game shortcut and run it as administrator.

Ben N
  • 42,308
Mack145
  • 59