How do I minimize softwares to tray when starting windows?

obsidian604

New member
Local time
11:25 AM
Messages
7
I have two softwares that I need to minimize to system tray when startup.

However, one needs me to manually click on "minimize" and the other needs me to manually click on "close" to both minimize to the tray.

I tried modifying the shortcut to run "minimize" but it doesn't work.

any solutions? thanks!
 

My Computer My Computer

At a glance

windows 7 x64
OS
windows 7 x64
This is generally controlled by the application itself. Try finding an option such as "Start minimised" somewhere in the settings/preferences of those two applications.
 

My Computer My Computer

At a glance

Windows 7 Home Premium x64
Computer type
PC/Desktop
OS
Windows 7 Home Premium x64
This is generally controlled by the application itself. Try finding an option such as "Start minimised" somewhere in the settings/preferences of those two applications.

thing is i can't find any settings for them.
they are just small softwares.
 

My Computer My Computer

At a glance

windows 7 x64
OS
windows 7 x64
Find the shortcut or .exe of the program in question and right click > Properties > Shortcut Tab > Run: You should have a drop-down menu with Normal Window, Minimized, and Maximized > Choose Minimized > Apply/OK and close it. Give it a reboot and see if that worked.
 

My Computer My Computer

At a glance

Windows 7 Professional 64bit SP1Intel Core i5-3570K @ 4.5GHzCorsair Vengeance 16GB (4x4) @1866MHz CL 9-9-...EVGA GTX 750 Ti FTW
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Built
OS
Windows 7 Professional 64bit SP1
CPU
Intel Core i5-3570K @ 4.5GHz
Motherboard
Asus Sabertooth Z77
Memory
Corsair Vengeance 16GB (4x4) @1866MHz CL 9-9-9-24 1T
Graphics Card(s)
EVGA GTX 750 Ti FTW
Sound Card
Onboard Audio
Monitor(s) Displays
Dell S2309W
Screen Resolution
1920x1080
Hard Drives
Samsung 830 128GB SSD - OS
(4) Seagate 5TB HDD
(1) Seagate 2TB HDD
PSU
Seasonic X750 80+ Gold Full Modular
Case
Antec Eleven Hundred Super Mid Tower
Cooling
Intel Liquid Cooler
Keyboard
Max Nighthawk X8 Mechanical keyboard
Mouse
Mionix Naos 7000
Internet Speed
50 Mbps Down / 10 Mbps Up
Antivirus
Microsoft Security Essentials/Malwarebytes Anti-Malware
Browser
Chrome/Firefox
Other Info
Klipsch ProMedia 2.1's
Asus RT-N66R Wireless Router
If you'd also like to reduce the number of programs that are running at startup (reducing start-up speed) you can do the following.

1. Open the start menu.

2. Type "msconfig" in the search bar.

3. Use the first (and probably only) result.

4. Go to the Statup tab.

5. Uncheck programs you don't want running at startup

6. Apply

I personally do it for just about everything but the essentials. I'll open the programs myself when I want to use them, so I don't need anything to run at startup besides the essentials. Much shorter startup time and keeps unnecessary load off.

Just a bonus tip :P
 
Last edited:

My Computer My Computer

At a glance

Windows 7 Ultimate x64Intel i7 Extreme 2920XM Overclocked 4.1 (~4.8...16GB Kingston Hyper-X Dual Channel DDR3 @ 160...Overclocked 2GB NVIDIA 580M GTX
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Origin EoN 17S
OS
Windows 7 Ultimate x64
CPU
Intel i7 Extreme 2920XM Overclocked 4.1 (~4.8Ghz Turbo Mode)
Motherboard
CLEVO P170HMx
Memory
16GB Kingston Hyper-X Dual Channel DDR3 @ 1600Mhz
Graphics Card(s)
Overclocked 2GB NVIDIA 580M GTX
Sound Card
Unknown - Uses Realtek Drivers
Monitor(s) Displays
FHD LED Display by LG
Screen Resolution
1920 x 1080
Hard Drives
OCZ Vertex 3 Max IOPS 240GB SDD||

750GB SATA III HDD
PSU
FSP220-ABAN1 (100-240V 50-60Hz, manufactured by FSP Group)
Case
CLEVO P150HM
Cooling
Dual fans (one for GPU, one for CPU)
Keyboard
Laptop keyboard
Mouse
Logitech Performance Mouse MX
Internet Speed
6mbps (locally). Often less internationally, even with VPN.
Antivirus
Microsoft Security Essentials
Browser
Google Chrome

My Computer My Computer

At a glance

Windows 7 Ultimate X64 SP1Intel i5-2550K, Differing ~4.4-4.8GHz No buil...16GB G.Skill Sniper 1866MHz @ 2133MHz 2x8GBASUS GTX650TIB-DC2OC-2GD5, (650TI Boost)
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Home Built Desktop By DataTech
OS
Windows 7 Ultimate X64 SP1
CPU
Intel i5-2550K, Differing ~4.4-4.8GHz No built in GPU
Motherboard
ASUS P8Z68-V PRO/GEN3
Memory
16GB G.Skill Sniper 1866MHz @ 2133MHz 2x8GB
Graphics Card(s)
ASUS GTX650TIB-DC2OC-2GD5, (650TI Boost)
Sound Card
Onboard Realtek 5-1
Monitor(s) Displays
Samsung P2570HD
Screen Resolution
1920x1080
Hard Drives
Samsung 840 Pro 256GB SSD for OS, 500GB Seagate Constellation (Enterprise drive) for Data
PSU
Corsair HX650W
Case
Inwin Dragon Rider
Cooling
Hyper 212 EVO w/two Noctua fans, push-pull, @1300 RPM
Keyboard
E-Z Eyes, bright yellow keys with large characters
Mouse
steelseries SENSEI Laser Pro Gaming
Internet Speed
48-51Mbs Mbs down, 11 Mbs up Xfinity Cable
Antivirus
Norton Internet Security 2013
Browser
IE 10, Opera, Pale Moon if needed
Other Info
4 case fans, LG BluRay-RE, ASUS DVD-RW, Mr. Fusion power supply, 1.21 gigawatts.

My Computer My Computer

At a glance

Windows 7 Home Premium x64
Computer type
PC/Desktop
OS
Windows 7 Home Premium x64

My Computer My Computer

At a glance

W7 Pro SP1 64biti78GBIntel HD Graphics
Computer type
Laptop
Computer Manufacturer/Model Number
Employer provided Dell Latitude
OS
W7 Pro SP1 64bit
CPU
i7
Memory
8GB
Graphics Card(s)
Intel HD Graphics
Hard Drives
crappy SSD
Antivirus
Employer mandated Symantec Endpoint Protection
Browser
Pale Moon 64bit, IE11 64bit & Chrome 64bit
These lines of code should start and minimize that little tool:

Code:
Run("C:\FixMouseLMB.exe")
WinWait("Mouse fix is working...", "Double clicks fixed")
WinSetState("Mouse fix is working...", "", @SW_MINIMIZE)
You can change the path to the FixMouseLMB.exe file as needed.

If you want to try this:
install AutoIt3
create a text file on your desktop
paste in the code above (modify the path as desired)
rename the file extension from txt to au3
(you may need this http://www.sevenforums.com/tutorials/10570-file-extensions-hide-show.html)

Exit the FixMouseLMB if it is currently running.
Double click on the text file.
It should start the app, wait for the window, minimize the window.

If it works for you:
cut the text file from the desktop
paste it into the all users startup folder

If it does not work for you, let me know, there are a few more lines of code that can be added to slow it down and maybe make it work for you.

The other app can probably be handled the same way. The code for that app can be added below the code above.
 

My Computer My Computer

At a glance

W7 Pro SP1 64biti78GBIntel HD Graphics
Computer type
Laptop
Computer Manufacturer/Model Number
Employer provided Dell Latitude
OS
W7 Pro SP1 64bit
CPU
i7
Memory
8GB
Graphics Card(s)
Intel HD Graphics
Hard Drives
crappy SSD
Antivirus
Employer mandated Symantec Endpoint Protection
Browser
Pale Moon 64bit, IE11 64bit & Chrome 64bit
These lines of code should start and minimize that little tool:

Code:
Run("C:\FixMouseLMB.exe")
WinWait("Mouse fix is working...", "Double clicks fixed")
WinSetState("Mouse fix is working...", "", @SW_MINIMIZE)
You can change the path to the FixMouseLMB.exe file as needed.

If you want to try this:
install AutoIt3
create a text file on your desktop
paste in the code above (modify the path as desired)
rename the file extension from txt to au3
(you may need this http://www.sevenforums.com/tutorials/10570-file-extensions-hide-show.html)

Exit the FixMouseLMB if it is currently running.
Double click on the text file.
It should start the app, wait for the window, minimize the window.

If it works for you:
cut the text file from the desktop
paste it into the all users startup folder

If it does not work for you, let me know, there are a few more lines of code that can be added to slow it down and maybe make it work for you.

The other app can probably be handled the same way. The code for that app can be added below the code above.


Thanks for the excellent tip.
I tried as instructed, however, the app only minimized to the "taskbar" , instead of the system tray (notification area) as intended.
 

My Computer My Computer

At a glance

windows 7 x64
OS
windows 7 x64
Glad that you got it working.

Here is what I see with the original code,



If you end up doing much scripting, then you should install the editor from that same download page.
 

My Computer My Computer

At a glance

W7 Pro SP1 64biti78GBIntel HD Graphics
Computer type
Laptop
Computer Manufacturer/Model Number
Employer provided Dell Latitude
OS
W7 Pro SP1 64bit
CPU
i7
Memory
8GB
Graphics Card(s)
Intel HD Graphics
Hard Drives
crappy SSD
Antivirus
Employer mandated Symantec Endpoint Protection
Browser
Pale Moon 64bit, IE11 64bit & Chrome 64bit
actually it doesn't when I put the au3 file into the "startup" list for initial bootup..... :(
 

My Computer My Computer

At a glance

windows 7 x64
OS
windows 7 x64
Glad that you got it working.

Here is what I see with the original code,



If you end up doing much scripting, then you should install the editor from that same download page.

wow. your computer automatically minimize it! smart!
my windows 7 basic is not as smart to do that. the app just sits on the desktop and I need to click on "minimize (-) " everytime to put it to tray.
 

My Computer My Computer

At a glance

windows 7 x64
OS
windows 7 x64
I start a bunch of programs with the task scheduler. I gives you all the options you need.

In fact, I remove autostart from big programs that are not needed at OS startup, and I delay, minimize, etc. them through the task scheduler.

Good luck.

Sarris
 

My Computer My Computer

At a glance

Windows 7 Professional x64Intel I5 2320 @ 3.0 HHz32 GB DDR3Asus Nvidia 440 GT & Zotac Nvidia 610 GT
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Gateway DX4860
OS
Windows 7 Professional x64
CPU
Intel I5 2320 @ 3.0 HHz
Motherboard
Gateway / Acer
Memory
32 GB DDR3
Graphics Card(s)
Asus Nvidia 440 GT & Zotac Nvidia 610 GT
Sound Card
Realtek HDA
Monitor(s) Displays
(2) Asus VW246H 24" (16:9) & (1) Asus VB198 19" (4:3)
Screen Resolution
5120 Total x 1080
Hard Drives
WD 1.5 TB WD15EARX-22P
PSU
Basiq 650
Case
Gateway Tower
Cooling
(3) Case Fans
Keyboard
1. Saitek Eclipse 2. Focus FK8200
Mouse
Logitech M510
Internet Speed
90 mbps DL / 10 mbps UL (usually 110.5/11.5)
Antivirus
SuperAntiSpyware Pro, MalwareBytes Pro, MSE
Browser
1. Palemoon x64 2. IE 11
Other Info
USB 3.0 Card
You can try this code:

Code:
Opt("TrayIconDebug", 1)

Run("C:\FixMouseLMB.exe")
WinWait("Mouse fix", "Double clicks fixed", 100)

For $i = 0 To 100
    WinSetState("Mouse fix", "Double clicks fixed", @SW_MINIMIZE)
    Sleep(100)
    If Not WinExists("Mouse fix", "Double clicks fixed") Then ExitLoop
Next
It really should work from the start up folder, but when the computer is busy doing other start up tasks, the Mouse fix app is not ready to be minimized yet. Even with the code above, you may see the window appear, minimize and then reappear. Let me know if it does not work during a restart. There are a few other things that we can try... like a delayed start,



If you hide the window - does it show in the notification area? It does not show for me.
 
Last edited:

My Computer My Computer

At a glance

W7 Pro SP1 64biti78GBIntel HD Graphics
Computer type
Laptop
Computer Manufacturer/Model Number
Employer provided Dell Latitude
OS
W7 Pro SP1 64bit
CPU
i7
Memory
8GB
Graphics Card(s)
Intel HD Graphics
Hard Drives
crappy SSD
Antivirus
Employer mandated Symantec Endpoint Protection
Browser
Pale Moon 64bit, IE11 64bit & Chrome 64bit
Back
Top