Chocolatey is a package manager for windows. Here is how to install it on Windows 10.
The Command used in the video: Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))