fix:添加旧镜像如何在IE浏览器中下载现代浏览器的教程

This commit is contained in:
spiritlhl
2026-01-31 06:06:19 +00:00
parent c761339aaf
commit 6e30ecb71c
6 changed files with 66 additions and 0 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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组件提示下载需要额外下载安装组件后才能正常使用现代浏览器
## 缺点
前端无权限校验,没法设置用户密码

View File

@@ -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组件提示下载需要额外下载安装组件后才能正常使用现代浏览器
## 缺点
前端无权限校验,没法设置用户密码

View File

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