Görev yöneticisinde ağı kullanmakta olan ağ hizmetine tıkladığınızda alt hizmetlerin görünmesi lazım. Orada ağı kullanan Windows hizmeti olarak teslim iyileştirme mi görünüyor acaba başka bir hizmet mi?
Aktif ettim hocam. Bakalım iş yapacak mıO&O ShutUp10++ yazılımını indirip açın ve aşağıdaki seçeneği aktif hale getirip kapatın, eğer zaten açık ise açıp kapatın.
Bakalım böyle nasıl olacak.
O&O ShutUp10++ - O&O Software GmbH
O&O ShutUp10++: Free antispy tool for Windows 10 and 11 Download Version 1.9.1444, File size 2074KB. Released on: 02/12/2025 O&O ShutUp10++ means you have full control over which comfort functions under Windows 10 and Windows 11 you wish to use, … Continue reading →www.oo-software.com
Eki Görüntüle 1292754
O da bu şekilde hocam.Görev yöneticisinde ağı kullanmakta olan ağ hizmetine tıkladığınızda alt hizmetlerin görünmesi lazım. Orada ağı kullanan Windows hizmeti olarak teslim iyileştirme mi görünüyor acaba başka bir hizmet mi?
Yeniden başlatmaya gerek var mı bilmiyorum ama yapsanız iyi olur.Aktif ettim hocam. Bakalım iş yapacak mı![]()
drive.google.com
Başlattım bakalım. Sonucu paylaşırım.Yeniden başlatmaya gerek var mı bilmiyorum ama yapsanız iyi olur.
Uyguladım hocam. Şu anlık kesildi gibi. Umarım tekrar açılmaz. Teşekkür ederim.Aşağıda hazırlamış olduğum dosyayı indirin. Zip içindeki Fix klasörünü masaüstüne atın. Fix.bat dosyasını yönetici olarak çalıştırın. Kısa sürer. İşlem bitince bilgi mesajı verip otomatik kapanır.
Teslim en iyileştirme servisini kapatır ve market güncelleştirmelerini manuel yapar.
OgnitorenKs.NoAutoUpdated.zip
drive.google.com
[CODE title="Fix.bat içeriği"]echo off
cls
title No Auto Update / OgnitoreKs
cd /d "%~dp0"
for /f %%a in ('"cd"') do set konum=%%a
CallowerRun
%PowerRun% sc config DoSvc start= disabled
%PowerRun% net stop DoSvc
:: 3.Parti Market uygulamalarının yeniden yüklenmesi engelleyen bölüm
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "FeatureManagementEnabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 > NUL 2>&1
:: Önceden yüklenmiş OEM uygulamalar devre dışı bırakılıyor...
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "OemPreInstalledAppsEnabled" /t REG_DWORD /d 0 > NUL 2>&1
:: Önceden yüklenmiş OEM uygulamalar (Minecraft, CandyCrush, Flipboard) kapatılıyor.
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 > NUL 2>&1
:: Önerilen uygulamaları otomatik olarak yükleyin kapatılıyor.
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContent-314559Enabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContentEnabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SystemPane RecommendionsEnabled" /t REG_DWORD /d 0 > NUL 2>&1
:: Market otomatik güncelleştirme kapatır.
reg add "HKLM\SOFTWARE\Policies\Microsoft\WindowsStore" /v "AutoDownload" /t REG_DWORD /d 2 /f > NUL 2>&1
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /f /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 > NUL 2>&1
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /f /v "DODownloadMode" /t REG_DWORD /d "100" > NUL 2>&1
:: Güncelleştirmeler Manuel yapılıyor...
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /f /v "NoAutoUpdate" /t REG_DWORD /d "0" > NUL 2>&1
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /f /v "AUOptions" /t REG_DWORD /d "2" > NUL 2>&1
echo İşlem tamamlandı. Komut ekranı otomatik kapancaktır.
echo OgnitorenKs
timeout /t 3 /nobreak > NUL
exit
owerRun
set PowerRun=%konum%\Files\PowerRun.exe /SW:0 %SystemRoot%\system32\cmd.exe /c
goto :EOF
[/CODE]
Aşağıda hazırlamış olduğum dosyayı indirin. ZIP içindeki Fix klasörünü masaüstüne atın. Fix.bat dosyasını yönetici olarak çalıştırın. Kısa sürer. İşlem bitince bilgi mesajı verip otomatik kapanır.
Teslim en iyileştirme servisini kapatır ve market güncelleştirmelerini manuel yapar.
OgnitorenKs.NoAutoUpdated.zip
drive.google.com
[CODE title="Fix.bat içeriği"]echo off
cls
title No Auto Update / OgnitoreKs
cd /d "%~dp0"
for /f %%a in ('"cd"') do set konum=%%a
CallowerRun
%PowerRun% sc config DoSvc start= disabled
%PowerRun% net stop DoSvc
:: 3.Parti Market uygulamalarının yeniden yüklenmesi engelleyen bölüm
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "FeatureManagementEnabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 > NUL 2>&1
:: Önceden yüklenmiş OEM uygulamalar devre dışı bırakılıyor...
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "OemPreInstalledAppsEnabled" /t REG_DWORD /d 0 > NUL 2>&1
:: Önceden yüklenmiş OEM uygulamalar (Minecraft, CandyCrush, Flipboard) kapatılıyor.
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 > NUL 2>&1
:: Önerilen uygulamaları otomatik olarak yükleyin kapatılıyor.
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContent-314559Enabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContentEnabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SystemPane RecommendionsEnabled" /t REG_DWORD /d 0 > NUL 2>&1
:: Market otomatik güncelleştirme kapatır.
reg add "HKLM\SOFTWARE\Policies\Microsoft\WindowsStore" /v "AutoDownload" /t REG_DWORD /d 2 /f > NUL 2>&1
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /f /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 > NUL 2>&1
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /f /v "DODownloadMode" /t REG_DWORD /d "100" > NUL 2>&1
:: Güncelleştirmeler Manuel yapılıyor...
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /f /v "NoAutoUpdate" /t REG_DWORD /d "0" > NUL 2>&1
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /f /v "AUOptions" /t REG_DWORD /d "2" > NUL 2>&1
echo İşlem tamamlandı. Komut ekranı otomatik kapancaktır.
echo OgnitorenKs
timeout /t 3 /nobreak > NUL
exit
owerRun
set PowerRun=%konum%\Files\PowerRun.exe /SW:0 %SystemRoot%\system32\cmd.exe /c
goto :EOF
[/CODE]
Aşağıda hazırlamış olduğum dosyayı indirin. ZIP içindeki fix klasörünü masaüstüne atın. Fix.bat dosyasını yönetici olarak çalıştırın. Kısa sürer. İşlem bitince bilgi mesajı verip otomatik kapanır.
Teslim en iyileştirme servisini kapatır ve market güncelleştirmelerini manuel yapar.
OgnitorenKs.NoAutoUpdated.zip
drive.google.com
[CODE title="Fix.bat içeriği"]echo off.
cls.
title No Auto Update / OgnitoreKs.
cd /d "%~dp0"
for /f %%a in ('"cd"') do set konum=%%a
CallowerRun
%PowerRun% sc config DoSvc start= disabled.
%PowerRun% net stop DoSvc.
:: 3.Parti Market uygulamalarının yeniden yüklenmesi engelleyen bölüm.
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "FeatureManagementEnabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 > NUL 2>&1
:: Önceden yüklenmiş OEM uygulamalar devre dışı bırakılıyor...
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "OemPreInstalledAppsEnabled" /t REG_DWORD /d 0 > NUL 2>&1
:: Önceden yüklenmiş OEM uygulamalar (Minecraft, CandyCrush, Flipboard) kapatılıyor.
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 > NUL 2>&1
:: Önerilen uygulamaları otomatik olarak yükleyin kapatılıyor.
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContent-314559Enabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SubscribedContentEnabled" /t REG_DWORD /d 0 > NUL 2>&1
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /f /v "SystemPane RecommendionsEnabled" /t REG_DWORD /d 0 > NUL 2>&1
:: Market otomatik güncelleştirme kapatır.
reg add "HKLM\SOFTWARE\Policies\Microsoft\WindowsStore" /v "AutoDownload" /t REG_DWORD /d 2 /f > NUL 2>&1
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /f /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 > NUL 2>&1
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /f /v "DODownloadMode" /t REG_DWORD /d "100" > NUL 2>&1
:: Güncelleştirmeler Manuel yapılıyor...
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /f /v "NoAutoUpdate" /t REG_DWORD /d "0" > NUL 2>&1
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /f /v "AUOptions" /t REG_DWORD /d "2" > NUL 2>&1
echo İşlem tamamlandı. Komut ekranı otomatik kapancaktır.
echo OgnitorenKs.
timeout /t 3 /nobreak > NUL.
exit.
owerRun
set PowerRun=%konum%\Files\PowerRun.exe /SW:0 %SystemRoot%\system32\cmd.exe /c
goto :EOF
[/CODE]
Bu sitenin çalışmasını sağlamak için gerekli çerezleri ve deneyiminizi iyileştirmek için isteğe bağlı çerezleri kullanıyoruz.