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
For security reasons, in case you share the computer with other users, use: PowerShell:
Set-ExecutionPolicy -Scope CurrentUser Unrestricted
No need for Admin privileges.