![]() |
Hướng dẫn gỡ bỏ Internet Explorer 9/10/11 |
Cách thực hiện như sau
- Gọi hộp thoại Run lên và gõ vào “cmd”, kết thúc bằng phím ENTER để gọi cửa sổ lệnh Command Prompt
- Sao chép dòng lệnh sau tương ứng với từng phiên bản Internet Explorer hiện tại đang có trên Windows và dán vào Command Prompt, ENTER để thực thi
Với Internet Explorer 9: FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart
Với Internet Explorer 10: FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*10.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart
Với Internet Explorer 11: FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart
- Khởi động lại Windows để thay đổi có hiệu lực
Internet Explorer, trình duyệt mặc định của Windows đã dần thay đổi theo chiều hướng tốt lên trong nhiều năm qua. Dù muốn dù không, Internet Explorer vẫn là trình duyệt phổ biến nhất hiện nay.
Đăng nhận xét