> For the complete documentation index, see [llms.txt](https://help-for-my-pookies.gitbook.io/superspoofer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help-for-my-pookies.gitbook.io/superspoofer/error-codes/wab-err-001.md).

# WAB-ERR-001

Write Bytes Error 001 : Could not write bytes into memory

{% hint style="success" %}
This is a user issue, please read below on how to fix WAB-ERR-001
{% endhint %}

***

### Disable Antivirus

{% content-ref url="/pages/NntUMEDT4oZQlmkd1DTg" %}
[Antivirus](/superspoofer/common-repairs/antivirus.md)
{% endcontent-ref %}

***

### Repair Windows

Open Command Prompt as administrator then paste the following commands in order, please wait until one command is finished, then run the other command.

```batch
sfc /scannow
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth
```
