iiAmJons / Windows-11-info

Windows 11 Vm links.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developed by Jalal Hejazi and Yousef Hejazi

How to install Windows 11 with only "ONE LINE OF CODE"



1) Azure Cloud Shell --> bash --> New Lab VM (Windows 11 PRO)

curl https://raw.githubusercontent.com/yousefhejazi/Windows-11-info/main/setup-win11-vm.sh | bash




2) VM Connect --> PowerShell --> Setup Developer Tools

user=sysadmin
Set-ExecutionPolicy Bypass -Scope Process -Force;
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/yousefhejazi/Windows-11-info/main/setup-devtools.ps1'))

Watch me on Youtube

watch

Happy automation ⚡

About

Windows 11 Vm links.

License:Apache License 2.0


Languages

Language:Shell 53.7%Language:PowerShell 46.3%