It is currently April 19th, 2024, 2:01 am

How to launch notification center from a Rainmeter skin?

Get help with creating, editing & fixing problems with skins
Lamenter666
Posts: 5
Joined: February 25th, 2021, 11:41 am

Re: How to launch notification center from a Rainmeter skin?

Post by Lamenter666 »

jsmorley wrote: February 25th, 2021, 12:50 pm Get nircmd from:

http://www.nirsoft.net/utils/nircmd.html
http://www.nirsoft.net/utils/nircmd.zip

Then put nircmd in a folder under the skin, I recommend @Resources\nircmd\

Then use something like this:

Code: Select all

[MeterExample]
Meter=String
FontSize=13
FontWeight=400
FontColor=255,255,255,255
SolidColor=47,47,47,255
Padding=5,5,5,5
AntiAlias=1
Text=Action Center
LeftMouseUpAction=["#@#nircmd\nircmd.exe" SendKeyPress lwin+A"]

That will open the Windows Action Center when clicked.
Absolutely perfect! Thanks so much!