Загрузка данных


@echo off
title ATOM D525 OPTIMIZER v2.0
net session >nul 2>&1
if %errorLevel% neq 0 (
    echo Запусти от администратора!
    pause
    exit
)

echo ========================================
echo    ATOM D525 NUCLEAR OPTIMIZER v2.0
echo ========================================
echo.

:: ========================================
:: СЛУЖБЫ
:: ========================================
echo [1/5] Убиваем службы...

sc config AppIDSvc start= disabled
sc config AppXSvc start= disabled
sc config BITS start= disabled
sc config BrokerInfrastructure start= disabled
sc config cbdhsvc start= disabled
sc config CDPSvc start= disabled
sc config CDPUserSvc start= disabled
sc config DiagTrack start= disabled
sc config DusmSvc start= disabled
sc config DPS start= disabled
sc config DiagExecutionService start= disabled
sc config DisplayEnhancementService start= disabled
sc config hidserv start= disabled
sc config wlidsvc start= disabled
sc config WdNisSvc start= disabled
sc config WinDefend start= disabled
sc config NcdAutoSetup start= disabled
sc config NcbService start= disabled
sc config Spooler start= disabled
sc config PcaSvc start= disabled
sc config RasMan start= disabled
sc config wscsvc start= disabled
sc config LanmanServer start= disabled
sc config sppsvc start= disabled
sc config StateRepository start= disabled
sc config SysMain start= disabled
sc config UsoSvc start= disabled
sc config WerSvc start= disabled
sc config EventLog start= disabled
sc config WpnService start= disabled
sc config WpnUserService start= disabled
sc config WSearch start= disabled
sc config SecurityHealthService start= disabled
sc config wuauserv start= disabled
sc config WinHttpAutoProxySvc start= disabled
sc config YandexBrowserUpdate start= disabled
sc config MapsBroker start= disabled
sc config lfsvc start= disabled
sc config TrkWks start= disabled
sc config WbioSrvc start= disabled
sc config TabletInputService start= disabled
sc config Fax start= disabled
sc config RetailDemo start= disabled
sc config SEMgrSvc start= disabled
sc config PhoneSvc start= disabled
sc config WpcMonSvc start= disabled
sc config wisvc start= disabled
sc config icssvc start= disabled
sc config PeerDistSvc start= disabled
sc config p2pimsvc start= disabled
sc config p2psvc start= disabled
sc config XblAuthManager start= disabled
sc config XblGameSave start= disabled
sc config XboxNetApiSvc start= disabled
sc config XboxGipSvc start= disabled
sc config edgeupdate start= disabled
sc config MicrosoftEdgeElevationService start= disabled

sc stop AppIDSvc 2>nul
sc stop AppXSvc 2>nul
sc stop BITS 2>nul
sc stop cbdhsvc 2>nul
sc stop CDPSvc 2>nul
sc stop DiagTrack 2>nul
sc stop DusmSvc 2>nul
sc stop DPS 2>nul
sc stop DisplayEnhancementService 2>nul
sc stop hidserv 2>nul
sc stop wlidsvc 2>nul
sc stop WdNisSvc 2>nul
sc stop WinDefend 2>nul
sc stop NcbService 2>nul
sc stop Spooler 2>nul
sc stop PcaSvc 2>nul
sc stop RasMan 2>nul
sc stop wscsvc 2>nul
sc stop LanmanServer 2>nul
sc stop SysMain 2>nul
sc stop UsoSvc 2>nul
sc stop WerSvc 2>nul
sc stop WpnService 2>nul
sc stop WSearch 2>nul
sc stop SecurityHealthService 2>nul
sc stop wuauserv 2>nul
sc stop YandexBrowserUpdate 2>nul
sc stop MapsBroker 2>nul

echo [OK] Службы отключены
echo.

:: ========================================
:: ТЕЛЕМЕТРИЯ РЕЕСТР
:: ========================================
echo [2/5] Выжигаем телеметрию...

reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v AllowTelemetry /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" /v AllowTelemetry /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v LimitDiagnosticLogCollection /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v DisableOneSettingsDownloads /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Services\DiagTrack" /v Start /t REG_DWORD /d 4 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Services\dmwappushservice" /v Start /t REG_DWORD /d 4 /f

:: Cortana
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v AllowCortana /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v DisableWebSearch /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v ConnectedSearchUseWeb /t REG_DWORD /d 0 /f

:: Реклама
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo" /v Enabled /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AdvertisingInfo" /v DisabledByGroupPolicy /t REG_DWORD /d 1 /f

:: Слежка за активностью
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v EnableActivityFeed /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v PublishUserActivities /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v UploadUserActivities /t REG_DWORD /d 0 /f

:: Feedback
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v DoNotShowFeedbackNotifications /t REG_DWORD /d 1 /f
reg add "HKCU\SOFTWARE\Microsoft\Siuf\Rules" /v NumberOfSIUFInPeriod /t REG_DWORD /d 0 /f
reg add "HKCU\SOFTWARE\Microsoft\Siuf\Rules" /v PeriodInNanoSeconds /t REG_DWORD /d 0 /f

echo [OK] Телеметрия выжжена
echo.

:: ========================================
:: ВИЗУАЛ И ПРОИЗВОДИТЕЛЬНОСТЬ
:: ========================================
echo [3/5] Оптимизируем визуал...

:: Анимации нахер
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects" /v VisualFXSetting /t REG_DWORD /d 2 /f
reg add "HKCU\Control Panel\Desktop" /v UserPreferencesMask /t REG_BINARY /d 9012038010000000 /f
reg add "HKCU\Control Panel\Desktop" /v MenuShowDelay /t REG_SZ /d "0" /f
reg add "HKCU\Control Panel\Desktop\WindowMetrics" /v MinAnimate /t REG_SZ /d "0" /f

:: Прозрачность выкл
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize" /v EnableTransparency /t REG_DWORD /d 0 /f

:: Фоновые приложения выкл
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications" /v GlobalUserDisabled /t REG_DWORD /d 1 /f

:: Автодефрагментация выкл (SSD не нужна!)
reg add "HKLM\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction" /v Enable /t REG_SZ /d "N" /f

:: Hibernation выкл (освобождает место)
powercfg /h off

:: Таймаут выключения процессов — быстрее завершение
reg add "HKCU\Control Panel\Desktop" /v WaitToKillAppTimeout /t REG_SZ /d "1000" /f
reg add "HKCU\Control Panel\Desktop" /v HungAppTimeout /t REG_SZ /d "1000" /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control" /v WaitToKillServiceTimeout /t REG_SZ /d "1000" /f

echo [OK] Визуал оптимизирован
echo.

:: ========================================
:: АВТООБНОВЛЕНИЯ И СЛЕЖКА
:: ========================================
echo [4/5] Блокируем обновления и слежку...

:: Windows Update полная блокировка
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v DisableWindowsUpdateAccess /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v AUOptions /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\Device Metadata" /v PreventDeviceMetadataFromNetwork /t REG_DWORD /d 1 /f

:: SmartScreen выкл
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v SmartScreenEnabled /t REG_SZ /d "Off" /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v EnableSmartScreen /t REG_DWORD /d 0 /f

:: Слежка за программами выкл
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v Start_TrackProgs /t REG_DWORD /d 0 /f
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v Start_TrackEnabled /t REG_DWORD /d 0 /f

:: Delivery Optimization (раздача обновлений соседям) выкл
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization" /v DODownloadMode /t REG_DWORD /d 0 /f

echo [OK] Обновления заблокированы
echo.

:: ========================================
:: ПЛАНИРОВЩИК ЗАДАЧ
:: ========================================
echo [5/5] Чистим планировщик...

schtasks /change /tn "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /disable 2>nul
schtasks /change /tn "Microsoft\Windows\Application Experience\ProgramDataUpdater" /disable 2>nul
schtasks /change /tn "Microsoft\Windows\Application Experience\StartupAppTask" /disable 2>nul
schtasks /change /tn "Microsoft\Windows\Autochk\Proxy" /disable 2>nul
schtasks /change /tn "Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /disable 2>nul
schtasks /change /tn "Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /disable 2>nul
schtasks /change /tn "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" /disable 2>nul
schtasks /change /tn "Microsoft\Windows\Feedback\Siuf\DmClient" /disable 2>nul
schtasks /change /tn "Microsoft\Windows\Feedback\Siuf\DmClientOnScenarioDownload" /disable 2>nul
schtasks /change /tn "Microsoft\Windows\Windows Error Reporting\QueueReporting" /disable 2>nul
schtasks /change /tn "Microsoft\Windows\WindowsUpdate\Automatic App Update" /disable 2>nul
schtasks /change /tn "Microsoft\Windows\WindowsUpdate\Scheduled Start" /disable 2>nul
schtasks /change /tn "Microsoft\Windows\UpdateOrchestrator\Schedule Scan" /disable 2>nul
schtasks /change /tn "Microsoft\Windows\UpdateOrchestrator\USO_UxBroker" /disable 2>nul
schtasks /change /tn "Microsoft\Windows\Maps\MapsUpdateTask" /disable 2>nul
schtasks /change /tn "Microsoft\Windows\Maps\MapsToastTask" /disable 2>nul

echo [OK] Планировщик почищен
echo.

:: ========================================
:: HOSTS — блокируем телеметрию на уровне DNS
:: ========================================
echo Блокируем телеметрию в hosts...

set HOSTS=C:\Windows\System32\drivers\etc\hosts
echo. >> %HOSTS%
echo 0.0.0.0 telemetry.microsoft.com >> %HOSTS%
echo 0.0.0.0 vortex.data.microsoft.com >> %HOSTS%
echo 0.0.0.0 settings-win.data.microsoft.com >> %HOSTS%
echo 0.0.0.0 watson.telemetry.microsoft.com >> %HOSTS%
echo 0.0.0.0 sqm.telemetry.microsoft.com >> %HOSTS%
echo 0.0.0.0 df.telemetry.microsoft.com >> %HOSTS%
echo 0.0.0.0 reports.wes.df.telemetry.microsoft.com >> %HOSTS%
echo 0.0.0.0 wes.df.telemetry.microsoft.com >> %HOSTS%
echo 0.0.0.0 services.wes.df.telemetry.microsoft.com >> %HOSTS%
echo 0.0.0.0 statsfe2.ws.microsoft.com >> %HOSTS%
echo 0.0.0.0 corpext.msitadfs.glbdns2.microsoft.com >> %HOSTS%
echo 0.0.0.0 compatexchange.cloudapp.net >> %HOSTS%
echo 0.0.0.0 cs1.wpc.v0cdn.net >> %HOSTS%
echo 0.0.0.0 a-0001.a-msedge.net >> %HOSTS%

echo [OK] Hosts заблокирован
echo.

echo ========================================
echo    ВСЁ ГОТОВО! ПЕРЕЗАГРУЖАЙ!
echo ========================================
echo.
pause