- 積分
- 222
- 最後登入
- 1970-1-1
- 閱讀權限
- 30
- 積分
- 222
- 帖子
- 精華
升級
61%
|
本帖最後由 chou_alan 於 2018-8-25 14:09 編輯
參考下面連結的「OPTION FOUR」方式,也許對您是有用的:
Install or Uninstall Internet Explorer in Windows 10
原出處 TenForums.com
網頁
========================================
To Turn Off (uninstall) Internet Explorer 11 in PowerShell
1. Open an elevated PowerShell.
2. Copy and paste the command below into the elevated PowerShell, and press Enter. (see screenshot below)
Disable-WindowsOptionalFeature –FeatureName "Internet-Explorer-Optional-amd64" -Online
3. When prompted to restart the computer to apply, type Y, and press Enter. (see screenshot below)
=================================
OPTION FOUR
To Turn On (install) Internet Explorer 11 in PowerShell
This is the default setting.
1. Open an elevated PowerShell.
2. Copy and paste the command below into the elevated PowerShell, and press Enter. (see screenshot below)
Enable-WindowsOptionalFeature –FeatureName "Internet-Explorer-Optional-amd64" -All -Online
3. When prompted to restart the computer to apply, type Y, and press Enter. (see screenshot below)
測試:
要以管理員身分開啟 PowerShell_才能執行喔~
貼上: Enable-WindowsOptionalFeature –FeatureName "Internet-Explorer-Optional-amd64" -All -Online
再 打 Y 重啟點腦.
|
|