NeVeR Posted January 28, 2011 Report Share Posted January 28, 2011 We us ME in work and at the end of the shift you'd have anything up 20 thing open from spread sheets to note pad files.. many web pages plus other programs. Would ME be able to shut/close all windows ? It's just a time saver option. Quote Link to comment Share on other sites More sharing options...
kevin Posted January 28, 2011 Report Share Posted January 28, 2011 There is not a single command to close all programs but you might have some options. You could try the Shutdown or Logoff commands and rely on Windows to close the programs. You might also use a Repeat with Windows and/or Repeat with Processes loop to close programs. If you use a Repeat command you would need to program in exceptions to only close programs or Windows that not part of Windows itself. Or you might create a macro that uses the If Window and/or If Program Name Running commands to determine if individual programs are running and close them. Since running programs may contain unsaved data, I expect the last option would be safest. Quote Link to comment Share on other sites More sharing options...
NeVeR Posted January 28, 2011 Author Report Share Posted January 28, 2011 Thanks.. There might be unsaved data. but it's not a massive issue .... I was thinking something along the lines of ALT+F4 to type about 20 times then try to get it to log off. Still thinking.. test will be fun as it will shut down the PC each time if it's working lol. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.