메뉴 건너뛰기

Part 1. Remove Windows Updates using WUSA command.

1. Open Command Prompt as Administrator.

2. Display the configuration of the operating system and view a list of the installed updates, with this command:

 
  • systeminfo.exe

3. At Hotfix(s) section, locate the number of the KB update that you want to uninstall. (e.g. "4058702")

4. Finally give the following command to remove the desired update. (e.g. the KB "4058702")

  • wusa /uninstall /kb:4058702 /quiet /norestart

* Note: If you receive an "Error: 5 Access is denied", after executing the above command then make sure that you have open an Administrative Command Prompt window and temporarily disable your Antivirus Protection.

 

Part 2. Remove Windows Updates using the DISM tool from the Windows GUI. *

* Note: The advantage of the DISM tool is that you can use it to remove updates. from either the Windows GUI (if Windows boot normally) or the Windows recovery environment. This is useful if Windows fails to start after an unsuccessful update installation.

1. Open Command Prompt as Administrator.

2. First, view a list with the installed updates with the DISM command:

  • dism /online /get-packages /format:table

3. At the "Package Identity" column, find out the Package Name of the update that you want to remove. *

* e.g. To remove the "Package_for_KB4058702~31bf3856ad364e35~amd64~~16299.188.1.0"

Tip: If you want to view more details for an installed package then give this command:

  • dism /online /get-packageinfo /packagename:PackageName

e.g: dism /online /get-packageinfo /packagename:Package_for_KB4058702~31bf3856ad364e35~amd64~~16299.188.1.0

image-32.png

 

4. Finally, type the following command to remove the desired update package and press Enter: *

  • dism /Online /Remove-Package /PackageName:PackageName

* e.g. To remove the "Package_for_KB4058702~31bf3856ad364e35~amd64~~16299.188.1.0", give this command:

 

 

  • dism /Online /Remove-Package /PackageName:Package_for_KB4058702~31bf3856ad364e35~amd64~~16299.188.1.0

 

 

번호 제목 글쓴이 날짜 조회 수
28 소유권가져오기 배치파일 file 지원컴퓨터 2022.11.26 49
27 WSH23.05 file 지원컴퓨터 2022.10.17 66
26 MAS 1.6 file 지원컴퓨터 2022.08.19 108
25 Windows 11 설치시 MS 계정 요구 사항을 우회하는 방법 file 지원컴퓨터 2022.06.30 37
24 rufus 3.19 Beta는 Windows 11 22H2 설치시 MS 계정 요구사항을 우회함 file 지원컴퓨터 2022.06.27 43
23 Windows 11, 22H2에서 바탕화면의 멀티태스킹(Snap Layouts)을 끄는 방법 file 지원컴퓨터 2022.06.27 38
22 Windows 10/11에서 전체 화면 알림창을 비활성화하는 방법 file 지원컴퓨터 2022.06.27 38
21 Windows 10/11에서 "갓 모드" 활성화 방법 file 지원컴퓨터 2022.06.27 41
20 Windows 11, 22H2 프리뷰 빌드에서 [인터넷 연결없이 로컬 계정으로 설치]하는 방법 file 지원컴퓨터 2022.06.27 39
19 엣지 북마크 파일 위치 지원컴퓨터 2022.04.01 43
18 이 웹 사이트의 보안 인증서에 문제가 있습니다 file 지원컴퓨터 2021.12.17 45
17 공유도구 file 지원컴퓨터 2021.12.10 48
16 네트워크로 윈도우 동시 복사하기 ( G4L ) file 지원컴퓨터 2021.11.24 56
15 인증임시 file 지원컴퓨터 2021.11.04 99
14 윈도우10 앱 자동 설치 방지(windows 추천기능 해제) file 지원컴퓨터 2021.11.04 49
13 (방화벽설정) 특정프로그램 인터넷차단 file 지원컴퓨터 2021.10.30 39
12 DISM을 이용하여 윈도우에 설치된 package 제거 지원컴퓨터 2021.10.26 53
11 네트워크 프린터 연결 불가 증상 해결 - KB5005565, KB5006670 업데이트 제거 file 지원컴퓨터 2021.10.26 41
10 윈도우 업데이트 숨기기 file 지원컴퓨터 2021.10.26 37
» 윈도우 업데이트 제거 - WUSA and DISM 명령 file 지원컴퓨터 2021.10.26 57