How to Set Password to Never Expire from Command Line

Today in this article talking about- how to set password to never expire? You can easily set your password never expire from CMD. You can be done from a local user account console. Just run the below command line to disable password expire. Open the admin command prompt and run the command below. WMIC USERACCOUNT… Read More »

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 »