How to empty recycle bin with Powershell?

Emptying the contents of the recycle bin becomes way easier in Powershell. A single command from the Powershell session wipes off the content of recycle bin. You could use a command that takes a confirmation approval. Or, you could force …

Read more

How to enable Remote Desktop using Powershell?

On any Windows computer, you can enable Remote Desktop connecting using the Powershell command directive. The intent behind enabling Remote Desktop connections is to allow remote access to your computer. This will mean that you can access your computer over …

Read more