Windows 10: Netfix Batch Script- Fix internet connection

Discus and support Netfix Batch Script- Fix internet connection in Windows 10 Network and Sharing to solve the problem; Somebody please try my batch script Netfix and leave feedback so I can improve it. thank you! My goal is to make a troubleshooter to help the built... Discussion in 'Windows 10 Network and Sharing' started by Julivgar, May 31, 2019.

  1. Julivgar Win User

    Netfix Batch Script- Fix internet connection


    Somebody please try my batch script Netfix and leave feedback so I can improve it. thank you!


    My goal is to make a troubleshooter to help the built in "Windows Network Diagnostics" fix internet connection problems. How can you help?

    1. Download/copy the code on notepad then save as "Netfix.bat" or "Netfix.cmd"

    2. Test the Batch script

    3. Provide feedback and/or suggestions


    Thank you!

    :)
     
    Julivgar, May 31, 2019
    #1
  2. lx07 Win User

    Batch file Script to reboot when no Internet Connection detected?


    There are scripts for exactly that here batch file - Automatically reboot Windows8 if no internet activity - Super User

    Do think about it though - if you schedule a reboot on loss of internet connection you may lose work if you were doing something that didn't require it (writing a document for example).
     
  3. Batch file Script to reboot when no Internet Connection detected?


    you make a good point! so what would be a command line for the batch file to cancel the restart should I chose to do so?

    like if I have to connect to a new network, and it takes a few seconds to enter the password
     
    ReallyFrustratd, May 31, 2019
    #3
  4. Lagcrab Win User

    Netfix Batch Script- Fix internet connection

    Ethernet/batch scripts & automation

    TL;DR version:"how to force a batch script to run when your computer recognizes that your network is not receiving or sending data"

    For context I created a batch script that will disable and re-enable my Ethernet connection(which for some reason fixes the issue instantly), when I noticed that it would be an infinite amount of times more useful if it ran by
    itself when said issue occurs. (forcing my computer to run it at start up and regularly check for this issue is not an option.) Also, is there a file that I could simply place my batch script into that my ethernet would see and check by itself, and if so
    what would I need to do to make sure that it only runs when the issue occurs? (for example: an already made file in my pc that runs and checks my internet connections for issues)

    EDIT: Just for those of you who are wondering about my computers ethernet specs.

    Network Card(s): 2 NIC(s) Installed.

    [01]: Realtek PCIe GBE Family Controller

    Connection Name: Ethernet

    DHCP Enabled: Yes

    DHCP Server: *** *** ***

    IP address(es)

    [01]: *** *** ***

    [02]: *** *** ***
     
    Lagcrab, May 31, 2019
    #4
Thema:

Netfix Batch Script- Fix internet connection

Loading...
  1. Netfix Batch Script- Fix internet connection - Similar Threads - Netfix Batch Script

  2. Batch scripting

    in Windows 10 Software and Apps
    Batch scripting: Hi, here's the code that I used for 3 DISM commands to start automatically after pressing a key:Code and result:Code:@echo off echo You are going to use DISM. echo 1. To check the image. echo 2. Scan your PC's health echo 3. Restore your PC'S health. echo To continue, press...
  3. Batch scripting

    in Windows 10 Gaming
    Batch scripting: Hi, here's the code that I used for 3 DISM commands to start automatically after pressing a key:Code and result:Code:@echo off echo You are going to use DISM. echo 1. To check the image. echo 2. Scan your PC's health echo 3. Restore your PC'S health. echo To continue, press...
  4. Batch scripting

    in Windows 10 Network and Sharing
    Batch scripting: Hi, here's the code that I used for 3 DISM commands to start automatically after pressing a key:@echo off echo You are going to use DISM. echo 1. To check the image. echo 2. Scan your PC's health echo 3. Restore your PC'S health. echo To continue, press any key. echo Before...
  5. PageFile.sys batch script

    in Windows 10 Virtualization
    PageFile.sys batch script: Hello, I need help writing a batch script that would configure Windows Virtual Memory based on the amount of RAM installed If you have 4 GB of RAM, set virtual memory to 8 GB (Custom size: set both initial and maximum size to 8192) If you have 8 GB of RAM, set virtual memory...
  6. Batch Rename Script Help!

    in Windows 10 Support
    Batch Rename Script Help!: Hello! I am very new to this and need a little help. I am trying to create a batch file that will rename files that are called png_X.png (the X being the number page it is). The code I have is below. It works fine with out the pipe sort command but it sorts the by the ones...
  7. Batch Scripts / Programs.

    in Windows 10 Performance & Maintenance
    Batch Scripts / Programs.: The members and quests who use this forum know how professional, informative and helpful it is! In order to help members solve their problems/issues we often ask them to run certain programs and perform certain tasks and then upload [ post ] the results to the forum for us...
  8. Batch scripting problems

    in Windows 10 Ask Insider
    Batch scripting problems: So i found a bug. In batch scripting, I can only store 3 variables. I don't know the cause for this. Here's the code, if you need it. @ echo off title Elevator OS by Lackmey on YouTube and Reddit set gdata=No data found (this one works) set 1data=No data found (this one...
  9. Batch file Script to reboot when no Internet Connection detected?

    in Windows 10 Support
    Batch file Script to reboot when no Internet Connection detected?: from time to time my Windows 10 Laptop is unable to connect to the wireless network. Tried literally every other "fix"! The only solution is to reboot the LapTop when this happens... The best idea I've come up with is to schedule a task to run a script when the computer...
  10. Batch script question

    in Windows 10 Support
    Batch script question: Hello, I want make a batch script to delete a spefic folder on the C disk, but how can I get only that spefic folder? I got this: Code: FOR /D %%p IN ("C:\USERS\%USERNAME%\Downloads\*.*") DO rmdir "%%p" /s /q cd C:\USERS\%USERNAME%\Downloads\ del *.* /q /s timeout /t 5...

Users found this page by searching for:

  1. windows 10 netfix fix for cmd script