Created
November 15, 2021 21:56
-
-
Save EngineerSmith/e62bb8870447298be09298a2cc7ddac0 to your computer and use it in GitHub Desktop.
Add .lua to File Explorer context menu in windows 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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