Created
October 16, 2024 09:14
-
-
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
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
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