Skip to content

A utility for automatic creation Autorun files, as well as quickly moving to the main locations of Autorun entries for manual modification.

License

Notifications You must be signed in to change notification settings

smyhlin/Anyfile-Autorun-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anyfile-Autorun-Creator


A utility for automatic creation Autorun files, as well as quickly moving to the main locations of Autorun entries for manual modification.

Features:

✅ So far only for Windows

✅ Adding startup entries to the autorun folder:
Win + R shell:startup

✅ Adding startup entries to the registry

✅ Adding startup entries to the Task Scheduler

✅ Quick transition to all kinds of autorun places:

  • Task Scheduler
  • HKEY_LOCAL_MACHINE\...\Run
  • HKEY_CURRENT_USER\...\Run
  • HKEY_CURRENT_USER\...\RunOnce
  • HKEY_LOCAL_MACHINE\...\RunOnce

Dark Mode:

Light Mode:

Run/Build Instructions:

first install requirements.txt with pip

> pip install -r requirements.txt

Next, you can run autorun.py

Or build the .exe file with the following command:

> pip install pyinstaller
> pyinstaller -F --onefile --noconsole ^
--clean --icon="customtkinter\assets\icon.ico" ^
--add-data=customtkinter;customtkinter "autorun.py"

The executable will be created in dist directory

Or you can just download already built executable here

ToDo:

TODO

Telegram Support:

ME

LICENSE

  • GPLv3

About

A utility for automatic creation Autorun files, as well as quickly moving to the main locations of Autorun entries for manual modification.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages