Willie92 Posted February 9, 2006 Posted February 9, 2006 OK, this is kinda trivial... But I was wondering if there was a tweak, hack, or program what would automatically minimize all windows when:Screensaver is activatedORYou log back into windows after the screen is locked.I've got a bunch of cool wallpaper that I never see because I've always got a dozen windows open. And yes I know the "Show Desktop" quicklauch button and the Windows Key + M will both minimize all windows. That'll defeat the purpose! I wanted it automated!
gunsmokingman Posted February 9, 2006 Posted February 9, 2006 Here is a VBS script that will mimimize all open windows.Save As Min_Windows.vbs Dim Shell : Set Shell = CreateObject("Shell.Application") : Shell.MinimizeAll
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now