# Couldn’t save folder details: fs.TempFile: Access is denied

This error is likely related to the eazyBackup delegate service user having insufficient permissions to to access one of the default temp folder locations.

You will need to switch the eazybackup.delegate service user on this device to use the local system account, or another Windows user of your choice, such as your own account.

* Open Windows Services: Press the Windows Key + R
* In the Run dialog box type `Services.msc`, press enter

<img src="https://eazybackup.com/wp-content/uploads/2023/03/Run-Command-Windows-Services.png" alt="" width="563">

* In the list of Windows Services, locate eazyBackup.Delegate
* Right click on the eazyBackup.Delegate service, select properties
* Click on the Log On tab
* Select Log on as: Local System account - or another Windows user of your choice
* Click OK
* Right click on the eazyBackup.Delegate, select Restart
* Run a backup to confirm the issue is resolved

<img src="https://eazybackup.com/wp-content/uploads/2023/03/eazyBackup-Services.png" alt="" width="563">

<img src="https://eazybackup.com/wp-content/uploads/2023/03/eazyBackup.Delegate-Service-Log-On-User.png" alt="" width="563">

***

[eazyBackup](https://eazybackup.com)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eazybackup.com/troubleshooting/couldnt-save-folder-details-fs.tempfile-access-is-denied.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
