Archive

Posts

213 articles
Non classifié(e) 08 Oct 2020 ⏱ 1 min

Create a folder in PowerShell

To create a folder in PowerShell, use the New-Item cmdlet indicating the location and name of the folder and set the itemType parameter with the value Directory to indicate that you want to create a folder.

Remote Desktop 10 Aug 2020 ⏱ 1 min

Activate remote desktop from command line

In this tutorial how, we will see how to activate the remote desktop from the command line. Activating the remote desktop can be done from the command line by modifying a key, so we will use the command line utility reg.exe to modify the registry and thereby activate the remote desktop.