An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

CmdStartup
==========

Setup your `cmd.exe` for autorun.

![Windows](https://img.shields.io/badge/platform-Windows-blue.svg)
[![Downloads](https://img.shields.io/github/downloads/RadAd/CmdStartup/total.svg)](https://github.com/RadAd/CmdStartup/releases/latest)
[![Releases](https://img.shields.io/github/release/RadAd/CmdStartup.svg)](https://github.com/RadAd/CmdStartup/releases/latest)
[![commits-since](https://img.shields.io/github/commits-since/RadAd/CmdStartup/latest.svg)](commits/master)
[![Build](https://img.shields.io/appveyor/ci/RadAd/CmdStartup.svg)](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
```