# Enable Powershell scripts
Set-ExecutionPolicy RemoteSigned
# Set home directory
Test-Path $profile
New-Item -path $profile -type file -force
Notepad $profile
# In profile init script, permaset home folder and any other
# evil AI components that might need to be running
"========================================="
"= ="
"= Welcome Overlord ="
"= ="
"= Awaiting Your Instructions ="
"= ="
"========================================="
$homeFolder = "C:\Users\***Username***\Documents\WindowsPowershell"
Set-Location $homeFolder