From 6e30ecb71c72745a29167ff1eeea6d6b612d4fa0 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sat, 31 Jan 2026 06:06:19 +0000 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=B7=BB=E5=8A=A0=E6=97=A7?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E5=A6=82=E4=BD=95=E5=9C=A8IE=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=99=A8=E4=B8=AD=E4=B8=8B=E8=BD=BD=E7=8E=B0=E4=BB=A3?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8=E7=9A=84=E6=95=99=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/guide/incus/incus_windows.md | 10 ++++++++++ docs/en/guide/lxd/lxd_windows.md | 10 ++++++++++ docs/en/guide/pve/pve_windows.md | 10 ++++++++++ docs/guide/incus/incus_windows.md | 12 ++++++++++++ docs/guide/lxd/lxd_windows.md | 12 ++++++++++++ docs/guide/pve/pve_windows.md | 12 ++++++++++++ 6 files changed, 66 insertions(+) diff --git a/docs/en/guide/incus/incus_windows.md b/docs/en/guide/incus/incus_windows.md index d599b6989f..ffb743ddac 100644 --- a/docs/en/guide/incus/incus_windows.md +++ b/docs/en/guide/incus/incus_windows.md @@ -159,6 +159,16 @@ incus config set winvm raw.qemu -- "-cpu host" Just start the virtual machine again +## The old Windows image only includes Internet Explorer. + +Manually enter the following URL in IE: +```https://www.microsoft.com/zh-cn/edge/download``` +to download the file. + +Since IE does not automatically whitelist certificates, multiple pop-ups will appear. Click “Add Domain,” save the changes, and only then will the download button appear on the page. + +Additionally, older systems lack the WebView2 component by default. A prompt will appear indicating that this component must be downloaded and installed separately to enable modern browser functionality. + ## Disadvantages The frontend lacks authentication, so you can't set user passwords. diff --git a/docs/en/guide/lxd/lxd_windows.md b/docs/en/guide/lxd/lxd_windows.md index a1867f63b7..9fd84b47bd 100644 --- a/docs/en/guide/lxd/lxd_windows.md +++ b/docs/en/guide/lxd/lxd_windows.md @@ -147,6 +147,16 @@ lxc config set winvm raw.qemu -- "-cpu host" Just start the virtual machine again +## The old Windows image only includes Internet Explorer. + +Manually enter the following URL in IE: +```https://www.microsoft.com/zh-cn/edge/download``` +to download the file. + +Since IE does not automatically whitelist certificates, multiple pop-ups will appear. Click “Add Domain,” save the changes, and only then will the download button appear on the page. + +Additionally, older systems lack the WebView2 component by default. A prompt will appear indicating that this component must be downloaded and installed separately to enable modern browser functionality. + ## Disadvantages The frontend lacks authentication, so you can't set user passwords. diff --git a/docs/en/guide/pve/pve_windows.md b/docs/en/guide/pve/pve_windows.md index 2b2d891f45..3b8c62f145 100644 --- a/docs/en/guide/pve/pve_windows.md +++ b/docs/en/guide/pve/pve_windows.md @@ -235,3 +235,13 @@ For subsequent network settings, refer to the network initialization tutorial me In the ProxmoxVE web interface, manually click on the corresponding `CD` in the `Hardware` section, select `Remove`, and then restart the virtual machine. This way, you can use it directly: ![wk](images/wk7.png) + +## The old Windows image only includes Internet Explorer. + +Manually enter the following URL in IE: +```https://www.microsoft.com/zh-cn/edge/download``` +to download the file. + +Since IE does not automatically whitelist certificates, multiple pop-ups will appear. Click “Add Domain,” save the changes, and only then will the download button appear on the page. + +Additionally, older systems lack the WebView2 component by default. A prompt will appear indicating that this component must be downloaded and installed separately to enable modern browser functionality. \ No newline at end of file diff --git a/docs/guide/incus/incus_windows.md b/docs/guide/incus/incus_windows.md index 1379c2b481..a0873056a8 100644 --- a/docs/guide/incus/incus_windows.md +++ b/docs/guide/incus/incus_windows.md @@ -163,6 +163,18 @@ incus config set winvm raw.qemu -- "-cpu host" 再次启动虚拟机即可 +## 使用的旧的win镜像只有IE浏览器 + +自行在IE浏览器中输入 + +```https://www.microsoft.com/zh-cn/edge/download``` + +进行下载 + +由于IE浏览器不默认添加证书白名单,会有一系列弹窗,点击添加域名,添加后保存,才能真正进入对应的页面显示下载按钮点击下载 + +又由于默认老系统没有webview2组件,提示下载需要额外下载安装组件后才能正常使用现代浏览器 + ## 缺点 前端无权限校验,没法设置用户密码 diff --git a/docs/guide/lxd/lxd_windows.md b/docs/guide/lxd/lxd_windows.md index 2baa11cd6c..459a5bb0b8 100644 --- a/docs/guide/lxd/lxd_windows.md +++ b/docs/guide/lxd/lxd_windows.md @@ -151,6 +151,18 @@ lxc config set winvm raw.qemu -- "-cpu host" 再次启动虚拟机即可 +## 使用的旧的win镜像只有IE浏览器 + +自行在IE浏览器中输入 + +```https://www.microsoft.com/zh-cn/edge/download``` + +进行下载 + +由于IE浏览器不默认添加证书白名单,会有一系列弹窗,点击添加域名,添加后保存,才能真正进入对应的页面显示下载按钮点击下载 + +又由于默认老系统没有webview2组件,提示下载需要额外下载安装组件后才能正常使用现代浏览器 + ## 缺点 前端无权限校验,没法设置用户密码 diff --git a/docs/guide/pve/pve_windows.md b/docs/guide/pve/pve_windows.md index 1dc4d1b2fd..a71aa5c108 100644 --- a/docs/guide/pve/pve_windows.md +++ b/docs/guide/pve/pve_windows.md @@ -258,3 +258,15 @@ virtio也可以只下载msi包,本地用软件打包成iso压缩格式再本 在ProxmoxVE的web端手动在```Hardware[硬件]```中点击对应的```CD```选择```Remove[删除]```然后再重启虚拟机,这样就能直接使用了 ![wk](images/wk7.png) + +## 使用的旧的win镜像只有IE浏览器 + +自行在IE浏览器中输入 + +```https://www.microsoft.com/zh-cn/edge/download``` + +进行下载 + +由于IE浏览器不默认添加证书白名单,会有一系列弹窗,点击添加域名,添加后保存,才能真正进入对应的页面显示下载按钮点击下载 + +又由于默认老系统没有webview2组件,提示下载需要额外下载安装组件后才能正常使用现代浏览器