microsoft/PowerToys

PowerVM - Informing user of # of in-use VMs

Open

#834 opened on Dec 2, 2019

View on GitHub
 (4 comments) (2 reactions) (0 assignees)C# (7,978 forks)batch import
Help WantedIdea-New PowerToy

Repository metrics

Stars
 (133,154 stars)
PR merge metrics
 (Avg merge 14d 20h) (117 merged PRs in 30d)

Description

There are a ton of PowerToys. This the first for VMs :)

@benpye has a great gist for a systemtray that tells a user for how many VMs are in use. https://gist.github.com/benpye/4d011e65abc4d9c585b8a59f877a2d29

Things to figure out

  • How we display this information to the user as PT will only have 1 system tray icon
  • As more things come in, how do we have sanity for settings and end user experience
  • Looks like the gist polls versus an event push for seeing if something is running
  • Can we make this expandable past Hyper-V

screenshots from Ben's prototype

EKXGwL9UwAA9sN8 EKXGwMjUUAA2BXH

Contributor guide