网页版Windows11搭建分享

众所周知,如果想使用Windows11必须满足微软官方最低要求,但是也可以使用WindowsPE强制安装Window11

图片[1]-网页版Windows11搭建分享-云港网络

图片[2]-网页版Windows11搭建分享-云港网络

图片[3]-网页版Windows11搭建分享-云港网络

 

但是,也有很多小伙伴一直想体验新系统,今天来出搭建网页版Windows11的教程

系统:

推荐使用Debian11或者Centos8

硬件:

最低配置:1核心2GB内存

推荐配置:2核心4GB内存

注意:

您的电脑需可以访问Internet(互联网),搭建成功后可以断开Internet(互联网)连接改为局域网模式。

搭建过程:

本人Demo:http://81.70.151.154:3018

首先安装Docker™和Docker-Compose™

Docker官方网站:https://www.docker.com

安装后执行以下代码,拉取Windows11网页版Docker项目(需连接Internet,此时会下载约322MB的映像)(确保3018端口未占用

您也可以点击https://www.sunzishaokao.com/download/Windows11-React-Docker.tar下载Windows11-React-Docker映像!

docker run -d  --name windows11 \
--restart always \
-p 3018:3000 \
ghcr.io/blueedgetechno/windows11:master

执行完成后,访问你的IP:3018即可

图片[4]-网页版Windows11搭建分享-云港网络

参考文档:

rcmaehl/WhyNotWin11: Detection Script to help identify why your PC is not Windows 11 Release Ready
地址:https://github.com/rcmaehl/WhyNotWin11

blueedgetechno/windows11: windows 11 in react 💻🌈⚡
地址:https://github.com/blueedgetechno/windows11

© 版权声明
THE END
喜欢就支持一下吧
点赞2.5W+打赏 分享
评论 共3条

请登录后发表评论