TransWikia.com

How can I return to Skyrim after switching to Windows?

Arqade Asked on October 3, 2021

When using Alt+Tab, I can’t seem to get back to Skyrim. When clicking its icon or Alt+Tab to get back, I just see an empty window. Windowed mode doesn’t allow me to use it in a Windowed (Fullscreen) manner as seen with other games, so that doesn’t seem to be an option either.

Is there any way to fix this behavior?

11 Answers

When you get to the empty window, Alt+Tab to the Skyrim window again. This will bring you back to the game.

Alternatively, you can use Ctrl+Shift+Esc to open the Task Manager, right click the Skyrim entry in the Applications tab, and select Bring to Front.

Correct answer by user9983 on October 3, 2021

Skyrim has an interesting behavior with alt-tabbing. When you alt-tab back, you get that black screen with the borders. Left click the upper left hand corner, which will bring up what appears to be a right click context menu for whatever application you were in when you alt-tabbed back to Skyrim. Once the menu comes up, just click in the black screen area of the Skyrim window and it will bring you back to the application.

This behavior is bizarre and strange. Like has been previously said, it will sometimes crash.

Answered by Ryan on October 3, 2021

Another option is this Borderless Windowed Fullscreen mod, but it's going to lower your framerate.

Answered by aearon on October 3, 2021

Try the Simple Borderless Window mod. It will make Alt-Tabbing almost instant, though may reduce your framerate. It's similar to the mod mentioned by aearon but doesn't require AutoHotKey to be installed.

Answered by Brian Ortiz on October 3, 2021

I have found this to always work (for me).

  1. Pause before you alt tab
  2. Alt Tab
  3. Go to Gaming.stackexchange.com and find the answer you want
  4. Click on the Skyrim icon in the task bar. You'll get the black bordered screen.
  5. Alt Tab again, back to gaming.stackexchange.com
  6. Minimise active screen (gaming.stackexchange.com). Then Skyrim will come back up.
  7. Unpause Skyrim
  8. Fun

For some reason it doesn't like getting focus the first time. But the second time its ok.

Answered by Coomie on October 3, 2021

I also get a black window with a border, but I've found the solution for it. I.e., Skyrim and Chrome running simultaneously.

  1. Activate Chrome
  2. Press Alt+Tab, choose Skyrim
  3. The Skyrim window will be black/blank
  4. Keep pressing Alt, and scroll to Chrome then back to Skyrim
  5. Release Alt
  6. Skyrim will be running fullscreen again

Answered by sujeet2555 on October 3, 2021

Here's my updated AutoHotkey script. Run it once, it will set the game fullscreen windowed shortly after it is launched.

#SingleInstance Force
#Persistent
#IfWinActive Skyrim ahk_class Skyrim
{
  SetTimer Exile, 1000
  Return
}

Exile:
  WinGet IDs, List, ahk_class Skyrim
  Screen_X = %A_ScreenWidth%
  Screen_Y = %A_ScreenHeight%
  Loop %IDs%
  {
    ID := IDs%A_Index%
    If ID not in %Old_IDs%
    {
      WinActivate ahk_id %ID%
      WinSet, Style, -0xC40000, A
      WinMove,A,,0,0,Screen_X,Screen_Y
      ;WinActivate, A
    }
    New_IDs .= ID ","
  } 
  StringTrimRight Old_IDs, New_IDs, 1
  New_IDs =
Return

Don't ask me about the loop, I just pieced together parts of various AutoHotkey scripts that worked. The one I used previously worked with a keyboard shortcut and caused problems in Windows. This one should only ever touch the Skyrim window.

The game should first be set to windowed mode, and full desktop dimensions by editing SkyrimPrefs.ini located in ~/Documents/My Games/Skyrim:

bFull Screen=0
iSize H=1440
iSize W=2560

PS: When you alt tab like this, it's very fast but you may get the windows mouse cursor appearing in the game (I think this issue is also with the default fullscreen mode). The quickest fix for me is to press the tilde key, which activates the console. It's easier then going in the game menu, but it's the same principle: pause the game. So toggle console, alt tab, un-toggle console. Should prevent the Windows mouse cursor from appearing. There are also possible solutions with AutoHotkey for the mouse cursor but I haven't tried those yet.

Answered by Bleep Bloop on October 3, 2021

Actually, there's a much easier method of getting around this. When going back into the game, when you would normally click the game's window to go back to full-screen, drag the window down an inch or so and it'll go back to full-screen - this will always get rid of the cursor.

Answered by QuantumPolagnus on October 3, 2021

After you press alt+tab it will bring you to a black screen, right? Just press alt+tab again and choose Skyrim, and it will bring you back. It's just as easy as that with no other programs needed.

Answered by mario on October 3, 2021

I've found that the best way to fix this is by pressing ctrl+alt+delete, pressing 'Cancel', and then trying to re-maximize Skyrim. That works every time for me.

Answered by Matt on October 3, 2021

I have had to do this before I know one way ALT-TAB out like you did then Press the Windows button (For Win 8 this brings you to the menu) And if you select Desktop again Skyrim will open in full screen.

This works on Windows 8 but I haven't tested it on Windows 7.

Answered by JaffaMoose on October 3, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP