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
Add-Content -Path "$env:windir\System32\drivers\etc\hosts" -Value "`n192.168.0.1 weownyourazure.net" -Force; | |
Get-Content -Path "$env:windir\System32\drivers\etc\hosts" |
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
New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name "DisableLoopbackCheck" -value "1" -PropertyType DWord |
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
# OneBit Software, Radi Atanassov | |
[System.Security.Policy.Zone]::CreateFromUrl("http://url.com:5000") |
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
# OneBit Software, Radi Atanassov | |
# Make sure you change the Path | |
Get-ChildItem -Path . -Include obj,node_modules,bin -Recurse | Remove-Item -Force -Recurse |