Advertisement
efxtv

Disable Windows Auto UPDATE Permanently

Oct 5th, 2023 (edited)
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | Cybersecurity | 0 0
  1. Topic: Disable Windows Auto UPDATE Permanently
  2. Telegram post: https://t.me/efxtv/2814
  3.  
  4. Disable Windows Automatic UPDATE Using:
  5. run (services.msc),
  6. run(regedit)
  7.  
  8. # Press windows + r Start run dialogue box
  9. services.msc
  10.  
  11. # Search for Windows Update
  12. # Right-click Go to properties
  13. # Select Disable
  14. # Apply
  15. # Okay
  16.  
  17. # Press windows + r Start run the dialogue box > (stands for click)
  18. regedit
  19. > HKEY_LOCAL_MACHINE
  20. > SOFTWARE
  21. > POLICIES
  22. > MICROSOFT
  23. > WINDOWS
  24.  
  25. # Right-click on Windows
  26. New > Key
  27. # Name the key and hit enter
  28. WindowsUpdate
  29.  
  30. # Right-click on WindowsUpdate
  31. > New >key
  32. # Name the key and hit enter
  33. AU
  34.  
  35. # Select AU
  36. # On the right-hand side do a right-click
  37. > New >DWORD (32-Bit) Value
  38. # Name the key hit enter
  39. NoAutoUpdate
  40.  
  41. # Double click on NoAutoUpdate
  42. # enter value 1 and hit on ok
  43.  
  44. Learn more about Windows ethical Hacking and tutorials
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement