PowershellRM
Last updated
Was this helpful?
Last updated
Was this helpful?
Execute a script file or just couple lines of Powershell right in Rainmeter, natively. Results of invocation will be measure value and be updated along with skin update.
Download rmskin package, with example skins and plugin bundled.
or Download dll zip package and extract the dll corresponding to your Windows platform to %appdata%\Rainmeter\Plugins
.
.NET Framework 4.5 or later.
PowerShell 3.0 or later.
Default PowerShell shipped in Windows 7 is 2.0. If you're not sure which version you have or upgraded, open PowerShell CLI and run
If value returned is 2
, download and upgrade newest PowerShell here:
There are 2 ways to input your script:
Line
options:Last output object will be this measure value.
In this script file, you need to define function Update
with no parameter.
Update
function is called every time skin updating and whatever it returning will be this measure value.
For more example usage, check out