Skip to content

Instantly share code, notes, and snippets.

@hayleyxyz
Last active August 9, 2022 20:10
Show Gist options
  • Save hayleyxyz/68d9e200a181d42c99609fde96d7c96e to your computer and use it in GitHub Desktop.
Save hayleyxyz/68d9e200a181d42c99609fde96d7c96e to your computer and use it in GitHub Desktop.
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