Skip to content

Instantly share code, notes, and snippets.

@parsiya
Last active November 9, 2017 03:55
Show Gist options
  • Save parsiya/423b289016de056671ed6af58e364b99 to your computer and use it in GitHub Desktop.
Save parsiya/423b289016de056671ed6af58e364b99 to your computer and use it in GitHub Desktop.
# notepad does not have an entry
$ Test-Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\notepad.exe"
False
# chrome does
$ Test-Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\chrome.exe"
True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment