How to Disable LAN connection from CMD

If you want to disable LAN connection from Windows command prompt, you can run the following steps. Open elevated command…

1 year ago

Customize Command prompt by changing colors

Do you want to change the look of Windows command prompt by changing background color? Windows command prompt has default…

2 years ago

Run command for active directory

Learn the run command for active directory users and computers console. In this console, domain admins can manage domain users/groups…

2 years ago

Add user to domain group from command prompt

If you are a domain administrator and looking to add users to domain  or active directory group from command prompt,…

2 years ago

Set password to never expire

Learn how to configure a user account so that the password never expires. This can be done from Windows command…

2 years ago

Powershell: How To Delete Files

This post explains how to delete files using Powershell command 'Remove-Item'. Delete file from PowerShell We can delete a file…

2 years ago

How to Check if Silverlight is installed

There are couple of ways to check if Microsoft Silverlight is installed on your Windows computer. This post explains both…

2 years ago

Run command for task manager

Windows has shortcut commands which can be used from Run to launch applications quickly. Run command for opening 'task manager'…

2 years ago

Powershell: How to Start or stop service

Do you want to Start or stop Windows service using Powershell? This post explains how to manage any Windows service…

2 years ago

Robocopy command syntax and examples

Robocopy command is used on Windows to copy files and directories from one location to another. This CMD command also…

2 years ago