Wednesday, March 1, 2017

Open multiple IE windows in full screen mode

By default IE only allows for one window to be open in full-screen mode (F11). Here is a workaround to allow for multiple windows to be open in full-screen mode.
  1. Go into Windows registry
  2. Navigate down to "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main"
  3. Create a new string value (REG_SZ) called "FrameMerging" (no quotes)
  4. Give it a value of 0 (zero)