Chrome, Edge 브라우저 자동 업데이트 막는 방법
- microsofe windows edge browser auto update disable setting, 
(엣지 업데이트 막기, 크롬 업데이트 막기)


- 기본 방법 : 업데이트 프로그램이 인터넷이 안되도록 방화벽 규칙에 추가한다.


* 엣지(Edge)
- MicrosoftEdgeUpdate.exe 인터넷 막기

> netsh advfirewall firewall add rule name="Disable Edge Updates" dir=out action=block program="C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe"


* 크롬(Chrome)
- GoogleUpdate.exe 인터넷 막기


> netsh advfirewall firewall add rule name="Disable Edge Updates" dir=out action=block program="C:\Program Files (x86)\Google\Update\GoogleUpdate.exe"



//-----------------------------------------------------------------------------
다시 가능하게 하는 방법 >
update 프로그램의 인터넷 방지를 해제해서 자동 업데이트 가능하도록 만듬

* 엣지(Edge)
> netsh.exe advfirewall firewall delete rule name="Disable Edge Updates" program="C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe"


* 크롬(Chrome)
> netsh.exe advfirewall firewall delete rule name="Disable Edge Updates" program="C:\Program Files (x86)\Google\Update\GoogleUpdate.exe"


//-------------------------------------
참고
https://winaero.com/how-to-disable-updates-in-microsoft-edge/


반응형
Posted by codens


반응형