So I downloaded and installed the Windows 8 Developer's Preview. I'm very impressed, except for one thing. I don't have touch, and I have this running in a virtual machine. How do I exit one of these full screen metro apps using just a mouse and a keyboard? Right now my only method to exit one of these guys is to send ctrl+alt+del to the machine. I'm sure that's not the right way... anyone figured this out?

link|improve this question

2  
@Nick Josevski: Is that true? – JavaAndCSharp Mar 3 at 0:46
@JavaAndCSharp just a joke ;) – Nick Josevski Mar 8 at 1:54
feedback

8 Answers

up vote 14 down vote accepted

In the Developer Preview:

Alt + F4. Still works like a charm.

In the Consumer Preview:

the method mentioned above plus:

  1. Move your mouse or finger to the top of the screen {except for the top left extreme and top right extreme}
  2. Click/tap and drag to bottom of screen. The app will close when you get to the bottom.

See Microsoft's official video on mouse usage in Windows 8 here. Also a good video to watch is the touch video.

Alternatively, you can pull up the full list of open apps by hovering the cursor in the very top left corner of the screen, then pulling down to display tiles for all open apps. You can right-click on any open app to close it.

close app

Please note that in Windows 8, in some cases apps are not supposed to be closed. This is part of the general Metro experience; however, because of popular demand, Microsoft did add this feature in the consumer preview.

link|improve this answer
1  
Alternatively, Alt+F4 still works – SecurityMatt Mar 7 at 23:50
@SecurityMatt: hmm, it appears that still works. I'll add that. Thanks. – JavaAndCSharp Mar 8 at 0:01
feedback

Press the Windows Key, it's like a 'home' button.

It looks like it's you're not supposed to 'close' apps in a traditional sense, and should be in a 'suspended' mode instead this is achieved by just going and doing something else like going back to the home screen...

keyboard - windows key

link|improve this answer
4  
This. Treat it more like a smartphone - when was the last time you manually exited an app in Android or iOS? You don't, you just hit the home screen and it suspends the app. (You can even see Win8 doing this - in Task Manager, non-active Metro apps show as 'Suspended'.) – Shinrai Sep 14 '11 at 16:03
12  
It's driving me nuts when they show up in the alt-tab though.. Are they really ready to make alt-tab useless when running lots of metro apps? – Richard Sep 14 '11 at 17:13
@Shinrai It's using the Metro UI built for Windows Phone 7. I currently use this OS, and there's a way to pop the stack of apps you have: you just keep clicking Back until everything is closed. Otherwise they'll stay in the suspended state and you might have 3 different instances of your inbox in various states. Apparently there's nothing similar to the Back button in Windows 8... – Nathan DeWitt Sep 14 '11 at 18:59
1  
@Richard - It does drive me nuts too, but this is their design philosophy. :/ – Shinrai Sep 14 '11 at 19:00
1  
Problem I have with this is that the MUSIC from your program seems to keep running until you start a different app. Hopefully that will be corrected in later revs. – Dan Sorensen Sep 16 '11 at 18:27
show 4 more comments
feedback

If you are running Windows 8 in a virtual machine and the host intercepts the Windows key, try carefully moving your mouse to the bottom-left corner of the Windows 8 screen. The Start button should appear.

link|improve this answer
feedback

Here is an answer from someone at MS on this forum thread:

The idea is Metro Style apps are not closed. The system takes care of keeping the apps from consuming background resources automatically. You can examine the app lifetime information in the developer documentation if you'd like. [...] Alt+F4 only works in the dev tools integrated builds as a developer feature and is not a general mechanism.

link|improve this answer
feedback

Nick Josevski gave the answer if you just want to go back to the Start screen, but, if you want to actually close it then the Ctrl + Alt + Del method works as you said. The best approach I've seen however is the good old Alt + F4 combination, which still seems to close applications.

I would have thought there is a better way, but I haven't found it yet.

(Little notice - When I first fired up Windows 8, I had problems closing applications and did try Alt + F4 to get out the plane application with no luck. However, it appears to be working now. I am not sure what was going on earlier and can only guess it was gremlins in the preview!)

link|improve this answer
1  
@LoneCoder's answer suggests Alt-F4 will be removed in the final release, so don't get too used to it. – Daniel Beck Sep 17 '11 at 12:21
feedback

The short answer is that you're supposed to leave metro applications as suspended. If you need to free up memory or manage to write something that kills the system, you can kill metro apps using the task manager. I'd assume that they're going to tidy up the behaviour of alt-tab at some point, but for now it's not that nice.

If you're accessing over "mstsc" RDP(Remote Desktop Protocol) and want to go to the start screen but can't hit the start button on your keyboard directly, then Alt+Home might help you out.

Similarly, if you want to kill the application/process use Ctrl+Alt+Delete, then Ctrl+Alt+End should send that combination through.

link|improve this answer
feedback

Starting with Windows 8 Consumer Preivew, you can close metro applications by click and dragging from the top of the application all the way down to the bottom of the screen. The touch gesture works the same way.

link|improve this answer
feedback

I just found a more elegant solution than three-fingered salute... Win+R, then click on the Start icon (Windows icon, bottom left). But I'm ready to use the actual method.

link|improve this answer
Win +r did not bring up the Start Icon for me. (Hovering the mouse works irrespective of Win +r) – Guy Thomas Mar 27 at 12:32
This was in the developer preview. I think some changes have been made for the consumer preview. – Nathan DeWitt Mar 27 at 12:51
feedback

protected by Community Sep 18 '11 at 8:55

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.