# Windows Fundamentals 1

{% embed url="<https://tryhackme.com/room/windowsfundamentals1xbx>" %}
<https://tryhackme.com/room/windowsfundamentals1xbx>
{% 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                                                  |

## Task 1 - Introduction to Windows

### Read above and start the virtual machine.

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

## Task 2 - Windows Editions

### What encryption can you enable on Pro that you can't enable in Home?

<details>

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

:triangular\_flag\_on\_post:`BitLocker`

</details>

## Task 3 - The Desktop (GUI)

### Which selection will hide/disable the Search box?

<details>

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

:triangular\_flag\_on\_post:`Hidden`

</details>

### Which selection will hide/disable the Task View button?

<details>

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

:triangular\_flag\_on\_post:`Show Task View button`

</details>

### Besides Clock and Network, what other icon is visible in the Notification Area?

{% hint style="warning" %}
**HINT:** Try right-clicking the icon
{% endhint %}

<details>

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

:triangular\_flag\_on\_post:`Action Center`

</details>

## Task 4 - The File System

### What is the meaning of NTFS?

<details>

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

:triangular\_flag\_on\_post:`New Technology File System`

</details>

## Task 5 - The Windows\System32 Folders

### What is the system variable for the Windows folder?

<details>

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

:triangular\_flag\_on\_post:`%windir%`

</details>

## Task 6 - User Accounts, Profiles, and Permissions

### What is the name of the other user account?

<details>

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

:triangular\_flag\_on\_post:`tryhackmebilly`

</details>

### What groups is this user a member of?

<details>

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

:triangular\_flag\_on\_post:`Remote Desktop Users,Users`

</details>

### What built-in account is for guest access to the computer?

<details>

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

:triangular\_flag\_on\_post:`Guest`

</details>

### What is the account status?

<details>

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

:triangular\_flag\_on\_post:`Account is disabled`

</details>

## Task 7 - User Account Control

### What does UAC mean?

<details>

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

:triangular\_flag\_on\_post:`User Account Control`

</details>

## Task 8 - Settings and the Control Panel

### In the Control Panel, change the view to **Small icons**. What is the last setting in the Control Panel view?

<details>

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

:triangular\_flag\_on\_post:`Windows Defender Firewall`

</details>

## Task 9 - Task Manager

### What is the keyboard shortcut to open Task Manager?

<details>

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

:triangular\_flag\_on\_post:`Ctrl+Shift+Esc`

</details>

## Task 10 - Conclusion

### Read above and terminate the Windows machine you deployed in this room.

{% 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-1.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.
