Ошибки WindowsОшибка
ERROR_FILE_NOT_FOUND (2)ERROR_FILE_NOT_FOUND (2) — File Not Found
The system cannot find the specified file.
windows
Подробнее ERROR_SESSION_CREDENTIAL_CONFLICT (1219)Multiple connections to a server using different credentials are not allowed.
A network connection to the server already exists with different user credentials. Windows allows only one set of credentials per server.
Disconnect existing connections with net use \\server /delete. Use the same credentials. Map to the server with a single set of credentials.
:: Remove existing connections
net use * /delete
:: Then reconnect
net use \\server\share /user:domain\user passwordERROR_FILE_NOT_FOUND (2)The system cannot find the specified file.
ERROR_SERVICE_REQUEST_TIMEOUT (1053)The service did not respond to the start or control request in a timely fashion.
WSAECONNABORTED (10053)The connection was aborted by the local software.
WU_E_PT_HTTP_STATUS_NOT_FOUND (0x80244019)The Windows Update server returned a 404 error.
BAD_POOL_CALLER (0x000000C2)A kernel-mode process or driver made an invalid pool memory request.
WSAEHOSTDOWN (10064)The remote host is down.