You are on page 1of 1

@echo off

:loop
powershell -command "&{((new-Object shell.Application).MinizeAll()}}"
goto loop

You might also like