> For the complete documentation index, see [llms.txt](https://docs.ccv.brown.edu/stronghold/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ccv.brown.edu/stronghold/usage/windows_workstation/access-from-windows.md).

# Access from Windows

## Overview

1. Access your Stronghold tenant through the Microsoft Remote Desktop Client
2. Navigate your environment to access applications and data

## 1. Access Tenant

Run the Microsoft RDC client to access `<tenant>.stronghold.brown.edu` or the server of your choice through one of the below options

* Start > All Programs > Accessories > Remote Desktop Client
* Start > Run > MSTSC.EXE
* Search Remote Desktop Client

Run the Remote Desktop Client, replacing \<tenant> with your assigned tenant

Click ‘Connect’

![Remote Desktop Connection window. The "Computer" field shows the tenant name.](https://lh6.googleusercontent.com/e7PTh9GLo4jHpK854fDR1PUcqAsDgqITU-iqMsyRC8_k2IJmis3j6XYk-jKa8BYk7zqJ3zz_Aer54iriJztuJB_LnSlJ8Nho2ENFDxy-sz3Y3KyzQV1QNrN5Cw8Wk1i_IEDOHI1O)

Log in using your Active Directory credentials (Use AD\\\<username>) and enter your password and click OK (below).

![Windows Security Credentials window. Please enter your Brown password.](https://lh4.googleusercontent.com/b9Rk1A3PkRXZ4ZfMYMEJ0mJbDhwTghnHkNwB11vVuIjdk51WXqVxhoH-hnTRgEl4cBNCM6JNXZofJe3JmU-4SFpxamvw7DSfK9UanEF31q9HudWe3Og7UHVd6wSt6H2IqI2AgXW4)

Once you open a RDP connection, you will be prompted for your ‘Duo’ authentication. Select how you would like to be authenticated under "Choose an authentication method." The device tab should contain your device's name and the last 4 digits of that device's phone number.

![Duo Authentication Screen](https://lh6.googleusercontent.com/HArAtO_l8Nd5xSx9DjWLcvZaFJteDUpUcXZiFKIPjOZopVfPQkvhIr7u3Exn-nMlIUGMti4Mfb0DtPWe-JgbMLdLPyCBumPJTASIa26HjgZrsvVO74IQcKpwOHBbfchb_dqFFtmJ)

## 2. Navigate Environment

### Applications

You can access your applications using the shortcuts on the taskbar or start menu.

You can also click the Windows icon in the bottom left corner of the screen to access installed programs.

![Stronghold Windows Desktop interface.](/files/-LtAJw35sxWIRVI5NuKU)

Click the arrow under Desktop in the bottom left of the screen to access applications sorted alphabetically:

![Start menu after clicking on the Windows icon. Several applications are listed on the screen. The full list of applications are listed by clicking on the arrow at the bottom left of the screen.](/files/-LtAMMYVIU8nivEn7sqt)

You can then choose your app from the list or you can search for a specific app using the search bar in the upper right hand corner:

![List of applications in environment](/files/-LtANTv_vF1nbwWr5oKk)

### Files and Storage

Data and files should be saved to the shared **DATA** drive instead of the local C: drive. You can access the **DATA** drive by opening File Explorer in either the Apps list or by clicking on the File Explorer icon on the bottom left of the Desktop Screen toolbar

![File Explorer Icon](/files/-LtAPJOxllLP2jj5Ofhq)

* File Explorer will open up your view of "This PC" where you can see all your folders and files. Navigate to the **DATA** drive to access or create folders and files

![File Explorer Window](/files/-LtAV1Tsgg2dh5fynNEy)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ccv.brown.edu/stronghold/usage/windows_workstation/access-from-windows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
