Nested Virtualization inside a Hyper-V Virtual Machine

Using Windows’ inbuilt nested virtualization features, we can create a virtual environment inside a Hyper-V virtual machine’s name. Enable Nested Virtualization Run these commands in an elevated PowerShell prompt, make sure to change test-vm name with your VM:
One minute to read

Setup Autologin in Windows

To enable autologin in Windows, open registry editor and navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device in registry editor. Find the key DevicePasswordLessBuildVersion and make it’s value to 0.
One minute to read

Install and configure OpenSSH Server on Windows

We can install and configure OpenSSH server on Windows, so that we can take access of it’s command prompt from another device. Installation Method 1 : Using Winget Open PowerShell or CMD as Administrator (Press Windows + A key as shortcut), and run below command to install OpenSSH server using Winget:
2 minutes to read