Top "Minimized" questions

A minimized object is one that has been replaced with an object that can restore the original when selected.

How to run a batch file minimized

I want to run a batch file in minimized mode by another batch or vbs script. What i tried is: …

batch-file minimized
Preserve positioning of HTML page when window minimized

I have a problem with my page. Whenever I minimize the window the positioning of all the elements goes off …

html css window position minimized
C# Run application MINIMIZED at windows startup

I got the following code to run the application at windows startup: private void SetStartup(string AppName, bool enable) { string …

c# .net startup minimized
Starting a program minimized via Batch

I have been searching around on a way to do this, but the /min command does not start my MP3 …

batch-file cmd minimized
AutoHotkey background clicking and typing

I'm trying to use AutoHotkey to do some background clicking and typing while I'm doing other stuff in the foreground. …

background autohotkey minimized
WPF: Window stays minimized even when setting WindowState explicitly

My application has a tray icon which, when double-clicked, hides or shows the application window. My issue is that I …

wpf restore windowstate minimized