Hello, world! This is my first PUSH to Github.
If you encounter the error message "File cannot be loaded because running scripts is disabled on this system".
To bypass the script execution policy temporarily, open PowerShell as an administrator and run the following command:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
To permanently bypass the script execution policy, open PowerShell as an administrator and run the following command.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned