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]
Are there games that ask for driver updates? there are Drivers that ask for windows update, there are windows that need to be updated so that some games can run well!!
Pause Updates (Temporary Method): a. Click on the Start button and then click on the Settings gear icon (or press Win + I). b. In the Settings window, select Update & Security. c. In the left pane, click on Windows Update. d. Click on the Advanced options link. e. Under "Pause updates," use the dropdown menu to select a date up to 35 days in the future to pause updates. This will temporarily prevent Windows from installing updates during the selected period.
Metered Connection Method (Temporary Method): a. Connect to a Wi-Fi network. b. Click on the Start button, then go to Settings > Network & Internet. c. In the left pane, select Wi-Fi. d. Click on your connected Wi-Fi network. e. Toggle on the option that says Set as metered connection. This can prevent some updates from downloading automatically.
Using Group Policy Editor:
a. Press Win + R to open the Run dialog box, then type gpedit.msc and press Enter.
b. In the Group Policy Editor, navigate to:
rustCopy code
Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update
c. Locate and double-click on the setting named Configure Automatic Updates.
d. In the properties window, select Disabled and click Apply and then OK.
Using the Registry Editor:
a. Press Win + R to open the Run dialog box, then type regedit and press Enter.
b. In the Registry Editor, navigate to:
Copy code
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
c. Right-click on the right-hand pane and select New -> DWORD (32-bit) Value. Name it NoAutoUpdate.
d. Double-click on NoAutoUpdate and set its value data to 1.
e. Restart your computer.