Skip to content

Panel UHD/FHD mode switch #2485

Answered by seerge
raraavis1337 asked this question in Q&A
Apr 23, 2024 · 6 comments · 9 replies
Discussion options

You must be logged in to vote

@raraavis1337 ok, thanks

Do I understand correctly that to actually change Resolution/Refresh rate AC required restart ?

Can you run following command in powershell as admin :

Invoke-CimMethod (Get-CimInstance -Namespace root/wmi -ClassName AsusAtkWmi_WMNB) -MethodName DSTS -Arguments @{Device_ID=0x0005001C}

And check what it outputs ? it should return UHD / FHD switch status

Then to do actual switch run in powershell as admin :

Invoke-CimMethod (Get-CimInstance -Namespace root/wmi -ClassName AsusAtkWmi_WMNB) -MethodName DEVS -Arguments @{Device_ID=0x0005001C; Control_status=1}

and Restart

Then run

Invoke-CimMethod (Get-CimInstance -Namespace root/wmi -ClassName AsusAtkWmi_WMNB) -Method…

Replies: 6 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@seerge
Comment options

@raraavis1337
Comment options

@seerge
Comment options

Answer selected by raraavis1337
Comment options

You must be logged in to vote
3 replies
@seerge
Comment options

@seerge
Comment options

@raraavis1337
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@seerge
Comment options

@raraavis1337
Comment options

Comment options

You must be logged in to vote
1 reply
@seerge
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants