> For the complete documentation index, see [llms.txt](https://docs.zeedrive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeedrive.com/how-to/upgrade.md).

# Upgrade

The approach to upgrade Zee Drive to a later version depends on how the computer is activated; either as a personal computer or hot desk/desktop server. Zee Drive also supports automated upgrade when used in conjunction with a software deployment tool like Intune.

## Upgrading Personal Computers

To upgrade Zee Drive where it is activated as a personal computer, [download the latest version of Zee Drive from here](/resources/download.md), run it, click Next then click the Upgrade button. After the upgrade has completed you will need to sign out of Windows and sign back in again (or restart your computer) for the new version of Zee Drive to take effect. If you do not see the Upgrade button then you are already running the latest version of Zee Drive.

{% hint style="info" %}
Local administrator permissions are required to upgrade Zee Drive unless Zee Drive is already installed or [pre-installed via the command line](/how-to/use-the-command-line.md#install-zee-drive)
{% endhint %}

## Upgrading Hot Desk Computers And Desktop Servers

To upgrade a hot desk computer or desktop server, [download the latest version of Zee Drive from here](/resources/download.md), run it, click Next, enter the Zee Drive subscription administrator username + activation code (or partner subscription username + activation code if administered from a partner subscription). A blue link "hot desk computers and desktop servers" should show after successfully validating your username + activation code. Click the blue link. The wizard should now prompt you to upgrade the hot desk computer or server to the latest version of Zee Drive.

A restart of the computer may be required. Zee Drive will let you know.

The next time a user signs in the hot desk computer or desktop server the latest version of Zee Drive will start up.

## Automating Zee Drive Upgrades

If you have a software deployment tool you can automate the upgrade of Zee Drive via command line. See the [command line documentation](/how-to/use-the-command-line.md) for more information. Hot desk computers and desktop servers can also be upgraded via the command line.

A full guide/walkthrough is available for [deploying and upgrading Zee Drive with Microsoft Intune](/how-to/deploy-with-intune.md) on hot desk computers and personal computers.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.zeedrive.com/how-to/upgrade.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.
