Recent content by Mananas

  1. M

    Want to run applications minimized at log in from Task Scheduler

    For running the program minimized using the cmd.exe /C start /MIN, the focus of the window still changes since the first cmd.exe is launched in a real window. You can avoid this by using the vbscript with WScript.exe: 1. Create a .vbs script to the folder/name of your choice, I use...