3
1
2
39
168
148
15
在windows中,系统为我们准备了6个电源icon的右键菜单。 具体实现可以进行在注册表中添加值实现。 具体位置如下: HKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows\CurrentVersion\Applets\SysTray\BattMeter\ContextMenu\%d 附上C#例子 using Microsoft.Win32; const ...