How To Kill Process In Windows?

How To Kill Process In Windows?

When an application or program starts a process is created in order to execute the application and programs. The process also contains program code, system resources, a process ID for identification, etc. Ideally, the process is stopped when the application is closed and exited properly. But in some cases, we may need to kill the … Read more

How To Uninstall/Remove Application/Program In Windows?

How To Uninstall/Remove Application/Program In Windows?

Windows is very dynamic operating system which supports huge number of 3rd party applications and programs. After installing them we may want to remove or uninstall them. There are different ways to remove or uninstall applications/programs from Windows. Especially Windows 10 is more straightforward while uninstalling applications. Uninstall From The Start Menu Windows 10 provides … Read more

Map Network Drive with “net use” Command In Windows

Map Network Drive with "net use" Command In Windows

One of the powerful features of the Windows operating systems is sharing and mapping drives over the network. These network shares can be easily consumed by other network hosts like Windows, Modem, TV, Smartphone, etc. The “net use” command is used to mount and map windows shares over the network. net use Command Syntax Before … Read more

How To Restart/Reboot Remote Computer?

How To Restart/Reboot Remote Computer?

Windows operating system provides different ways in order to restart the remote computers. Restart is also called a reboot where the remote system will be the first shutdown and then started automatically. Remote Desktop Connection, MS-DOS, and PowerShell command-line interfaces can be used to restart the specified single or multiple remote computers. Restart Remote Computer … Read more

How To Change Startup Programs In Windows 10?

How To Change Startup Programs In Windows 10?

Startup programs are used to configure to start specified programs and applications when Windows 10 is started. Even this is a very useful feature to automatically start applications by preventing the manual start and work it will also require more resources for more startup programs. In this case, disabling or changing startup programs is the … Read more

Change User Password with “net user” Command In Windows

Change User Password with "net user" Command In Windows

Windows provides the “net user” command in order to manage user account from the command line interface of MS-DOS or PowerShell. The “net user” command generally used to change a user password where the current password will be reset into the specified new one. The “net user” command can be also used to change or … Read more

Create Symbolic Links (Symlinks) In Windows

Create Symbolic Links (Symlinks) In Windows

All moderns operating systems as well as Windows XP, Windows 7, Windows 8, Windows 10, and Windows Server versions provide the Symbolic links (symlinks) in order to point and access the specific directory, folder, path, directory, etc. Symlinks are very useful where without copying the original data the data or data path can be accessed … 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