Skip to content

Instantly share code, notes, and snippets.

@leveled
Created February 4, 2021 17:59
Show Gist options
  • Save leveled/506ba7eab629e3758f75cc97b30eaaaf to your computer and use it in GitHub Desktop.
Save leveled/506ba7eab629e3758f75cc97b30eaaaf to your computer and use it in GitHub Desktop.
Get Location of Service Binary on windows
reg query "HKLM\System\CurrentControlSet\Services\<serviceName>" /v "ImagePath"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment