set-executionpolicy unrestricted -scope process; & "$env:USERPROFILE\Downloads\autopilot.ps1"
Running untrusted commands from the internet is not a good practice. Ensure that you trust the source before executing any scripts or commands.
set-executionpolicy unrestricted -scope process; iwr https://autopilot.bouvet.no/autopilot.ps1 -usebasicparsing | iex