Open any Windows PowerShell host console (Except Windows Terminal) with administrator rights and run:
Install-Module -Name "PSWindowsDotfiles" -Repository "PSGallery" -Scope "AllUsers";
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass;
Import-Module "PSWindowsDotfiles";
git clone https://github.com/JMOrbegoso/PSWindowsDotfiles-Example.git $HOME\PSWindowsDotfiles-Example
Install-Dotfiles $HOME\PSWindowsDotfiles-Example;