What is another way to delete a user account?

Modifying Local User Accounts



Step 1. Change the account type.



a. Navigate to the Control Panel and select User Accounts. Click Manage another account. Select User1.







b. In the Change an Account window, click the User1 account. Click Change the account type.







c. Select the Administrator radio button. Click Change Account Type.







d. Now the account User1 has administrative rights.



Chapter 2—Windows Operating System 37



e. Navigate to Control Panel > Administrative Tools > Computer Management. Click



Local Users and Groups> Users.



f. Right-click User1 and select Propert


Control Panel > User Accounts > Manage another account > Select User1 > Delete
the account

Computer Science & Information Technology

You might also like to view...

A(n) _________________________ is a list of paragraphs, each of which is preceded by a bullet.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The output from the following code is __________.

``` java.util.ArrayList list = new java.util.ArrayList(); list.add("New York"); java.util.ArrayList list1 = (java.util.ArrayList)(list.clone()); list.add("Atlanta"); list1.add("Dallas"); System.out.println(list1); ``` a. [New York] b. [New York, Atlanta] c. [New York, Atlanta, Dallas] d. [New York, Dallas]

Computer Science & Information Technology

Match the decription on the right to the section of the URL identified in the following diagram.



1. Schema
2. Server location
3. User domain
4. Top level domain

a. A
b. D
c. B
d. C

Computer Science & Information Technology

____ replace sections of existing code with the new, improved code.

A. Software updates B. EULAs C. Platforms D. Software development kits

Computer Science & Information Technology