# Windows Fundamentals 3

{% embed url="<https://tryhackme.com/room/windowsfundamentals3xzx>" %}
<https://tryhackme.com/room/windowsfundamentals3xzx>
{% endembed %}

| Room Attributes       | Value                                                                  |
| --------------------- | ---------------------------------------------------------------------- |
| Subscription Required | <mark style="color:green;background-color:green;">False</mark> \[Free] |
| Type                  | Walkthrough                                                            |
| Difficulty            | <mark style="color:blue;background-color:blue;">Info</mark>            |
| Tags                  | Windows, Fundamentals, Windows Security, BitLocker                     |

## Task 1 - Introduction

### Read the above and start the virtual machine.

{% hint style="success" %}
No answer needed
{% endhint %}

## Task 2 - Windows Updates

### There were two definition updates installed in the attached VM. On what date were these updates installed?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`5/3/2021`

</details>

## Task 3 - Windows Security

### In the above image, which area needs immediate attention?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`Virus & threat protection`

</details>

## Task 4 - Virus & threat protection

### Specifically, what is turned off that Windows is notifying you to turn on?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`Real-time protection`

</details>

## Task 5 - Firewall & network protection

### If you were connected to airport Wi-Fi, what most likely will be the active firewall profile?

{% hint style="warning" %}
**HINT:** xyz network
{% endhint %}

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`Public network`

</details>

## Task 6 - App & browser control

### Read the above.

{% hint style="success" %}
No answer needed
{% endhint %}

## Task 7 - Device security

### What is the TPM?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`Trusted Platform Module`

</details>

## Task 8 - BitLocker

### What must a user insert on computers that **DO NOT** have a TPM version 1.2 or later?

{% embed url="<https://docs.microsoft.com/en-us/windows/security/information-protection/bitlocker/bitlocker-overview>" %}
<https://docs.microsoft.com/en-us/windows/security/information-protection/bitlocker/bitlocker-overview>
{% endembed %}

{% hint style="warning" %}
**HINT:** Refer to the Microsoft documentation on BitLocker.
{% endhint %}

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`USB startup key`

</details>

## Task 9 - Volume Shadow Copy Service

### What is VSS?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`Volume Shadow Copy Service`

</details>

## Task 10 - Conclusion

### Read the above.

{% hint style="success" %}
No answer needed
{% endhint %}


---

# 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://thmflags.gitbook.io/thm-walkthroughs/difficulty-info/windows-fundamentals/windows-fundamentals-3.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.
