Windows 10 Need help with Powershell Script for easy access

  • Thread starter Thread starter Jackson_ツ
  • Start date Start date
J

Jackson_ツ

So I created a PowerShell command that let me change IPv6 off every time it went on again when I reboot my PC (Since I'm on Windows 10 Home, I can't find any method online in how to disable IPv6 permanently)
I need help in creating a script for command below ��:


Disable-NetAdapterBinding -Name "*" -ComponentID ms_tcpip6; netsh interface teredo set state disabled; netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled; netsh interface ipv6 isatap set state state=disabled; ipconfig /release6


Any help of what should the proper "script" form of this command be like?
(If you're wondering why I need to disable IPv6, it's because when I tried to use VPN... I can't connect when IPv6 is switched on -- and also my WiFi doesn't use IPv6)

Continue reading...
 
Back
Top