Skip to content

Instantly share code, notes, and snippets.

@TLMcode
Created August 10, 2013 03:21
Show Gist options
  • Save TLMcode/6198903 to your computer and use it in GitHub Desktop.
Save TLMcode/6198903 to your computer and use it in GitHub Desktop.
Gui Add, ActiveX, xm w600 h300 vSysMon, Sysmon.3
SysMon.ShowValueBar := "True"
SysMon.Counters.Add("\Process(*)\% Processor Time")
; SysMon.GraphTitle := "System Performance Overview"
; SysMon.Counters.Item(1).Width := 8
Gui Show
Return
GuiClose:
ExitApp
; JUST A TEST PEOPLE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment