A former Windows Vista user now has Windows 7 on their desktop. The user cannot locate the gadgets bar. How can the user put gadgets on the desktop?
A. Download the gadgets program from the Microsoft Downloads center.
B. Change to the Vista desktop through the Personalization folder.
C. Add gadgets to the desktop from the Control Panel.
D. Add the gadgets from the Display folder.
Answer: C. Add gadgets to the desktop from the Control Panel.
Computer Science & Information Technology
You might also like to view...
A(n) ________ address is a unique number that identifies a computer, server, or device connected to the Internet
A) TCP B) SMTP C) NetBIOS D) IP
Computer Science & Information Technology
Which of the following will count down from 10 to 1 correctly?
a. for (int j = 10; j <= 1; j++) b. for (int j = 1; j <= 10; j++) c. for (int j = 10; j > 1; j--) d. for (int j = 10; j >= 1; j--)
Computer Science & Information Technology