安装win11跳过硬件验证SHIft+F10 输入 regedit 进入注册表编辑器
然后定位到如下位置 HKEY_LOCAL_MACHINE\SYSTEM\Setup,创建一个名为 “LabConfig” 的项,接着在 “LabConfig” 下创建两个 DWORD 值:
键名 BypassTPMCheck,十六进制赋值为1
键名 BypassSecureBootCheck,十六进制赋值为1
✅保存退出后,无法安装的提示就消失了。
安装时跳过注册使用管理员账户登录
shift+F10 进入终端
执行以下命令 1net user Administrator /active:yes
在终端输入oobe\bypassnro.cmd使电脑重启
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment