Advertisement
rhaniprasetya

Script block windows updates

Apr 19th, 2018
2,097
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ada 0.62 KB | None | 0 0
  1. /ip firewall raw
  2. add action=drop chain=prerouting comment="Blocking Windows Update" content=update.microsoft.com
  3. add action=drop chain=prerouting content=download.microsoft.com
  4. add action=drop chain=prerouting content=download.windowsupdate.com
  5. add action=drop chain=prerouting content=windowsupdate.com
  6. add action=drop chain=prerouting content=wustat.windows.com
  7. add action=drop chain=prerouting content=ntservicepack.microsoft.com
  8. add action=drop chain=prerouting content=stats.microsoft.com
  9. add action=drop chain=prerouting content=wustat.windows.com
  10. add action=drop chain=prerouting content=windowsupdate.microsoft.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement