Header Ads

Cách remove multiOTP trên Windows

Cách xử lý khi không vào Windows (không login được)

1. Boot bằng Windows Installation ISO (USB/CD cài Win)

  • Cắm USB boot Windows → vào menu boot.

  • Chọn Repair your computer (không cài mới).

  • Vào Troubleshoot → Advanced Options → Command Prompt.

2. Xác định phân vùng Windows

  • Thường là C: nhưng trong môi trường WinPE có thể khác → gõ:

    diskpart list volume exit
  • Tìm volume có Windows hoặc OS. Giả sử nó là D:.

3. Xóa file multiOTP Credential Provider

  • Gõ lệnh (tùy nơi cài, thường trong System32):

    del D:\Windows\System32\multiotpcredentialprovider.dll
  • Ngoài ra check thêm thư mục:

    del "D:\Program Files\multiOTP\*.*" /s /q del "D:\Program Files (x86)\multiOTP\*.*" /s /q

4. Xóa key trong Registry offline

  • Gõ:

    reg load HKLM\TEMP D:\Windows\System32\Config\SOFTWARE reg delete "HKLM\TEMP\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{GUID_cua_multiOTP}" /f reg unload HKLM\TEMP

    👉 {GUID_cua_multiOTP} thường có tên trong value chứa chữ multiOTP.

5. Restart lại máy

  • wpeutil reboot.

  • Vào lại Windows → bây giờ sẽ không gọi OTP nữa, chỉ login bằng user/pass.

Không có nhận xét nào

Được tạo bởi Blogger.