Launch PowerShell scripts based on file associations.
File associations are stored within the fileAssociations.ps1
file within the configuration directory. You can use the New-PSUFileAssociation
cmdlet to define associations directly.
By default, you'll need to include the script to run and the extension to associate with it.
By default, you can use the $File
parameter within your script to access the full path to the file that caused the file association to trigger.