Category Archives: Windows Command

How to Delete Files from PowerShell

You can easily delete files from PowerShell by using command “Remove-Item”. This article helps to you how to delete a file this command as below. Just open PowerShell prompt and execute the command. remove-item file-path Example: PS C:\> Remove-Item C:\test\testFile.txt PS C:\> Read Also: How to Shutdown or Reboot Remote Computer from Command Line How… Read More »

Open Network Connection from Command Line

How to open a network connection from the command line? We share here how to open network connection by windows command prompt easily. Just follow some steps to open network connections from a command prompt- Open command prompt Now need to type in the command ncpa.cpl and press enter. Then open this pop-up network connection.… Read More »

How to Reboot Windows from PowerShell

You can easily reboot windows computer using PowerShell. This article helps you, how to use the command “restart-computer” from PowerShell CMD. How to Reboot Windows from PowerShell – At first, open PowerShell prompt by running from CMD. Just now run the below command which reboots windows without confirmation. Read Also: How to Start/Stop Service from… Read More »