Ошибки WindowsПредупреждение
ERROR_IO_INCOMPLETE (996)ERROR_IO_INCOMPLETE (996) — I/O Incomplete
An overlapped I/O event is not in a signaled state.
windows
Подробнее ERROR_ACCESS_DENIED (5)The system denied access to the requested resource.
The user or process lacks the required permissions. The file may be locked by another process, or UAC elevation may be required.
Run as Administrator. Check file permissions in Properties > Security. Close programs that may be locking the file. Use icacls to modify permissions.
:: Run as Administrator
runas /user:Administrator cmd
:: Or right-click > Run as administratorERROR_IO_INCOMPLETE (996)An overlapped I/O event is not in a signaled state.
ERROR_WRITE_PROTECT (19)The media is write-protected.
System.Threading.ThreadAbortExceptionThe thread was forcibly terminated via Thread.Abort().
ERROR_FILENAME_EXCED_RANGE (206)The filename or extension is too long.
PAGE_FAULT_IN_NONPAGED_AREA (0x00000050)The system tried to access non-paged memory that does not exist.
NTFS_FILE_SYSTEM (0x00000024)A fatal error occurred in the NTFS filesystem driver.