You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
staticCommand = f'netsh interface ip set dns "{InterfaceName}" static {DNS} | netsh interface ip set address name= "{InterfaceName}" static {ipCheck()} {mask} {getway}'
def subprocess_cmd_static(command):
process = subprocess.Popen(command,stdout=subprocess.PIPE, shell=True)