1

Is there a way to automatically minimize all open windows after I enter the password in the lock screen in windows 7/ windows 8?

2 Answers2

1

Use AutoIt to send the Win+D command. Run it with the linked Script Logon way.

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