Skip to content

Instantly share code, notes, and snippets.

@DipandaAser
Created October 16, 2024 09:14
Show Gist options
  • Save DipandaAser/4ba81c867093566f9b8fc640269b8a02 to your computer and use it in GitHub Desktop.
Save DipandaAser/4ba81c867093566f9b8fc640269b8a02 to your computer and use it in GitHub Desktop.
Get an absolute path of a process on windows. Can be usefull to loate apps installed on microsoft store
Get-Process "Process Name" | Format-List Path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment