概要
TryHackMe「Windows Fundamentals 2」のWalkthroughです。
Task2
Q1.What is the name of the service that lists Systems Internals as the manufacturer?
System Configuration->Servicesを開きます。
manufacturerがSystems Internalsのものを探します。
A.PsShutdown
Q2.Whom is the Windows license registered to?
ToolsからAbout Windowsを探し、Launchをクリックします。
ライセンスが誰に登録されているのかを確認できます。
A.Windows User
Q3.What is the command for Windows Troubleshooting?
ToolsからWindows Troubleshootingの項目を探すと設定されているコマンドが分かります。
A.C:\Windows\System32\control.exe /name Microsoft.Troubleshooting
Q4.What command will open the Control Panel? (The answer is the name of .exe, not the full path)
ToolsからSystem Propertiesを探し、設定されているexeファイルを確認します。
A.control.exe
Task3
Q1.What is the command to open User Account Control Settings? (The answer is the name of the .exe file, not the full path)
System Configuration->ToolsからChange UAC Settingsを探し、実行されるファイルを確認します。
A.UserAccountControlSettings.exe
Task4
Q1.What is the command to open Computer Management? (The answer is the name of the .msc file, not the full path)
A.compmgmt.msc
Q2.At what time every day is the GoogleUpdateTaskMachineUA task configured to run?
Computer Management->Task SchedulerからGoogleUpdateTaskMachineUAのタスクを確認します。
A.6:15 AM
Q3.What is the name of the hidden folder that is shared?
Shared Folders->Sharesから共有フォルダを確認できます。
A.sh4r3dF0Ld3r
Task5
Q1.What is the command to open System Information? (The answer is the name of the .exe file, not the full path)
A.msinfo32.exe
Q2.What is listed under System Name?
System Infomation->System Nameを確認します。
A.THM-WINFUN2
Q3.Under Environment Variables, what is the value for ComSpec?
ComSpecで検索し、環境変数の値を確認します。
A.%SystemRoot%\system32\cmd.exe
Task6
Q1.What is the command to open Resource Monitor? (The answer is the name of the .exe file, not the full path)
A.resmon.exe
Task7
Q1.In System Configuration, what is the full command for Internet Protocol Configuration?
System Configuration->ToolsからInternet Protocol Configurationのコマンドを確認します。
A.C:\Windows\System32\cmd.exe /k %windir%\system32\ipconfig.exe
Q2.For the ipconfig command, how do you show detailed information?
ipconfig /allで詳細情報を表示できます。
A.ipconfig /all
Task8
Q1.What is the command to open the Registry Editor? (The answer is the name of the .exe file, not the full path)
Hint.Refer to the command in MSConfig
System Configuration->ToolsのRegistry Editorからコマンドを確認できます。
A.regedt32.exe













