R
RushGM-8863
in windows 11: i wanna create three shortcuts. one which will set the dns to automatic. two will set it to cloudflare's 1.1.1.1.: ipv4 = (1.1.1.1, alt=1.0.0.1), ipv6=(2606:4700:4700::1111, alt=2606:4700:4700::1001). and three will set it to google dns: ipv4(8.8.8.8, alt=8.8.4.4), ipv6=(2001:4860:4860::8888,alt=2001:4860:4860::8844). I set them manually everytime from settings of windows 11. is there any way we can create these shortcuts. Maybe using python. or maybe using .cmd file. or maybe .bat file. or maybe a powershell file. or even exe file. i don't really care about the method, as long
Continue reading...
Continue reading...