logcomptechs Posted November 17, 2010 Posted November 17, 2010 Do Sleep(60000) WinMinimizeAll ( ) $sleep = $sleep + 1 Until $sleep = 60 Trying to keep all windows minimized at all times, but when I run this loop, it will minimize all the windows, but once the command runs again it un-minimizes one of the windows. Any way to keep all windows minimized at all times?
somdcomputerguy Posted November 18, 2010 Posted November 18, 2010 Try the alternative option in the helpfile. WinMinimizeAll - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
logcomptechs Posted November 18, 2010 Author Posted November 18, 2010 Try the alternative option in the helpfile. WinMinimizeAllThank you, I did see that, but I just thought it would do the same thing, guess not
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