Last active
April 6, 2020 04:58
-
-
Save bradbrowne/e5bf7b96dfa03de0f5a61a42aa813498 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set-location "HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings" | |
set-location ZoneMap\Domains new-item BRAD-SERVER | |
set-location BRAD-SERVER | |
new-itemproperty . -Name http -Value 2 -Type DWORD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment