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

Show Refresh Rate #116

Open
KaranKad opened this issue Nov 29, 2021 · 1 comment
Open

Show Refresh Rate #116

KaranKad opened this issue Nov 29, 2021 · 1 comment

Comments

@KaranKad
Copy link

KaranKad commented Nov 29, 2021

Command to get current refresh rate of display
Get-CimInstance -ClassName Win32_VideoController | Select-Object -Property CurrentRefreshRate

$refreshrate = (Get-CimInstance -ClassName Win32_VideoController -Property CurrentRefreshRate -CimSession $cimSession).CurrentRefreshRate

I'm wondering if we should show refresh rate with resolution or as a different option, Also I don't know how it will work with multi monitor setup

With resolution

image

As a different option

image

@rashil2000
Copy link
Member

Would you like to send a PR?

We can have a flag that controls whether refresh rate should be shown along with resolution. Also, please explore how to get the info for multiple monitors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants