Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Submitted by thebig1825 on June 10, 2018

New Paste 1 (Delphi)

[run]                                         
Filename: "{app}\LBCPUMon.exe"; Parameters: "--install"; Flags: runhidden
Filename: "sc"; Parameters: "create ""LBCPUMon"" start= auto binPath= ""{app}\LBCPUMon.exe"""; Flags: runhidden
Filename: "sc"; Parameters: "start""LBCPUMon""; Flags: runhidden

[UninstallRun]
Filename: {app}\LBCPUMon.exe; Parameters: "--uninstall"; Flags: runhidden
Filename: "sc"; Parameters: "stop ""LBCPUMon""; Flags: runhidden
Filename: "sc"; Parameters: "delete ""LBCPUMon""; Flags: runhidden