cub1con / PowerPlanNotifyicon

Easy control of your powerschemes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerPlanNotifyicon

It lets you easily control all of your existing power schemes.

If you want to build it yourself and you need UTF-8:

Replace in "PPProcess.cs"

  • 'proc.StartInfo.StandardOutputEncoding = Encoding.GetEncoding(850);'

with

  • 'proc.StartInfo.StandardOutputEncoding = Encoding.GetEncoding(65001);'

About

Easy control of your powerschemes.


Languages

Language:C# 100.0%