Hi,
With the following code, there is no effect after execution
Using the following link function, the execution can be successful
https://github.com/DanysysTeam/PS-SFTA
Macro Macro12
With the following code, there is no effect after execution
Using the following link function, the execution can be successful
https://github.com/DanysysTeam/PS-SFTA
$e = "C:\Program Files\SAPIEN Technologies, Inc\PowerShell Studio 2022\PowerShell Studio.exe"
Register-FTA -ProgramPath $e -Extension .ps1 -Icon "$e, 0"
Macro Macro12