Skip to content

Instantly share code, notes, and snippets.

@cdonnellytx
cdonnellytx / Find-ElectronApplication.ps1
Created October 3, 2023 16:19
Find all apps using Electron and their versions, on Windows systems
#!/usr/bin/env -S pwsh -NoProfile
#Requires -Version 7
<#
.SYNOPSIS
Finds all applications using Electron.
.DESCRIPTION
Finds all applications using Electron for the given paths.