Many games we play look and play best in Fullscreen. However, not all of them play nicely when you press the Windows key or Alt+Tab to switch to a different window.
Fullscreen Windowed Mode lets you alt-tab instantly and keep the game running.
This ability is useful if you need to check another window while in-game, whether it's chat, web browser, or any other application.
It Alt-tabbing looks like this:
To accomplish this:
1) Run the attached no border script
2) Run your game in windowed mode at the resolution of your monitor
3) Press the hotkeys Ctrl+Shift+Numpad Minus
Confirmed Games List
- Battlefield 3
- Company of Heroes
- Call of Duty 4
- Battlefield Bad Company 2
- StarCraft II (native)
- C&C Generals Zero Hour
- Minecraft
- SWAT 4
- Red Alert 3
CODE ;No Border Script
#singleinstance force
$^+Numpadsub::; press Ctrl + Shift + numpad subtract
WinSet, Style, -0xC40000, a; remove the titlebar and border(s)
WinSet, AlwaysOnTop, Off, a; let other windows display on top of the game
WinMove, a, , 0, 0, %A_ScreenWidth%, %A_ScreenHeight%; move the window to 0,0 and reize it
Return
no_border.rar (120 Downloads)
Original thread by Ampersand, moved from old site
Edited by ItalianScallion, 20 February 2014 - 11:38 PM.