Błędy WindowsBłąd
ERROR_WRITE_PROTECT (19)ERROR_WRITE_PROTECT (19) — Write Protected
The media is write-protected.
windows
Zobacz szczegóły PSSecurityExceptionThe PowerShell execution policy prevents running scripts.
The execution policy is set to Restricted (default on Windows), which blocks all script execution.
Change the policy: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser. Or use Bypass for a single session: PowerShell -ExecutionPolicy Bypass -File script.ps1.
# Check policy
Get-ExecutionPolicy
# Set policy
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUserERROR_WRITE_PROTECT (19)The media is write-protected.
VIDEO_TDR_FAILURE (0x00000116)The display driver failed to recover from a timeout.
E_INVALIDARG (0x80070057)One or more arguments passed to the method are not valid.
WSAEHOSTDOWN (10064)The remote host is down.
ERROR_BAD_FORMAT (11)The program format is incorrect or incompatible.
ERROR_IO_PENDING (997)An overlapped I/O operation is in progress.