How To Comment In Batch File?

How To Comment In Batch File?

Batch files are used to automate command execution and tasks by creating a file with MS-DOS or PowerShell commands. But mainly the MS-DOS commands are popular with the batch file. While creating batch files or batch script some comments will be helpful to explain and detail the script or commands. In this tutorial, we will … Read more

“netsh winsock reset” – Reset Network Winsock In Windows

"netsh winsock reset" - Reset Network Winsock In Windows

Winsock is a technology and network software which manages the sockets, ports in Windows operating systems. If some problems occur in the network one of the solutions is resetting the winsock in Windows. The netsh winsock reset command is generally executed when the Winsock2 is corrupted and not working properly. This Winsock2 corruption can occur … Read more

“ipconfig /registerdns” – Register Hostname To Active Directory (AD)

"ipconfig /registerdns" - Register Hostname To Active Directory (AD)

As an IP and network management command ipconfig provides different parameters. ipconfig /registerdns is a command which is mainly used to create or update the hostname or A/AAA record in an Active Directory environment. As the parameter name suggests that it will register the computer into a general and public DNS server but it’s not. … Read more

“ipconfig /renew” – Renew IP Address In Windows

"ipconfig /renew" - Renew IP Address In Windows

Windows IP and network configuration can be displayed and managed with the ipconfig command from the command-line. Specifically, the ipconfig /renew command is used to reset or renew IP addresses in a Windows system. The following instructions can be applied to all modern Windows versions like Windows XP, Windows 7, Windows 8, Windows 10, and … Read more

“ipconfig /all” – List All IP Configuration In Windows

"ipconfig /all" - List All IP Configuration In Windows

ipconfig is a popular command which is used to display and manage the network and IP configuration in Windows operating systems. Even ipconfig command provides basic IP and network configuration of the Windows system in some cases more detailed information like NetBIOS name can be required. ipconfig /all command can be used to list all … Read more

“ipconfig /release” – Release and Renew IP Address In Windows

"ipconfig /release" - Release and Renew IP Address In Windows

DHCP is a protocol used to assign IP addresses to the Hosts when they are connected to the network. Automatically assigned DHCP addresses are leased to the hosts and can be released when it will not be used. The following instructions can be used for all modern Windows operating systems like Windows XP, Windows 7, … Read more

“ipconfig /flushdns” – Reset/Flush DNS Cache In Windows, MacOSX, and Linux

"ipconfig /flushdns" - Reset DNS Cache In Windows, MacOSX, and Linux

DNS is a protocol used to resolve domain names or web addresses into IP addresses. DNS cache is used to store previously solved domain name – IP address records. Sometimes these DNS cache records can create problems and the best and easiest way to solve this is to reset or flush the DNS cache. The … Read more

Windows ipconfig Command Tutorial

Windows ipconfig Command Tutorial

Windows provides the ipconfig command in order to list and manage the network, IP, DNS, DHCP Default Gateway from the command line. ipconfig command provides different options where DHCP configuration can be changed refreshed. The ipconfig command mostly used to list IP, DNS, DHCP, Gateway, or network information and renew the IP address. But we … Read more

xcopy Command Tutorial

xcopy Command Tutorial

xcopy is a command used to copy files and folders in Windows operating systems. xcopy command provides a lot of useful features in order to copy specific file types, subdirectories, read-only files, etc. xcopy Syntax and Parameters xopy command has the following syntax where SOURCE and DESTINATION is important with PARAMETERS SOURCE is the source … Read more

netstat Command Tutorial For Windows

netstat Command Tutorial For Windows

netstat is one of the most popular network commands for all Windows operating systems. Even most of the other operating systems like Linux, Ubuntu, Debian, Mint, CentOS, Kali, RHEL, FreeBSD, etc. support netstat command with very same parameters and usage. What Is netstat? netstat is a command-line tool in order to get information about the … Read more