https://github.com/radad/cmdstartup
Setup your cmd.exe for autorun
https://github.com/radad/cmdstartup
appveyor autorun cmd console windows
Last synced: 9 months ago
JSON representation
Setup your cmd.exe for autorun
- Host: GitHub
- URL: https://github.com/radad/cmdstartup
- Owner: RadAd
- Created: 2021-11-12T02:59:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T05:56:39.000Z (about 1 year ago)
- Last Synced: 2025-06-12T22:32:59.964Z (about 1 year ago)
- Topics: appveyor, autorun, cmd, console, windows
- Language: Inno Setup
- Homepage:
- Size: 77.1 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CmdStartup
==========
Setup your `cmd.exe` for autorun.

[](https://github.com/RadAd/CmdStartup/releases/latest)
[](https://github.com/RadAd/CmdStartup/releases/latest)
[](commits/master)
[](https://ci.appveyor.com/project/RadAd/CmdStartup)
Details
-------
`Cmd.exe` can be configured to use a startup script. This is set in the following registry entry:
`HKCU\Software\Microsoft\Command Processor\Autorun`. This installer sets up that entry for you.
Install
-------
[CmdStartupSetup.exe](https://github.com/RadAd/CmdStartup/releases/latest/download/CmdStartupSetup.exe)
From command line:
```
curl -L -O https://github.com/RadAd/CmdStartup/releases/latest/download/CmdStartupSetup.exe && start "" /Wait CmdStartupSetup.exe && del CmdStartupSetup.exe
```