Windows 10 : use the native SSH client

On Windows 10, there is a native SSH client that can be used in a command prompt, PowerShell prompt, or Terminal. At the end of this tutorial, you will no longer need Putty if you are using it exclusively for logging in via SSH. Check if the client is installed The easiest way to check …

Read more



Windows 10 : Choose the graphics card for software

In this tutorial, I will explain how to select the graphics card that will be used on software on Windows 10. This manipulation is to be done mainly on laptops which are equipped with several graphics cards. On mid-range and high-end laptops, they are often equipped with 2 graphics cards: Low consumption with limited performance …

Read more



Hyper-V : create a NAT switch

Microsoft Hyper-v

In this tutorial, I will explain how to create a NAT switch (virtual switch) on Hyper-V. Before getting into the technical explanations, I will explain in a few words, what a NAT switch is. If you have already used another hypervisor such as vmware or virtualbox for example, this type of switch is available by …

Read more



Windows firewall, force domain profile

In this tutorial, I will explain how to change the network profile of the firewall on Windows. It happens that after a restart, the profile of the firewall goes private, we will see how to change it back to the domain profile. The connection profile on a network adapter is especially useful when different firewall …

Read more



Rename a computer with PowerShell

Rename-Computer

In this “how” tutorial I will explain how to rename a computer in PowerShell. Using PowerShell allows you to go more empty than going through the graphical interface which requires going through several configuration windows. Rename a computer with PowerShell In a PowerShell prompt use: Rename-Computer The PowerShell command to rename a computer is Rename-Computer. …

Read more



Windows 10: install Hyper-V

In this tutorial, I will explain how to install Hyper-V on Windows 10. Hyper-V is a virtualization system that allows you to launch virtual machines. Before starting the installation, you must check the following prerequisites: Have virtualization activated at the Bios level. Have 4GB of memory (RAM)4 Have an Enterprise, Professional or Education version of …

Read more



Outlook : autodiscover disable SCP Active Directory

In this troubleshooting tutorial, we’ll see how to prevent Outlook autodiscover from using the Active Directory SCP point for mailbox configuration. What this type of “trick” is used for: If the computer environment in which you already have an Exchange installation and the mail servers have not been properly uninstalled. If you find yourself in …

Read more