You can use a cmd command like:
rundll32.exe User32.dll,LockWorkStation
How to implement it in your skin depends on the design of your skin. We need more information (like your skin's code) to be able to help.
However you can use it on any mouse action like:
LeftMouseUpAction=[rundll32.exe User32.dll,LockWorkStation]
Or in the same way on any other rainmeter action like
ifTrueAction=[rundll32.exe User32.dll,LockWorkStation]
rundll32.exe User32.dll,LockWorkStation
How to implement it in your skin depends on the design of your skin. We need more information (like your skin's code) to be able to help.
However you can use it on any mouse action like:
LeftMouseUpAction=[rundll32.exe User32.dll,LockWorkStation]
Or in the same way on any other rainmeter action like
ifTrueAction=[rundll32.exe User32.dll,LockWorkStation]
Statistics: Posted by RicardoTM — Today, 10:01 am