Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

WindowsHostsEditor

  • Run PowerShell as administrator
$Script = irm https://raw.githubusercontent.com/Meokj/WindowsHostsEditor/main/HostsEditor.ps1
$ScriptBlock = [ScriptBlock]::Create($Script)
& $ScriptBlock

Tip

If you are unable to execute the above command, Temporarily bypass the execution policy (current window only)

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages