Last active
August 9, 2022 20:10
-
-
Save hayleyxyz/68d9e200a181d42c99609fde96d7c96e to your computer and use it in GitHub Desktop.
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 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\Open with ILSpy] | |
"Icon"="\"C:\\Users\\hayley\\Projects\\ILSpy\\ILSpy\\bin\\Release\\net6.0-windows\\ILSpy.exe\",0" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\Open with ILSpy\Command] | |
@="\"C:\\Users\\hayley\\Projects\\ILSpy\\ILSpy\\bin\\Release\\net6.0-windows\\ILSpy.exe\" \"%1\"" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\dllfile\shell\Open with ILSpy] | |
"Icon"="\"C:\\Users\\hayley\\Projects\\ILSpy\\ILSpy\\bin\\Release\\net6.0-windows\\ILSpy.exe\",0" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\dllfile\shell\Open with ILSpy\Command] | |
@="\"C:\\Users\\hayley\\Projects\\ILSpy\\ILSpy\\bin\\Release\\net6.0-windows\\ILSpy.exe\" \"%1\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment