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组件,提示下载需要额外下载安装组件后才能正常使用现代浏览器