31290
31290

Reputation: 45

How to open Power Options > System Settings with cmd / Powershell, or other

After looking over the Internet for days now, I have no other choices that ask you my question.

How can I open, with cmd / run / powershell (or whatever) the followong control panel:

Choose what closing the lid does

I know how to enter powercfg.cpl but I'm stuck opening it to get there:

Lid Options

I also know this is possible to change power plans with cmd but this is not how I must do that.

Many thanks in advance and have a great day :D

Upvotes: 3

Views: 7204

Answers (2)

Miroslav Adamec
Miroslav Adamec

Reputation: 1138

Find registry, that hanles this and modify/distribute it with powershell.

Upvotes: -1

Loïc MICHEL
Loïc MICHEL

Reputation: 26170

%windir%\system32\control.exe /name Microsoft.PowerOptions /page  pageGlobalSettings

See this page for Canonical Names of Control Panel Items

Upvotes: 5

Related Questions