170k views
0 votes
1.If you're not sure what parameters that you should employ with a command from the Windows command line, how could you get help? 2.If you wanted to adjust the programs that run during system startup, what utility would you employ? 4.If you were at the command line and you wanted to see what was in the directory, what command would you use? 5.What command would you employ to see your network configuration? 6.If you wanted to see if the Google DNS servers were up, what command would you employ? 9.What command can copy files and directories? 10.In the Windows Seven Control Panel, where would you find the event viewer? 11.What administrative tool is a central console for many different utilities? 12.What utility can you use to manage background processes? 13.What utility provides long-term system statistics? 14.In Device Manager, what does a yellow exclamation mark signify? 15.In Device Manager, what icon identifies a disabled device? 16.What utility provides long-term system statistics? Upload your answers into Blackboard. Include class, assignment and your name in the filename you upload. Your report must be formal. It must include a title, your name and the class details.

2 Answers

3 votes

Answer:

1. Type /? after the command. For example, dir /? would give the options available for the dir command.

2. Two utility can be employed to adjust the system start up programs:

Click on the Start button (or press the start button on the keyboard), then select settings > apps > startup. Turn on the app(s) you want to run at startup.

If you don’t see the startup option in settings, right-click the start button, select task manager, then select the startup tab. (If you don’t see the startup tab, select more details.) Select the app you want to change, then select enable to run it at startup or disable so it doesn’t run.

4. You will use dir command to see files available in the current directory. Example you type dir /p to list the files and directories in the current directory.

5. To see your network configuration: Click on the Start button (or press the Start button on the keyboard), then select settings > network & internet > status > under the “Change your network settings” section, select view your network properties link.

6. Open Settings > Network & Internet > Ethernet (or Wi-Fi depending on your connection) > select the network connection > under the "IP settings" section, click the edit button. To check if your DNS Server is up, the "Edit IP settings" drop-down menu shows Automatic (DHCP). (However the manual option is used to change to a preferred / alternative DNS by turning on the IPv4 toggle switch).

9. The command to copy files and directories is C:\>copy. For example copy myfile.txt c:\my\location , you can substitute "myfile.txt" with the name of the file you want to copy, and "c:\my\location" with the destination directory.

10. Click start > control panel > system and security > administrative tools > double-click event viewer. Then select the type of logs that you want to view.

11. The computer management is used to as a central console to manage local or remote computers.

12. The task manager can be used to manage background processes.

13. The storage (disk management)

14. A yellow exclamation point in device manager signifies that there is an issue with the device such as missing driver or the driver is not installed correctly.

15. The disabled device icon on the device manager looks like a black arrow pointing downwards.

16. The storage (disk management)

User Matthias Meid
by
4.6k points
6 votes

Answer:

All questions have been answered in the explanation.

Step-by-step explanation:

Part 1: Type the HELP command or /?

By using the HELP command, you can information regarding which parameters are to be used.

Part 2: Msconfig

By using the Msconfig command the configuration can be conducted.

Part 4: dir command

If you were at the command line and you wanted to see what was in the directory, you would use the dir command.

Part 5:ipconfig

ipconfig is used to configure the IP address via the command line.

Part 6:PING 8. 8. 8. 8 or nslookup

You can either ping the target IP address using the PING command or use nslookup.

Part 9:COPY/attributes were attributes are a,v or y

COPY/a (indicates and ASCII text file.); COPY/v (verifies that new files are written correctly); COPY/y (suppresses prompting to confirm you want to overwrite a file).

Part 10: In the administrative tool option.

In the Windows Seven Control Panel, you would find the event viewer in the administrative tool.

Part 11: Computer Management Console

Computer Management Console is the central console for all the administrative tools.

Part 12: Services

Services is used as the utility tool to manage the background processes.

Part 13: performance monitor

performance monitor is the utility where you can view the overall performance of the system during the history.

Part 14 : Something is wrong with the device.

In Device Manager, a yellow exclamation mark signify that something is wrong with the device.

Part 15: Red Cross

In Device Manager, the icon with a red X is the one that identifies a disabled device.

Part 16: Performance monitor provide the long term system statistics.

User Dilli
by
5.0k points