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,150 times
2 Answers
1
Use AutoIt to send the Win+D command. Run it with the linked Script Logon way.
magicandre1981
- 99,606
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