Skip to main content

Command Palette

Search for a command to run...

Windows Fundamentals 2 -TryHackMe Write-up

Updated
2 min read
Windows Fundamentals 2 -TryHackMe Write-up

Info

  • Name: THM Windows Fundamentals 2
  • Description: In part 2 of the Windows Fundamentals module, discover more about System Configuration, UAC Settings, Resource Monitoring, the Windows Registry and more..
  • Difficulty: Info
  • Room link: https://tryhackme.com/room/windowsfundamentals2x0x

Write-up

Task 2

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

A: PsShutdown

t2_1.png

Q: Whom is the Windows license registered to?

A: Windows User

t2_2.png

Q: What is the command for Windows Troubleshooting?

A: C:\Windows\System32\control.exe /name Microsoft.Troubleshooting

t2_3.png

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

A: control.exe

t2_4.png

Task 3

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

A: UserAccountControlSettings.exe

t3.png

Task 4

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

A: compmgmt.msc

t4_1.png

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

A: 6:15 AM

t4_2.png

Q: What is the name of the hidden share?

A: sh4r3dF0Ld3r

t4_3.png

Task 5

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

A: msinfo32.exe

t5_1.png

Q: What is listed under System Name?

A: THM-WINFUN2

t5_2.png

Q: Under Environment Variables, what is the value for ComSpec?

A: %SystemRoot%\system32\cmd.exe

t5_3.png

Task 6

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

A: resmon.exe

t6.png

Task 7

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

A: C:\Windows\System32\cmd.exe /k %windir%\system32\ipconfig.exe

t7_1.png

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

A: ipconfig /all

t7_2.png

Task 8

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

A: regedt32.exe

t8.png

More from this blog

Untitled Publication

21 posts