Установить Steam
войти
|
язык
简体中文 (упрощенный китайский)
繁體中文 (традиционный китайский)
日本語 (японский)
한국어 (корейский)
ไทย (тайский)
Български (болгарский)
Čeština (чешский)
Dansk (датский)
Deutsch (немецкий)
English (английский)
Español - España (испанский)
Español - Latinoamérica (латиноам. испанский)
Ελληνικά (греческий)
Français (французский)
Italiano (итальянский)
Bahasa Indonesia (индонезийский)
Magyar (венгерский)
Nederlands (нидерландский)
Norsk (норвежский)
Polski (польский)
Português (португальский)
Português-Brasil (бразильский португальский)
Română (румынский)
Suomi (финский)
Svenska (шведский)
Türkçe (турецкий)
Tiếng Việt (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
For #7, try rebooting your router. Are you experiencing drops of your wireless connectivity? You can also check if there's an update for your network adapter.
For #4: these are usually nuisances more than anything. You can delete the offending GUID in the registry, just read the message box first. If it names a specific Windows process, leave it alone. Otherwise, I made a short YouTube video; it's very easy to eliminate most if not all. Just have a backup if you're not sure.
The other stuff you might search for on the 'net.
https://www.youtube.com/watch?v=EutJNEZ6Xms
https://downloadcenter.intel.com/product/59485/Wireless
Such as you having a fast OS startup via an SSD. Then a device is lagging to start because its all ready to go, but its software suite has yet to complete loading in the background; tossing up such errors in the event logs.
Search Box > CMD > click on Run As Admin
Then Command Prompt pops up, run these, one at a time.
CHKDSK /F /R
^Will require a reboot in order to run on C Drive.
SFC /ScanNow
DISM /Online /Cleanup-Image /RestoreHealth
To see if CHKDSK addressed any problems you'll have to review the Log within
Event Viewer > Windows Logs > Application
CHKDSK checks for and attempts to correct any issues with File integrity, bad sectors on drive, false reading of free space; etc.
SFC verifies and can address corrupted OS core files.
DISM can address issues with the BITS or WindowsUpdates services.