startup-creator
Simple program written in c++, for you to place your programs at windows startup.
💻
Requirements
- Latest
Mingw-64
orMingw-32
installed. - Windows
8
or higher.
Windows only!
releases
if you want to compile it yourself find these steps, else, binarie it's in the
📲
Configuring
- Change line
#define STARTUP_FOLDER "C:\\Users\\USERNAME\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\\ARQUIVE.bat"
to this example
#define STARTUP_FOLDER "C:\\Users\\diobrando\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\\ARQUIVE.bat"
☕
Compile
- You can use
g++
orgcc
gcc startup.cpp -o startup
or
g++ startup.cpp -o startup
If response is like this:
"gcc" is not recognized as an internal or external command
You need Add clang in your windows environment
.
Follow this link.
🤝
Contributors.
![]() Dio Brando |