I was working on TryHackme Windows2 lab (https://tryhackme.com/room/windowsfundamentals2x0x) and found it’s pretty challenging to follow through instructions; so, I use this chance to write this up for fellows who might find this helpful ✌️
What is the name of the service that lists Systems Internals as the manufacturer?
Go to System Configuration
by typing msconfig
on the search bar
Go to Services
tab menu, then sort the Manufacturer
column to help find it easier
Whom is the Windows license registered to?
Windows Users
What is the command for Windows Troubleshooting?
Let's go to Tools
tab menu and find out
*C:\\Windows\\System32\\control.exe /name Microsoft.Troubleshooting*
Search around and find that this one takes us to the System
menu under Control Panel
Potentially, the execution file for Control Panel
could be control.exe
; however, let's make sure my guess is right.
Go to C:\\Windows\\System32
and search for control.exe
and find out if it takes us to Control Panel
There we go!
What is the command to open User Account Control Settings? (The answer is the name of the .exe file, not the full path)
Look at the System Configuration
window
What is the command to open Computer Management? (The answer is the name of the .msc file, not the full path)
At what time every day is the GoogleUpdateTaskMachineUA
task configured to run?
Let's go to Computer Management
→ Task Scheduler
What is the name of the hidden share?
What is the command to open System Information? (The answer is the name of the .exe file, not the full path)
What is listed under System Name?
Let's launch the System Information
There we go!
Under Environment Variables, what is the value for ComSpec?