nho nguoi
Rìu Chiến Chấm
lưu file.cmd rồi chạy nhéBác Dũng chỉ em cách gỡ Edge trên windows 10 ltsc 2021 với Bác, em dùng iobit uninstaller mà nó báo lỗi Bác ạ!
Mã:
@echo off
cd /d "%ProgramFiles(x86)%\Microsoft"
for /f "tokens=3 delims= " %%i in ('reg query "HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft EdgeWebView" /v "DisplayVersion"') do set "version=%%i"
for /f "tokens=3 delims= " %%i in ('reg query "HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge" /v "DisplayVersion"') do set "version=%%i"
EdgeWebView\Application\%version%\Installer\setup.exe --uninstall --force-uninstall --msedgewebview --system-level --verbose-logging
EdgeCore\%version%\Installer\setup.exe --uninstall --force-uninstall --msedge --system-level --verbose-logging
Edge\Application\%version%\Installer\setup.exe --uninstall --force-uninstall --msedge --system-level --verbose-logging
if exist "%ProgramFiles(x86)%\Microsoft" rd /s /q "." >nul 2>&1
exit /b