# Download files

Surely many people have encountered the problem that the standard installed Internet Explorer browser on Windows Server does not allow you to download the desired file, let’s fix!

{% hint style="info" %}
All steps in the instructions are performed on Windows Server 2019.
{% endhint %}

Connect to a remote server. Open Internet Explorer, select the recommended settings and click **OK**.

<figure><img src="/files/V5JTHrGhfpMD02BrnRlI" alt=""><figcaption></figcaption></figure>

When trying to go to the page of the site we get another warning, leave a tick and click **OK**.

<figure><img src="/files/KQ9yUu2faUszM3J2vAk4" alt=""><figcaption></figcaption></figure>

Then the security system also shows the error, remove the checkmark from the item that will continue to send warnings and press the Close button.

<figure><img src="/files/zju5S8lkCktebXHMcIer" alt=""><figcaption></figcaption></figure>

If you try to download the file, you will be told that the security settings do not allow this action, click OK.

<figure><img src="/files/PljwUrtAjKJCDav4hlfX" alt=""><figcaption></figcaption></figure>

Then we need to find and select the gear in the top corner of the browser. Then click on the **Internet options** button.

<figure><img src="/files/cXCWpYGE6lT04hnENXYu" alt=""><figcaption></figcaption></figure>

Before us opens a special window, go to the section **Security.**

<figure><img src="/files/Z6fnbrpUHsWOlqR06Sbi" alt=""><figcaption></figcaption></figure>

Remove the checkmark from the Enable Protected Mode and click on the Custom level button. In the opened window, you can view the sections below and look for them:

<figure><img src="/files/tmxng1dT699Z6aCrRgtm" alt=""><figcaption></figcaption></figure>

Set both to Enable.

{% hint style="info" %}
The first is the ability to download any **files**.&#x20;

The second is responsible for downloading **fonts**.
{% endhint %}

Next, press the OK button to apply the parameters, the warning appears:

<figure><img src="/files/Uxbbi0AnVtNq5s7s7PXh" alt=""><figcaption></figcaption></figure>

Accept the changes by selecting the **Yes** button.

In the last settings window, press **Apply** to apply the changes fully:

<figure><img src="/files/d2iz2wC2o9AuNLHn6JgO" alt=""><figcaption></figcaption></figure>

Again, we get a warning, agree and close the settings window.

<figure><img src="/files/Eeg2AOXIixAWPpAjpq2D" alt=""><figcaption></figcaption></figure>

Now we can download any files from websites without any problems. First of all remember to install a new browser!

<figure><img src="/files/WnaVusw2zWqbMlZGlmac" alt=""><figcaption></figcaption></figure>


---

# 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://spacecore.gitbook.io/wiki/en/windows/downloading-files.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.
