You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set-Location '~\OneDrive\Desktop\some random projects' | python3 '.\Login to hku linux.py'
# replace '~\OneDrive\Desktop\some random projects' with the file path to your .py file
# should run [Set-ExecutionPolicy RemoteSigned] on command prompt as powershell files are disabled by default
# read for more info on running powershell scripts https://shellgeek.com/powershell-fix-running-scripts-is-disabled-on-this-system/#:~:text=While%20running%20PowerShell%20script%2C%20if,t%20allow%20to%20run%20script.&text=PowerShell%20has%20built%2Din%20security%20features%20implemented.