Любите винду и секс? У вас не работает тор, а особенно плохо открываются Hidden сервисы?
Выход есть! Только сегодня, бесплатно и без смс, волшебное заклинание настраивающее часы:
net stop W32Time
reg ADD HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config /v MaxNegPhaseCorrection /t REG_DWORD /d 0xffffffff /f
reg ADD HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config /v MaxPosPhaseCorrection /t REG_DWORD /d 0xffffffff /f
reg ADD HKLM\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient /v SpecialPollInterval /t REG_DWORD /d 3600 /f
sc config W32Time start= delayed-auto
net start W32Time
w32tm /config /syncfromflags:manual /manualpeerlist:0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org,3.pool.ntp.org
w32tm /config /update
w32tm /resync
Оно же, но специально предназначенное для виртуалок внутри линукса, в KVM:
reg ADD HKLM\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer /v Enabled /t REG_DWORD /d 0 /f
reg ADD HKLM\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient /v Enabled /t REG_DWORD /d 0 /f
reg ADD HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Parameters /v Type /t REG_SZ /d NoSync /f
reg add HKLM\System\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_DWORD /d 1 /f
net stop W32Time
sc config W32Time start= disabled
bcdedit /deletevalue {default} USEPLATFORMCLOCK
При этом сама виртуалка должна быть тоже настроена особым образом:
<features>
<a*****i/>
<apic/>
<pae/>
<hyperv>
<relaxed state='on'/>
<vapic state='on'/>
<spinlocks state='on' retries='8191'/>
</hyperv>
</features>
<clock offset='utc'>
<timer name='rtc' tickpolicy='catchup' track='guest'/>
<timer name='pit' tickpolicy='delay'/>
<timer name='hypervclock' present='yes'/>
<timer name='hpet' present='no'/>
</clock>
Мне уже срывает крышу, поэтому на закуску бесплатная раздача слонов, приз в студию: на этот раз это особо мощное колдунство, чтобы винда не шпионила. Все как всегда бесплатно и без смс:
@echo off
@cls
if "%PROCESSOR_ARCHITEW6432%"=="AMD64" if not "%PROCESSOR_ARCHITECTURE%"=="AMD64" (
echo Script must be runned in 64-bit cmd.exe
pause
exit /B 1
)
cd "%SystemRoot%"
sc config wuauserv start= auto
net start wuauserv
schtasks /change /tn "Microsoft\Office\Office 15 Subscription Heartbeat" /disable
schtasks /change /tn "Microsoft\Office\Office ClickToRun Service Monitor" /disable
schtasks /change /tn "Microsoft\Office\OfficeTelemetry\AgentFallBack2016" /disable
schtasks /change /tn "Microsoft\Office\OfficeTelemetry\OfficeTelemetryAgentLogOn2016" /disable
schtasks /change /tn "Microsoft\Office\OfficeTelemetryAgentFallBack" /disable
schtasks /change /tn "Microsoft\Office\OfficeTelemetryAgentFallBack2016" /disable
schtasks /change /tn "Microsoft\Office\OfficeTelemetryAgentLogOn" /disable
schtasks /change /tn "Microsoft\Office\OfficeTelemetryAgentLogOn2016" /disable
schtasks /change /tn "Microsoft\Windows\AppID\SmartScreenSpecific" /disable
schtasks /change /tn "Microsoft\Windows\Application Experience\AitAgent" /disable
schtasks /change /tn "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /disable
schtasks /change /tn "Microsoft\Windows\Application Experience\ProgramDataUpdater" /disable
schtasks /change /tn "Microsoft\Windows\Application Experience\StartupAppTask" /disable
schtasks /change /tn "Microsoft\Windows\Autochk\Proxy" /disable
schtasks /change /tn "Microsoft\Windows\CloudExperienceHost\CreateObjectTask" /disable
schtasks /change /tn "Microsoft\Windows\Customer Experience Improvement Program\BthSQM" /disable
schtasks /change /tn "Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /disable
schtasks /change /tn "Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /disable
schtasks /change /tn "Microsoft\Windows\Customer Experience Improvement Program\Uploader" /disable
schtasks /change /tn "Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /disable
schtasks /change /tn "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" /disable
schtasks /change /tn "Microsoft\Windows\DiskFootprint\Diagnostics" /disable
schtasks /change /tn "Microsoft\Windows\FileHistory\File History (maintenance mode)" /disable
schtasks /change /tn "Microsoft\Windows\Maintenance\WinSAT" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\ActivateWindowsSearch" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\ConfigureInternetTimeService" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\DispatchRecoveryTasks" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\ehDRMInit" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\InstallPlayReady" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\mcupdate" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\MediaCenterRecoveryTask" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\ObjectStoreRecoveryTask" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\OCURActivate" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\OCURDiscovery" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\PBDADiscovery" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\PBDADiscoveryW1" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\PBDADiscoveryW2" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\PvrRecoveryTask" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\PvrScheduleTask" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\RegisterSearch" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\ReindexSearchRoot" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\SqlLiteRecoveryTask" /disable
schtasks /change /tn "Microsoft\Windows\Media Center\UpdateRecordPath" /disable
schtasks /change /tn "Microsoft\Windows\PI\Sqm-Tasks" /disable
schtasks /change /tn "Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem" /disable
schtasks /change /tn "Microsoft\Windows\Shell\FamilySafetyMonitor" /disable
schtasks /change /tn "Microsoft\Windows\Shell\FamilySafetyRefresh" /disable
schtasks /change /tn "Microsoft\Windows\Shell\FamilySafetyUpload" /disable
schtasks /change /tn "Microsoft\Windows\Windows Error Reporting\QueueReporting" /disable
net stop DiagTrack
net stop diagnosticshub.standardcollector.service
net stop dmwappushservice
net stop WMPNetworkSvc
sc config DiagTrack start= disabled
sc config diagnosticshub.standardcollector.service start= disabled
sc config dmwappushservice start= disabled
sc config WMPNetworkSvc start= disabled
reg add "HKLM\SYSTEM\ControlSet001\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener" /v Start /t REG_DWORD /d 0 /f
sc delete dmwappushsvc
sc delete "Diagnostics Tracking Service"
sc delete diagtrack
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Metadata" /v "PreventDeviceMetadataFromNetwork" /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" /v "AllowTelemetry" /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontOfferThroughWUAU" /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\SQMClient\Windows" /v "CEIPEnable" /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "AITEnable" /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "DisableUAR" /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener" /v "Start" /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\WMI\AutoLogger\SQMLogger" /v "Start" /t REG_DWORD /d 0 /f
reg add "HKCU\SOFTWARE\Microsoft\Siuf\Rules" /v "NumberOfSIUFInPeriod" /t REG_DWORD /d 0 /f
reg delete "HKCU\SOFTWARE\Microsoft\Siuf\Rules" /v "PeriodInNanoSeconds" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "SpyNetReporting" /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "SubmitSamplesConsent" /t REG_DWORD /d 2 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "SmartScreenEnabled" /t REG_SZ /d "Off" /f
start /wait wusa /uninstall /norestart /quiet /kb:2952664
start /wait wusa /uninstall /norestart /quiet /kb:2976978
start /wait wusa /uninstall /norestart /quiet /kb:2990214
start /wait wusa /uninstall /norestart /quiet /kb:3021917
start /wait wusa /uninstall /norestart /quiet /kb:3035583
::start /wait wusa /uninstall /norestart /quiet /kb:3042058
start /wait wusa /uninstall /norestart /quiet /kb:3044374
start /wait wusa /uninstall /norestart /quiet /kb:3050265
start /wait wusa /uninstall /norestart /quiet /kb:3065987
start /wait wusa /uninstall /norestart /quiet /kb:3065988
start /wait wusa /uninstall /norestart /quiet /kb:3068708
start /wait wusa /uninstall /norestart /quiet /kb:3075249
start /wait wusa /uninstall /norestart /quiet /kb:3075851
start /wait wusa /uninstall /norestart /quiet /kb:3075853
start /wait wusa /uninstall /norestart /quiet /kb:3080149
start /wait wusa /uninstall /norestart /quiet /kb:3083324
start /wait wusa /uninstall /norestart /quiet /kb:3083325
start /wait wusa /uninstall /norestart /quiet /kb:3083710
start /wait wusa /uninstall /norestart /quiet /kb:3083711
start /wait wusa /uninstall /norestart /quiet /kb:3088195
start /wait wusa /uninstall /norestart /quiet /kb:3093513
start /wait wusa /uninstall /norestart /quiet /kb:3093983
start /wait wusa /uninstall /norestart /quiet /kb:3102810
start /wait wusa /uninstall /norestart /quiet /kb:3112336
start /wait wusa /uninstall /norestart /quiet /kb:971033
start /wait wusa /uninstall /norestart /quiet /kb:976932
net stop wuauserv
net stop BITS
sc config wuauserv start= disabled
sc config BITS start= demand
pause
shutdown -r -t 10
exit /B 0