Unfortunately, I don't think you can do this with MSI Center, but you should be able to control the
Windows Power Plans by using the
powercfg commands, and you can use an app called
FanControl to switch fan profiles. Using these options, you can just close MSI Center completely unless you absolutely need it for something else. Just remember it's not a good idea to run multiple hardware monitoring/control apps at the same time, as they can conflict with each other.
I have macros on my keyboard to switch power plans.
For example, my macro to switch to the Ryzen Balanced plan:
1. Tap
Win+R
2. Type
powercfg -s 9897998c-92de-4669-853f-b7cd3ecb2790
3. Tap
ENTER
Of course, if you don't have macro capabilities, you can make batch files & then run them with shortcuts and even create hotkeys for those-
-Create a batch file like so:
1. Run
CMD as Admin and type the following to list your
Windows Power Plans:
powercfg /list
2. Copy the
Power Scheme GUID for the profile you want (only the long string of numbers is necessary).
3. Create a new text file with the name of the Power Plan you want to switch to.
Type in the following:
@Echo off
powercfg -s (Paste in the GUID of the Scheme you copied from Step 2)
4. Save & close the text file.
5. Change the text file extension from
".txt" to
".bat"
-To create a shortcut to run the batch file(s):
1. Place the batch file(s) wherever you'd like. (I place them in "C:\Program Files\Power Profiles")
2. Right click the individual batch file(s) and select
"Create Shortcut" (Place the shortcut(s) wherever).
-If you want to run them with a Shortcut key instead of clicking on them:
1. Right click the shortcut(s) and select
"Properties".
2. In the
"Shortcut" tab, click the field next to
"Shortcut key" and type in the key combo you want to use to run it. (Make sure not to overwrite any important shortcut keys that may already be in use by Windows, etc.)
As for controlling fans, you can check out the
FanControl app here:
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows. - Rem0o/FanControl.Releases
github.com
Then you can use the following to switch FanControl Profiles:
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows. - Rem0o/FanControl.Releases
github.com
If FanControl isn't compatible with your particular PC, then you might have to stick with BIOS fan control settings.