Skip to content

Instantly share code, notes, and snippets.

@EngineerSmith
Created November 15, 2021 21:56
Show Gist options
  • Save EngineerSmith/e62bb8870447298be09298a2cc7ddac0 to your computer and use it in GitHub Desktop.
Save EngineerSmith/e62bb8870447298be09298a2cc7ddac0 to your computer and use it in GitHub Desktop.
Add .lua to File Explorer context menu in windows 10
Windows Registry Editor Version 5.00
; new file type
[HKEY_CLASSES_ROOT\.lua]
@="lua"
; template
[HKEY_CLASSES_ROOT\.lua\ShellNew]
"FileName"=""
; file type name
[HKEY_CLASSES_ROOT\lua]
@="Lua file"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment