# Windows Fundamentals 2

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

## Task 1 - Introduction

### Read above and start the virtual machine.

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

## Task 2 - System Configuration

### What is the name of the service that lists Systems Internals as the manufacturer?

<details>

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

:triangular\_flag\_on\_post:`PsShutdown`

</details>

### Whom is the Windows license registered to?

<details>

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

:triangular\_flag\_on\_post:`Windows User`

</details>

### What is the command for Windows Troubleshooting?

<details>

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

:triangular\_flag\_on\_post:`C:\Windows\System32\control.exe /name Microsoft.Troubleshooting`

</details>

### What command will open the Control Panel? (The answer is  the name of .exe, not the full path)

<details>

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

:triangular\_flag\_on\_post:`control.exe`

</details>

## Task 3 - Change UAC Settings

### What is the command to open User Account Control Settings? (The answer is the name of the .exe file, not the full path)

<details>

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

:triangular\_flag\_on\_post:`UserAccountControlSettings.exe`

</details>

## Task 4 - Computer Management

### What is the command to open Computer Management? (The answer is the name of the .msc file, not the full path)

<details>

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

:triangular\_flag\_on\_post:`compmgmt.msc`

</details>

### At what time every day is the GoogleUpdateTaskMachineUA task configured to run?

<details>

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

:triangular\_flag\_on\_post:`6:15 AM`

</details>

### What is the name of the hidden share?

<details>

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

:triangular\_flag\_on\_post:`sh4r3dF0Ld3r`

</details>

## Task 5 - System Information

### What is the command to open System Information? (The answer is the name of the .exe file, not the full path)

<details>

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

:triangular\_flag\_on\_post:`msinfo32.exe`

</details>

### What is listed under System Name?

<details>

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

:triangular\_flag\_on\_post:`THM-WINFUN2`

</details>

### Under Environment Variables, what is the value for ComSpec?

<details>

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

:triangular\_flag\_on\_post:`%SystemRoot%\system32\cmd.exe`

</details>

## Task 6 - Resource Monitor

### What is the command to open Resource Monitor? (The answer is the name of the .exe file, not the full path)

<details>

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

:triangular\_flag\_on\_post:`resmon.exe`

</details>

## Task 7 - Command Prompt

### In System Configuration, what is the full command for Internet Protocol Configuration?

<details>

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

:triangular\_flag\_on\_post:`C:\Windows\System32\cmd.exe /k %windir%\system32\ipconfig.exe`

</details>

### For the ipconfig command, how do you show detailed information?

<details>

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

:triangular\_flag\_on\_post:`ipconfig /all`

</details>

## Task 8 - Registry Editor

### What is the command to open the Registry Editor? (The answer is the name of the .exe file, not the full path)

{% hint style="warning" %}
**HINT:** Refer to the command in MSConfig
{% endhint %}

<details>

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

:triangular\_flag\_on\_post:`regedt32.exe`

</details>

## Task 9 - Conclusion

### Read 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-2.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.
