Skip to content

Instantly share code, notes, and snippets.

@gothburz
Created April 24, 2024 13:00
Show Gist options
  • Save gothburz/92d14c8d8277975567376d879280ebd2 to your computer and use it in GitHub Desktop.
Save gothburz/92d14c8d8277975567376d879280ebd2 to your computer and use it in GitHub Desktop.
Enumerates file extensions in the HKEY_CLASSES_ROOT hive from the Windows Registry
Get-ChildItem -Path Registry::HKEY_CLASSES_ROOT\.* -ErrorAction SilentlyContinue | Out-GridView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment