Winget
- Installation (Choose one method. Using
winget
facilitates subsequent installations)- Preinstalled in
Windows 11
- Microsoft Store
- GitHub Release
- Preinstalled in
- Verify installation:
C:\Users\seth-shi>winget --version
v1.6.3482
Windows Terminal
- Install:
winget install -e --id Microsoft.WindowsTerminal
- Configure fullscreen startup as shown:
1.png
NTop
- Install:
winget install -e --id gsass1.NTop
- Launch:
ntop -s "mem"
(See documentation at https://github.com/gsass1/NTop for more parameters)2.png
Task Scheduler
- Press
Win+R
, typetaskschd.msc
to open Task Scheduler - Configuration
- Create Basic Task
- Trigger: At system startup
- Action: Start a program
- Launch parameters:
wt --pos=1000 ntop -s "mem"
wt
launches Windows Terminal--pos
positions window on secondary screen (omit for single display setups)