How to start Taskmanager on boot and minimized

b1544917

New Member
Messages
9
In Win8.1 I managed to have at boot a txt files and also minimized, but I can't do the same with Taskmanager.
I have both the shortcut in C:\Users\Utu\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
What I'm missing?
 

My Computer

System One

  • OS
    Win7 Ultimate
Create a text file with Notepad.
Enter this line in it : start /min taskmgr
Save it or rename the file as StartTM.bat (or anything you want as long as the extension is .bat)

You can either place this file directly in the startup directory you wrote above. Or create a shortcut linking to the .bat file.

It starts the TaskManager (taskmgr) and minimizes it just like you asked.

I've attached the batch file if you can't be bothered creating it by yourself.
 

Attachments

  • StartTM.bat
    18 bytes · Views: 133

My Computer

System One

  • OS
    Windows 8.1 (x64)
    Computer type
    PC/Desktop
Or, you can simply create a shortcut to TM on your desktop, then drag and drop the shortcut into your Start menu's Startup folder. No need to mess with notepad or .bat files.

  1. Right-click on a blank space on your desktop, and select New > Shortcut,
  2. In the location text box, enter: taskmgr and click Next,
  3. Type/edit the name for this shortcut and click Finish.
  4. Right-click on the shortcut and select Properties, then in the Run section, change it to Minimized, then click OK.
  5. Drag and Drop or Cut and Paste the shortcut into the Startup folder.
And you are done. Next time you boot, TM will start and minimize to your System Tray/Notification Area. Note, it may be hide so you may need to click the little up arrow to view hidden icons and from there, you can change how it is displayed.
 

My Computer

System One

  • OS
    W10 Pro
    Computer type
    PC/Desktop
Curious why you would want to do this?
 

My Computer

System One

  • OS
    Windows 10 Pro X64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Lenovo IdeaCenter K450
    CPU
    Intel Quad Core i7-4770 @ 3.4Ghz
    Motherboard
    Lenovo
    Memory
    16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
    Graphics Card(s)
    Intel Integrated HD Graphics
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    HP h2207
    Screen Resolution
    1680x1050@59Hz
    Hard Drives
    250GB Samsung EVO SATA-3 SSD;
    2TB Seagate ST2000DM001 SATA-2;
    1.5TB Seagate ST3150041AS SATA
    PSU
    500W
    Keyboard
    Wired USB
    Mouse
    Wired USB
    Internet Speed
    3GB Up, 30GB Down
    Browser
    SeaMonkey
    Antivirus
    Windows Defender; MBAM Pro
    Other Info
    UEFI/GPT
    PLDS DVD-RW DH16AERSH
I tried all the options and it works only the one with the .bat, but it doesn't put TM in tray as when I minimize it myself (I have the 'minimize in tray' option) but it remains minimized and visible on the bar (by the way in Win7 it worked flawlessly).
@Ztruker
I always want to know if the CPU is somewhat high and look also at some history of it in the graphs.
 

My Computer

System One

  • OS
    Win7 Ultimate

My Computer

System One

  • OS
    Win 8.1.1 Pro x64
    Computer type
    Laptop
    System Manufacturer/Model
    Lenovo E525
    CPU
    AMD A4-3300M @ 2,0GHz
    Memory
    6GB DDR3 1333MHz
    Graphics Card(s)
    AMD Radeon HD 6480G 512MB shared
    Sound Card
    Creative Sound Blaster X-Fi Surround 5.1
    Screen Resolution
    1366x768
    Hard Drives
    WD 465GB
    Cooling
    Fusion Tweaker
    Keyboard
    Logitech K360
    Mouse
    Logitech M705
    Internet Speed
    50/50 MBps
    Browser
    Yandex
    Antivirus
    No AV & No Firewall
    Other Info
    Headphones: Sennheiser RS170
Solved for Windows 10; Probably also works for Windows 8

In Windows 7, I could easily start Task Manager at login by simply placing a shortcut to taskmgr.exe in my Startup folder and configuring the shortcut to start the program minimized. This method does not work in Windows 10 and I suspect it does not work in Windows 8/8.1 either (I no longer have Windows 8 or 8.1).

What I wanted is to have Task Manager start minimized automatically at login and to be placed in the System Tray without showing up on the Task Bar.

To solve this problem, I created a short custom Auto Hot Key (AHK) script, compiled it and placed a shortcut to the compiled script in my Startup folder.

In Task Manager, it is also important to enable the option to "Hide When Minimized".

I have attached a zip file to this post; it contains the source AHK script and the compiled version (.exe). You only really need the compiled version (.exe). The source AHK script is only needed if you want to make your own modifications (you will then also need to get the Auto Hot Key program itself and/or SciTE4AutoHotkey [highly recommended if you are going to work with AHK scripts]).

Let me know how this works for you.
 

Attachments

  • StartTaskManagerAndHide.zip
    370.2 KB · Views: 129

My Computer

System One

  • OS
    windows 10, windows 7, Linux Mint
    Computer type
    PC/Desktop
Back
Top