This repository includes the required files which allows you to run Windows 11 on GitHub Codespaces.
It installs Tailscale which allows you to Remote Desktop Protocol (RDP) into Windows 11.
It is based on the dockur/windows repository but contains customizations and optimizations for GitHub Codespaces.
Caution
This repository should be used for testing purposes only.
I am not responsible for any issues such as data loss.
Click on the button below:
Note
See Commands for a full list of available commands.
- Install GitHub CLI
- Type
gh codespace create --idle-timeout 4h --retention-period 720h --repo ItzLevvie/dind --machine standardLinux32gb
in Command Prompt or PowerShell. - This will allow you to create the GitHub Codespaces based on the files from this repository:
C:\Users\codespaces>gh codespace create --idle-timeout 4h --retention-period 720h --repo ItzLevvie/dind --machine xLargePremiumLinux ✓ Codespaces usage for this repository is paid for by microsoft congenial-goldfish-5ggv6rrqpx7c7pj
- Type
gh codespace view --repo ItzLevvie/dind --json billableOwner,createdAt,devcontainerPath,displayName,environmentId,idleTimeoutMinutes,lastUsedAt,location,machineDisplayName,machineName,name,owner,prebuild,repository,retentionExpiresAt,retentionPeriodDays,state
in Command Prompt or PowerShell. - This will allow you to see the status of your GitHub Codespaces:
C:\Users\codespaces>gh codespace view --repo ItzLevvie/dind --json billableOwner,createdAt,devcontainerPath,displayName,environmentId,idleTimeoutMinutes,lastUsedAt,location,machineDisplayName,machineName,name,owner,prebuild,repository,retentionExpiresAt,retentionPeriodDays,state ? Choose codespace: ItzLevvie/dind [main]: congenial goldfish { "billableOwner": { "login": "microsoft", "type": "Organization" }, "createdAt": "2025-03-25T18:29:21+00:00", "devcontainerPath": ".devcontainer/devcontainer.json", "displayName": "congenial goldfish", "environmentId": "b1f7729a-c417-47cd-a4ce-811cf3952b8c", "idleTimeoutMinutes": 240, "lastUsedAt": "2025-03-25T18:29:21+00:00", "location": "UkSouth", "machineDisplayName": "32 cores, 128 GB RAM, 128 GB storage", "machineName": "xLargePremiumLinux", "name": "congenial-goldfish-5ggv6rrqpx7c7pj", "owner": "ItzLevvie", "prebuild": false, "repository": "ItzLevvie/dind", "retentionExpiresAt": "", "retentionPeriodDays": 30, "state": "Available" }
- When it says
"state": "Available"
— you can access your GitHub Codespaces at GitHub Codespaces — Dashboard:
Note
See Commands for a full list of available commands.
This repository contains a few helper scripts to get you started1.
Command | Description |
---|---|
start |
This command starts Windows 11 |
stop |
This command stops Windows 11 |
restart |
This command restarts Windows 11 |
reset |
This command resets Windows 11 to its factory settings |
rebuild |
This command does a full rebuild of your GitHub Codespaces |
This repository was inspired by many different YouTube videos:
- Codespaces Windows 11 tutorial and playing by HyperNexus
- Installing Windows 11 on GitHub Codespaces by LagLife
- Installing Windows 10 on GitHub Codespaces! by Nashville
- [PATCHED] How to Create Windows QEMU VM from Codespaces - Free Windows VPS from Codespace by Paddi's Tech Stuff
- Get Free Windows 10 RDP on GitHub Codespaces + Ngrok! 🔥 (No Credit Card)ويندوز 10 مجاني by Smart World
- How to Run Windows 10 Cloud PC on your Device using Github Codespace [New Method] [2025]. by JoyZoneTech
- How to Create a Free Windows 10 RDP on GitHub by TechXploitz
This repository was also inspired by many different websites:
GitHub Codespaces has many different machine types which you can choose based on your needs.
It uses the AMD EPYC™ 7763 CPU which delivers the best performance as seen in Performance Benchmarks of Cloud Machines (December 2023).
Previously, GitHub Codespaces used Intel® Xeon® Platinum 8168, Intel® Xeon® Platinum 8272CL, and Intel® Xeon® Platinum 8370C CPUs.
Below are the available specifications:
Machine Type | Cores | RAM | Storage ( /workspaces ) |
Storage ( /tmp ) |
Price |
---|---|---|---|---|---|
basicLinux32gb | 2 cores | 8 GB | 32 GB | 44 GB | $0.18 per hour |
standardLinux32gb | 4 cores | 16 GB | 32 GB | 118 GB | $0.36 per hour |
premiumLinux2 | 8 cores | 32 GB | 64 GB | 265 GB | $0.72 per hour |
largePremiumLinux2 | 16 cores | 64 GB | 128 GB | 560 GB | $1.44 per hour |
xLargePremiumLinux23 | 32 cores | 128 GB | 128 GB | 1.2 TB | $2.88 per hour |
GitHub Codespaces has different usage limits based on which plan your GitHub account uses.
Below are the usage hours for different machine types:
Machine Type | Free (120 hours per month) | Pro (180 hours per month) | Microsoft employees and partners |
---|---|---|---|
basicLinux32gb | 60 hours | 90 hours | unlimited hours |
standardLinux32gb | 30 hours | 45 hours | unlimited hours |
premiumLinux2 | 15 hours | 22.5 hours | unlimited hours |
largePremiumLinux2 | 7.5 hours | 11.25 hours | unlimited hours |
xLargePremiumLinux23 | 3.75 hours | 5.625 hours | unlimited hours |
By default, GitHub Codespaces has an inactivity timeout of 30 minutes.
However, you can extend this inactivity timeout to a maximum of 240 minutes (4 hours) at GitHub Codespaces — Settings under Default idle timeout
Tailscale has the lowest latency because all connections are peer-to-peer (P2P).
Tailscale has more features than its competitors.
Ngrok uses a relay server which increases the latency for your Remote Desktop Protocol (RDP) connections.
Ngrok requires your bank details to allow TCP connections which is required for Remote Desktop Protocol (RDP) to properly work.
- Hyper-V with Secure Boot, Trusted Platform Module (TPM), and Network Adapter (Ethernet) disabled.
Windows11_InsiderPreview_EnterpriseVL_x64_en-us_27774.iso
from Windows Insider Preview — ISOs is mounted as a DVD Drive on Hyper-V.virtio-win-1.9.45.iso
from Red Hat Enterprise Linux 10 — AppStream is mounted as a DVD Drive on Hyper-V.
1) In the Windows 11 Setup where it says Select language settings
:
- press Shift + F10
- type
regedit
and press Enter
Create three registry entries at HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig
:
BypassSecureBootCheck
with a value of1
BypassTPMCheck
with a value of1
BypassRAMCheck
with a value of1
Important
These registry entries are read by Windows 11 Setup from Windows11_InsiderPreview_EnterpriseVL_x64_en-us_27774.iso\sources\winsetup.dll
which allows you to bypass the system requirements for Windows 11.
2) In the Windows 11 Setup where it says Select location to install Windows 11
:
- click
Load Driver
- uncheck
Hide drivers that aren't compatible with this computer's hardware
- click
Browse
- select
CD Drive (E:) virtio-win-1.9.45
- install
vioscsi
fromE:\vioscsi\w11\amd64\vioscsi.inf
Important
This installs the required SCSI drivers to allow Windows 11 to boot on QEMU.
3) In the Windows 11 OOBE where it says Is this the right country or region?
:
- press Shift + F10
- type
cd /d E:
and press Enter - type
virtio-win-gt-x64.msi
and press Enter - type
shutdown /r /t 0
and press Enter
Important
This installs all of the required paravirtualized drivers for Windows 11 to work properly on QEMU.
4) In the Windows 11 OOBE where it says Is this the right country or region?
:
- press Shift + F10
- type
regedit
and press Enter
Create one registry entry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm
:
ForceEffectMode
with a value of2
Tip
This allows Windows 11 to force Mica and rounded corners.
This registry entry is read by Windows 11 from C:\Windows\System32\dwmcore.dll
5) In the Windows 11 OOBE where it says Is this the right country or region?
:
- press Shift + F10
- type
netsh advfirewall set allprofiles state off
and press Enter - type
regedit
and press Enter
Create one registry entry at HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services
:
fDenyTSConnections
with a value of0
Tip
This enables Remote Desktop Protocol (RDP).
Create one registry entry at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
:
LimitBlankPasswordUse
with a value of0
Tip
This allows you to Remote Desktop Protocol (RDP) into Windows 11 with blank passwords.
6) In the Windows 11 OOBE where it says Is this the right country or region?
:
- press Shift + F10
- type
powercfg /list
and press Enter - type
powercfg /setactive e9a42b02-d5df-448d-aa00-03f14749eb61
and press Enter - type
powercfg /getactivescheme
and press Enter - type
powercfg /change monitor-timeout-ac 0
and press Enter
Tip
This sets the power plan to Ultimate Performance.
7) In the Windows 11 OOBE where it says Is this the right country or region?
:
- press Shift + F10
- type
regedit
and press Enter
Create one registry entry at HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LanmanWorkstation
:
AllowInsecureGuestAuth
with a value of1
Create one registry entry at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
:
RequireSecuritySignature
with a value of0
Tip
This allows you to access SMB shares.
8) Hyper-V will store your VHDX file at C:\ProgramData\Microsoft\Windows\Virtual Hard Disks\data.vhdx
You will have to send your VHDX file to your GitHub Codespaces using GitHub CLI: gh codespace cp --expand data.vhdx remote:/workspaces/dind
9) Your VHDX file will have to be converted to an IMG file.
qemu-img convert -p -O raw -o preallocation=off data.vhdx windows/data.img
-p
forces QEMU to display the progress bar.-O raw
forces QEMU to convert to an IMG file.
10)
7z a -mmt32 -mx9 -v1g data.7z data.vhdx
-mmt32
forces 7-Zip to use 32 cores.-mx9
forces 7-Zip to use ultra compression.-v1g
forces 7-Zip to split thedata.7z
file into 1 GB chunks.
GitHub Codespaces runs on Microsoft Azure which allows you to activate Windows 11 for free:
- press Windows + R
- type
cmd
and press Enter - type
cd C:\Windows\System32
- type
cscript //nologo slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43
and press Enter - type
cscript //nologo slmgr.vbs /skms azkms.core.windows.net
and press Enter - type
cscript //nologo slmgr.vbs /ato
and press Enter - type
cscript //nologo slmgr.vbs /dlv
and press Enter
Tip
This allows you to activate Windows 11 for free using the KMS server from Azure Virtual Desktop (AVD), Microsoft Dev Box, and Windows 365.
This is because the KMS server checks if the GitHub Codespaces' IP address comes from Microsoft Corporation (AS8075).