Set-Service -Name wuauserv -StartupType Automatic
Start-Service wuauserv
Set-Service -Name DoSvc -StartupType Automatic
Start-Service DoSvc
Set-Service -Name BITS -StartupType Automatic
Start-Service BITS
Install-Language ru-RU
Set-SystemPreferredLanguage ru-RU
Set-Service -Name wuauserv -StartupType Disabled
Stop-Service wuauserv -Force
Set-Service -Name DoSvc -StartupType Disabled
Stop-Service DoSvc -Force
Set-Service -Name BITS -StartupType Disabled
Stop-Service BITS -Force