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

Q: Whom is the Windows license registered to?
A: Windows User

Q: What is the command for Windows Troubleshooting?
A: C:\Windows\System32\control.exe /name Microsoft.Troubleshooting

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

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

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

Q: At what time every day is the GoogleUpdateTaskMachineUA task configured to run?
A: 6:15 AM

Q: What is the name of the hidden share?
A: sh4r3dF0Ld3r

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

Q: What is listed under System Name?
A: THM-WINFUN2

Q: Under Environment Variables, what is the value for ComSpec?
A: %SystemRoot%\system32\cmd.exe

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

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

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

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




