isodate.exe is a simple AutoHotKey script to insert the date when you press F3.
For instance, pressing F3 will insert something like:
2024-03-25
F3::
{
Send FormatTime( , "yyyy-MM-dd") . " "
}
To automatically run this program when the computer starts, just type Windows + R and enter this folder:
shell:startup
In this folder, put a shortcut to where you have saved the isodate.exe file.