Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Wifi or net speed meter #13902

Closed
SohelIslamImran opened this issue Oct 19, 2021 · 6 comments
Closed

Feature: Wifi or net speed meter #13902

SohelIslamImran opened this issue Oct 19, 2021 · 6 comments
Labels
Idea-New PowerToy Suggestion for a PowerToy Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@SohelIslamImran
Copy link

Description of the new feature / enhancement

Please add a Wifi or net speed meter feature.

Scenario when this would be used?

It will be great for monitoring our net speed.

Supporting information

No response

@SohelIslamImran SohelIslamImran added the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Oct 19, 2021
@Aaron-Junker
Copy link
Collaborator

Issue is a duplicate

Thank you for your issue! We've linked your report against another issue #828

Thanks for helping us to make PowerToys a better piece of software.

@Aaron-Junker
Copy link
Collaborator

Duplicate of #828

@Aaron-Junker Aaron-Junker marked this as a duplicate of #828 Oct 19, 2021
@Aaron-Junker Aaron-Junker added Idea-New PowerToy Suggestion for a PowerToy Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. labels Oct 19, 2021
@SohelIslamImran
Copy link
Author

Will you add this feature?

@franky920920
Copy link
Contributor

@SohelIslamImran Currently there's no plan to add it. Even if we wanted to add it we need someone who wants to work on this.

Originally posted by @Aaron-Junker in #828 (comment)

@crutkas crutkas closed this as completed Nov 3, 2021
@crutkas
Copy link
Member

crutkas commented Nov 3, 2021

This isn't currently on our roadmap but if you feel you'd like to help out building the feature, happy to discuss further in the issue #828

@crutkas crutkas removed the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Nov 3, 2021
@Suleman-Elahi
Copy link

@echo off
netsh wlan show interfaces |find "Receive"
netsh wlan show interfaces |find "Transmit"
pause Done

Just have to show output of this bat. How hard that can be ? 🥲🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Idea-New PowerToy Suggestion for a PowerToy Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

5 participants