mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-23 01:41:52 +08:00
fix:添加旧镜像如何在IE浏览器中下载现代浏览器的教程
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
@@ -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组件,提示下载需要额外下载安装组件后才能正常使用现代浏览器
|
||||
|
||||
## 缺点
|
||||
|
||||
前端无权限校验,没法设置用户密码
|
||||
|
||||
@@ -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组件,提示下载需要额外下载安装组件后才能正常使用现代浏览器
|
||||
|
||||
## 缺点
|
||||
|
||||
前端无权限校验,没法设置用户密码
|
||||
|
||||
@@ -258,3 +258,15 @@ virtio也可以只下载msi包,本地用软件打包成iso压缩格式再本
|
||||
在ProxmoxVE的web端手动在```Hardware[硬件]```中点击对应的```CD```选择```Remove[删除]```然后再重启虚拟机,这样就能直接使用了
|
||||
|
||||

|
||||
|
||||
## 使用的旧的win镜像只有IE浏览器
|
||||
|
||||
自行在IE浏览器中输入
|
||||
|
||||
```https://www.microsoft.com/zh-cn/edge/download```
|
||||
|
||||
进行下载
|
||||
|
||||
由于IE浏览器不默认添加证书白名单,会有一系列弹窗,点击添加域名,添加后保存,才能真正进入对应的页面显示下载按钮点击下载
|
||||
|
||||
又由于默认老系统没有webview2组件,提示下载需要额外下载安装组件后才能正常使用现代浏览器
|
||||
|
||||
Reference in New Issue
Block a user