Eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
Windows 10: How to disable updates PERMANENTLY [Step by step tutorial]
Disabling Windows updates permanently is not recommended, as it leaves your system vulnerable to security threats and may lead to compatibility issues with software and hardware. However, if you have a specific reason for wanting to disable updates, here's a method you can use:
1. **Using Group Policy Editor**:
- Press `Win + R` to open the Run dialog box, then type `gpedit.msc` and press Enter. This will open the Local Group Policy Editor.
- Navigate to `Computer Configuration` > `Administrative Templates` > `Windows Components` > `Windows Update`.
- Double-click on the "Configure Automatic Updates" policy on the right-hand side.
- Select the "Disabled" option, then click Apply and OK to save the changes.
Please note that this method may not be available on Windows 10 Home edition.
2. **Using Registry Editor**:
- Press `Win + R` to open the Run dialog box, then type `regedit` and press Enter to open the Registry Editor.
- Navigate to `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU`. If the `WindowsUpdate` and `AU` keys don't exist, you'll need to create them.
- In the right-hand pane, right-click and select `New` > `DWORD (32-bit) Value`, then name it `NoAutoUpdate`.
- Double-click on `NoAutoUpdate` and set its value to `1`.
- Restart your computer for the changes to take effect.
Again, I strongly advise against permanently disabling Windows updates unless you have a compelling reason to do so. Regular updates are crucial for keeping your system secure and up-to-date with the latest features and improvements. If you're experiencing issues with updates, it's better to troubleshoot and resolve those issues rather than disabling updates entirely.