- Run PowerShell as administrator
$Script = irm https://raw.githubusercontent.com/Meokj/WindowsHostsEditor/main/HostsEditor.ps1
$ScriptBlock = [ScriptBlock]::Create($Script)
& $ScriptBlockTip
If you are unable to execute the above command, Temporarily bypass the execution policy (current window only)
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass