Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FileTypeRegister No effect
#1
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
 
Code:
Copy      Help
$e = "C:\Program Files\SAPIEN Technologies, Inc\PowerShell Studio 2022\PowerShell Studio.exe"
Register-FTA -ProgramPath $e -Extension .ps1 -Icon "$e, 0"


Macro Macro12
Code:
Copy      Help
str e="C:\Program Files\SAPIEN Technologies, Inc\PowerShell Studio 2022\PowerShell Studio.exe"
FileTypeRegister "ps1" "ps" "Powershell File Editer" F"{e},0" F"{e} ''%1''"


Messages In This Thread
FileTypeRegister No effect - by Davider - 10-30-2022, 03:38 AM
RE: FileTypeRegister No effect - by Gintaras - 10-30-2022, 06:45 AM
RE: FileTypeRegister No effect - by Davider - 10-30-2022, 11:16 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)