Is there a way to automatically minimize all open windows after I enter the password in the lock screen in windows 7/ windows 8?
Asked
Active
Viewed 1,076 times
1
-
2I don't know about "automatically", but WindowsKey + D will minimize everything. – LilCodger Mar 18 '13 at 20:27
-
I know that @LilCodger but I want the automatic way. Thanks anyway. – Mar 18 '13 at 20:29
-
1See this question about running a script on login http://superuser.com/questions/15596/automatically-run-a-script-when-i-log-on-to-windows – Brad Patton Mar 18 '13 at 20:42
2 Answers
1
Use AutoIt to send the Win+D command. Run it with the linked Script Logon way.
magicandre1981
- 98,168
- 30
- 181
- 248
1
You can use AutoHotKey which could probably automate this for you with a little bit of easy coding. Alternatively, you could use Win+ hotkey to show the desktop.
Pat
- 817