Skip to content

Instantly share code, notes, and snippets.

@ahbanavi
Created February 9, 2021 15:41
Show Gist options
  • Save ahbanavi/fe3198e10f725bfdcea07ca6f3348f67 to your computer and use it in GitHub Desktop.
Save ahbanavi/fe3198e10f725bfdcea07ca6f3348f67 to your computer and use it in GitHub Desktop.
Run apps through network Interface
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\exefile\shell\ForceBindIP]
@="Run through INTERFACE_NAME"
[HKEY_CLASSES_ROOT\exefile\shell\ForceBindIP\command]
@="C:\\Program Files (x86)\\ForceBindIP\\ForceBindIP64.exe -i {INTERFACE_GUID} \"%l\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment