Windows writes a script to determine whether the local address is within the set address range

Updated on society 2024-05-24
6 answers
  1. Anonymous users2024-02-11

    1. In IE10 in the non-Metro interface, click the "Tools" button and select "Internet Options".

    2. Click the "LAN Settings" button under "Connections".

    3. In"Local Area Network (LAN) Settings", first check "Use Auto-Configure Script", then enter the script in "Address", and click OK (Note: It is best to unselect the "Auto-detect Settings" above, otherwise it is likely to affect the speed of browsing).

    4. Tick the box before "Use ** server for LAN" to set up **** server. Fill in the values to be set in the "Address" and "Port" fields, and click OK.

    5. Click "Advanced" to enter the advanced settings of the server.

    6. Under the advanced options, you can set different addresses and ports for HTTP, FTP and other types, and click "OK" after the modification is completed.

  2. Anonymous users2024-02-10

    Press the Win+R keys to bring up the "Run" box.

    Enter in the run box (note, this file is only available in Win10 Professional Edition, not supported in Home Edition).

    Open the Local Policer, and on the left, navigate to Computer Configuration > Windows Configuration Script (Startup Shutdown).

    Double-click Shutdown on the right, and click the "Add" button in the Script tab, then click the "Browse" button to navigate to your script file and select, and the last one is OK.

  3. Anonymous users2024-02-09

    Reinstall the system, do it yourself to death.

  4. Anonymous users2024-02-08

    If you modify the IP address and other parameters in the IP address setting window (as shown in the following figure), the system needs to be restarted or logged in again after the system is logged out to take effect.

    However, if you use a batch command file to modify parameters such as the IP address, gateway, and DNS of the machine, it can take effect without restarting the system.

    The specific way to complete the setup with the batch command file is as follows:

    Step 1: Use Notepad to file a file on the desktop called "IP Address Modification". txt", the command statements in the document are shown in the following figure, there are three lines of statements in the document, the first line of statements is long, the input should be complete and accurate, and you cannot start another line at will, otherwise it will not run normally.

    Step 3: Execute the batch command on the desktop, right-click the batch command file "IP address modification".bat and select Run as administrator from the pop-up right-click menu. This is shown in the figure below. Description:

  5. Anonymous users2024-02-07

    ping -c number **

    Then use AWK to intercept the delay and packet loss, and make a judgment.

  6. Anonymous users2024-02-06

    @echo off

    checktasklist > Lists all process information in a file (the default is the current directory).

    find /i ""Look for this process in the file.

    if "%errorlevel%"=="1"(goto f) else (goto e) if the process does not exist, execute ** at f; Otherwise, the ** at point e shall be executed.

    ftaskkill f im to kill the process.

    ecls:check will leave no exit after killing the process above, and kill together

    tasklist >

    find /i ""

    if "%errorlevel%"=="1" (goto e)

    etaskkill /f /im

    endexit

    In addition, if the test is performed every 5 seconds, the scheduled start is set in the task plan of the system.

Related questions
8 answers2024-05-24

2. Right-click on my computer icon - Properties - Advanced - Error Reporting - check "Disable Error Reporting". >>>More

8 answers2024-05-24

Programming is also a technical job, especially when writing efficient programs, how can you learn it in three or five days. >>>More

7 answers2024-05-24

First of all, let's introduce the method of deleting the stubborn update folder in the win2000 system (the method is similar to the winxp win2k3 system). >>>More

6 answers2024-05-24

If you want to learn systematically, you can consider signing up for a live online class, and recommend CGWANG's online class. The teacher speaks carefully, you can watch it back after the class, and there are also the same type of recorded classes that you can learn for free (give away lifelong VIP). >>>More

7 answers2024-05-24

The following ** I wrote for you can accomplish such a function, but the specific content needs to be added by yourself, and you have to know a little HTML to do it: >>>More