-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWindows Fundamentals 2
84 lines (46 loc) · 1.94 KB
/
Windows Fundamentals 2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#Task 2 System Configuration
- What is the name of the service that lists Systems Internals as the manufacturer?
hint:msconfig --> service --hidden
psshutdown
- Whom is the product licensed to?
hint: winver
windows user
-What is the command for Windows Troubleshooting?
hint: msconfig --> tools
C:\Windows\System32\control.exe /name Microsoft.Troubleshooting
- What command will open the Control Panel? (The answer is the name of .exe, not the full path)
control.exe
# 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)
hint: msconfig -->tools
UserAccountControlSettings.exe
#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)
compmgmt.msc
- At what time every day is the GoogleUpdateTaskMachineUA task configured to run?
6:15 AM
- What is the name of the hidden share?
hint: cmd --> net share
sh4r3dF0Ld3r
# 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)
msinfo32.exe
- What is listed under System Name?
hint:msinfo32.exe
THM-WINFUN2
- Under Environment Variables, what is the value for ComSpec?
hint: environment
%SystemRoot%\system32\cmd.exe
#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)
resmon.exe
#Task 7 Command Prompt
- In System Configuration, what is the full command for Internet Protocol Configuration?
msconfig -->tools
C:\Windows\System32\cmd.exe /k %windir%\system32\ipconfig.exe
- For the ipconfig command, how do you show detailed information?
ifconfig /all
# 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)
regedt32.exe
https://tryhackme.com/room/windowsfundamentals2x0x