Skip to content

Instantly share code, notes, and snippets.

@langheran
Created July 31, 2024 01:05
Show Gist options
  • Save langheran/f8a5e8e5e2139d0f70c14b8c62109338 to your computer and use it in GitHub Desktop.
Save langheran/f8a5e8e5e2139d0f70c14b8c62109338 to your computer and use it in GitHub Desktop.
C:\Users\NisimHurst\Utilities\Autohotkey\SetFolderTimestampToNewestFile\SetFolderTimestampToNewestFile.reg
REGEDIT4
[HKEY_CLASSES_ROOT\Directory\shell\Adjust Timestamp]
[HKEY_CLASSES_ROOT\Directory\shell\Adjust Timestamp\command]
;@="\"c:\\Program Files\\AutoHotkey\\AutoHotkey.exe\" \"x:\\AutoHotkey\\SetFolderTimestampToNewestFile.ahk\" \"%1\""
;If the script is compiled:
@="\"C:\\Users\\NisimHurst\\Utilities\\Autohotkey\\SetFolderTimestampToNewestFile\\SetFolderTimestampToNewestFile.exe\" \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment