Jump to content

Driver Güncellemeyi Nasıl Aşıyorsunuz ?


Bordo38
 Share

Recommended Posts

Driver güncellemeyi nasıl aşıyorsunuz ?
Merhabalar daha önceki sürümlerde dism ile regedit üzerinden driver updateyi devre dışı bırakabiliyorduk bir şekilde aşabiliyordum lakin 1803 sürümünde windows updateyi devre dışı bırakmaktan başka çaresi yok lakin format attıkdan sonra windows hazır yazısı geldiği anda ben updateyi kapatamadan indirmiş yüklemiş oluyor dolayısıyla updateyi kapatsamda temiz kurulum yapmış olamıyorum illaki drivleri silmem gerekiyor ben hiç yüklemesin istiyorum ? ayrıca bu saçma politikayı dayatmalarının sebebi ne anlamış değilim.
  • Like 1
Link to comment
Share on other sites

reg add "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate" /v "ExcludeWUDriversInQualityUpdate" /t REG_DWORD /d "1" /f

ya da

reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Device Metadata" /v "PreventDeviceMetadataFromNetwork" /t REG_DWORD /d "1" /f
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\DriverSearching" /v "DontSearchWindowsUpdate" /t REG_DWORD /d "1" /f
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\DriverSearching" /v "SearchOrderConfig" /t REG_DWORD /d "0" /f
reg add "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate" /v "ExcludeWUDriversInQualityUpdate" /t REG_DWORD /d "1" /f
schtasks /Change /TN "Microsoft\Windows\Device Setup\Metadata Refresh" /Disable

 

 

Please register to see this content.

 

 

Edited by efe34
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...