LithiumApe Posted June 16, 2023 Posted June 16, 2023 Hi all, Does anyone know a way to automatically minimise an application once it opens? I need VLC to minimise when it opens. Is there a command I can use in a .bat file? Thanks
LithiumApe Posted June 16, 2023 Author Posted June 16, 2023 Thanks for your advice thimon. However, I don't think this will work for my issue as VLC is being opened automatically by another application.
Rob_D Posted June 16, 2023 Posted June 16, 2023 If you could send keyboard commands using autoit or something then 'Win + down arrow' will minimize the active window. Although if you're going down that rout an autoit script could just minimise the target window: https://www.autoitscript.com/autoit3/docs/functions/WinSetState.htm 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now