> 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/fle-err-001.md).

# FLE-ERR-001

{% hint style="warning" %}
This issue can occur by accident, please try and respoof first before attempting any fixes, if the issue is still the same then try the fixes.
{% endhint %}

***

### Disable Antivirus

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

***

### Install Visual C++ & .NET Framework

Install all Visual C++ runtimes, open the zip file and run "Install All" as <mark style="color:orange;">administrator</mark> Then let them all install, once installed install .NET framework, then restart your PC..

{% embed url="<https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/>" %}

{% embed url="<https://dotnet.microsoft.com/en-us/download/dotnet-framework>" %}

***

### Ensure C:\Windows\Temp Exists

Make sure that C:\Windows\Temp exists and make sure you have access to this without access we cannot save .tmp files here.&#x20;

To gain access to C:\Windows\Temp run the following commands in command prompt:

```batch
takeown /f "C:\Windows\Temp"
cacls "C:\Windows\Temp" /E /G username:F
```
