Jellyfin-Potplayer
Jellyfin-Potplayer copied to clipboard
Potplayer just won't start
Can't open any file with Potplayer, until I realize it might be some problem with Powershell Execution Policy
Run PowerShell as administrator
get-ExecutionPolicy
It's probably "Restricted" if you're having the same problem as mine, if so, just change it
set-ExecutionPolicy RemoteSigned
Voila, all set, enjoy
Thank you for the advice! I will add it to the readme file.