What do you guys think about those instructions?
“
It is not recommended to disable Windows updates as doing so can leave your system open to security risks. However, if you still want to proceed with disabling the updates, you can follow the below steps:
1. To open the Local Group Policy Editor, press the Windows key + R, type "gpedit.msc", and hit Enter.
2. Navigate to: Computer Configuration > Administrative Templates > Windows Components > Windows Update.
3. Double-click on "Configure Automatic Updates", and choose the "Disabled" option.
4. Click "OK" to save the changes.
5. Now, open the Registry Editor by pressing the Windows key + R, typing "regedit", and hitting Enter.
6. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU.
7. If the key "AU" doesn't exist, create it by right-clicking on the "WindowsUpdate" key, selecting New > Key, and naming it "AU".
8. Right-click on the "AU" key, select New > DWORD (32-bit) Value, and name it "NoAutoUpdate".
9. Double-click on the "NoAutoUpdate" value and set its value to 1.
10. Click "OK" to save the changes. ”