Inside of visual studio code, I\'m trying to execute a script.bat from the command line, but I\'m getting the following error:
File C:\\Theses_Repo\\t
Face the same issue and this works for me. open PowerShell as Administrator and paste this.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser