Page 2 of 2

Re: Disable all Dev.Man. power management via powershell script

Posted: 09 Feb 2024, 06:33
by Slender
eropsy wrote:
09 Feb 2024, 06:32
Slender wrote:
09 Feb 2024, 06:29
eropsy wrote:
09 Feb 2024, 06:28
Slender wrote:
09 Feb 2024, 05:01


...
mb wrong read. another question is, if you have intel board, how you dont have 'intel me' in device manager
because i dont have any chipset, bro
how?
im install system via ventoy (revi os config, it disables any updates when install) after that im apply AME setup
you can find all info on official revios site (and windows download links, but im recommend download ISO from official ms site)

Re: Disable all Dev.Man. power management via powershell script

Posted: 09 Feb 2024, 06:34
by eropsy
Slender wrote:
09 Feb 2024, 06:33
eropsy wrote:
09 Feb 2024, 06:32
Slender wrote:
09 Feb 2024, 06:29
eropsy wrote:
09 Feb 2024, 06:28

mb wrong read. another question is, if you have intel board, how you dont have 'intel me' in device manager
because i dont have any chipset, bro
how?
im install system via ventoy (revi os config, it disables any updates when install) after that im apply AME setup
oh, ok. thanks

Re: Disable all Dev.Man. power management via powershell script

Posted: 14 Feb 2024, 13:31
by Yagami

Code: Select all

Get-CimInstance -ClassName MSPower_DeviceEnable -Namespace root/WMI |
Set-CimInstance -Property @{Enable = $true}
Should anyone need to revert this, use the above command. For some reason, I've been experiencing significant FPS drops in certain games.

Re: Disable all Dev.Man. power management via powershell script

Posted: 16 Feb 2024, 17:04
by Slender
Yagami wrote:
14 Feb 2024, 13:31

Code: Select all

Get-CimInstance -ClassName MSPower_DeviceEnable -Namespace root/WMI |
Set-CimInstance -Property @{Enable = $true}
Should anyone need to revert this, use the above command. For some reason, I've been experiencing significant FPS drops in certain games.
show me your dev.man. page