Skip to content

Commit 6e30ecb

Browse files
committed
fix:添加旧镜像如何在IE浏览器中下载现代浏览器的教程
1 parent c761339 commit 6e30ecb

6 files changed

Lines changed: 66 additions & 0 deletions

File tree

docs/en/guide/incus/incus_windows.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,16 @@ incus config set winvm raw.qemu -- "-cpu host"
159159

160160
Just start the virtual machine again
161161

162+
## The old Windows image only includes Internet Explorer.
163+
164+
Manually enter the following URL in IE:
165+
```https://www.microsoft.com/zh-cn/edge/download```
166+
to download the file.
167+
168+
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.
169+
170+
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.
171+
162172
## Disadvantages
163173

164174
The frontend lacks authentication, so you can't set user passwords.

docs/en/guide/lxd/lxd_windows.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,16 @@ lxc config set winvm raw.qemu -- "-cpu host"
147147

148148
Just start the virtual machine again
149149

150+
## The old Windows image only includes Internet Explorer.
151+
152+
Manually enter the following URL in IE:
153+
```https://www.microsoft.com/zh-cn/edge/download```
154+
to download the file.
155+
156+
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.
157+
158+
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.
159+
150160
## Disadvantages
151161

152162
The frontend lacks authentication, so you can't set user passwords.

docs/en/guide/pve/pve_windows.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,13 @@ For subsequent network settings, refer to the network initialization tutorial me
235235
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:
236236

237237
![wk](images/wk7.png)
238+
239+
## The old Windows image only includes Internet Explorer.
240+
241+
Manually enter the following URL in IE:
242+
```https://www.microsoft.com/zh-cn/edge/download```
243+
to download the file.
244+
245+
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.
246+
247+
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.

docs/guide/incus/incus_windows.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,18 @@ incus config set winvm raw.qemu -- "-cpu host"
163163

164164
再次启动虚拟机即可
165165

166+
## 使用的旧的win镜像只有IE浏览器
167+
168+
自行在IE浏览器中输入
169+
170+
```https://www.microsoft.com/zh-cn/edge/download```
171+
172+
进行下载
173+
174+
由于IE浏览器不默认添加证书白名单,会有一系列弹窗,点击添加域名,添加后保存,才能真正进入对应的页面显示下载按钮点击下载
175+
176+
又由于默认老系统没有webview2组件,提示下载需要额外下载安装组件后才能正常使用现代浏览器
177+
166178
## 缺点
167179

168180
前端无权限校验,没法设置用户密码

docs/guide/lxd/lxd_windows.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,18 @@ lxc config set winvm raw.qemu -- "-cpu host"
151151

152152
再次启动虚拟机即可
153153

154+
## 使用的旧的win镜像只有IE浏览器
155+
156+
自行在IE浏览器中输入
157+
158+
```https://www.microsoft.com/zh-cn/edge/download```
159+
160+
进行下载
161+
162+
由于IE浏览器不默认添加证书白名单,会有一系列弹窗,点击添加域名,添加后保存,才能真正进入对应的页面显示下载按钮点击下载
163+
164+
又由于默认老系统没有webview2组件,提示下载需要额外下载安装组件后才能正常使用现代浏览器
165+
154166
## 缺点
155167

156168
前端无权限校验,没法设置用户密码

docs/guide/pve/pve_windows.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,3 +258,15 @@ virtio也可以只下载msi包,本地用软件打包成iso压缩格式再本
258258
在ProxmoxVE的web端手动在```Hardware[硬件]```中点击对应的```CD```选择```Remove[删除]```然后再重启虚拟机,这样就能直接使用了
259259

260260
![wk](images/wk7.png)
261+
262+
## 使用的旧的win镜像只有IE浏览器
263+
264+
自行在IE浏览器中输入
265+
266+
```https://www.microsoft.com/zh-cn/edge/download```
267+
268+
进行下载
269+
270+
由于IE浏览器不默认添加证书白名单,会有一系列弹窗,点击添加域名,添加后保存,才能真正进入对应的页面显示下载按钮点击下载
271+
272+
又由于默认老系统没有webview2组件,提示下载需要额外下载安装组件后才能正常使用现代浏览器

0 commit comments

Comments
 (0)