Windows Basics II Flashcards

1
Q

How do you determine how many users are on a system?

A

net users

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you determine how many users have administrative privileges?

A

net localgroup Administrators

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What command can be used to display and set the user policy settings on a local computer?

A

net accounts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

True or False: The default Administrator account cannot be deleted or locked out, but it can be renamed or disabled?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What local group gives its members on a local server “Full Control” permissions on that computer?

A

Administrators

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What other local account has the same functional rights and permissions as the Administrator account?

A

System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you find out the minimum password length for users on a system?

A

net accounts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you find out which local users are disabled?

A

wmic useraccount get Name,Disabled

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What Windows command allows you to run a command as another user?

A

runas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What option of cmd.exe carries out the command and then terminates?

A

/c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What’s the syntax for rdesktop?

A

rdesktop -u USERNAME -p PASSWORD IP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What’s the syntax for runas?

A

runas /user:HOSTNAME\Administrator cmd.exe

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What value is used to uniquely identify a security principal that can be authenticated by the system?

A

SID (Security Identifier)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the name of a protected object that contains information about the identity and user rights associated with a user account?

A

access token

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What local system is responsible for creating an access token for a user after successful authentication?

A

Local Security Authority (LSA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the base command used to manage local users and groups?

A

net

17
Q

What’s an example of a well-known SID that belongs to the Everyone group?

A

S-1-1-0

18
Q

What command can be used to display and set the user policy settings on a local computer?

A

net accounts

19
Q

True or false: The default Administrator account cannot be deleted or locked out, but it can be renamed or disabled?

A

True

20
Q

What local group gives its members on a local server “Full Control” permissions on that computer?

A

Administrators

21
Q

What other local account has the same functional rights and permissions as the Administrator account?

A

System

22
Q

What Windows command allows you to run a command as another user?

A

runas

23
Q

What option of cmd.exe carries out the command and then terminates?

A

/c

24
Q

What file permission permits reading and writing of the file and also allows for deletion of the file?

A

modify

25
Q

What folder permission permits reading, writing, changing, and deleting of files in a folder as well as its subfolders?

A

full control

26
Q

What is the icacls abbreviation that means that files created inside this folder will inherit this ACE?

A

OI (Object Inherit)

27
Q

True or False: You only need read permissions on a script to execute it.

A

True

28
Q

How do you give another user full control using Windows command line?

A

icacls PATH/FILE /grant USER:(F)

29
Q

What process is responsible for handling windows logon?

A

winlogon.exe

30
Q

What process runs the user’s Windows GUI shell?

A

explorer.exe

31
Q

What process always has a PID of 4?

A

System

32
Q

What is the common extension for libraries in Windows?

A

dll

33
Q

In what full path can we find 32-bit libraries on a 64-bit system?

A

C:\Windows\SysWOW64

34
Q

Which hive is used to access information about the current user?

A

HKCU

35
Q

Under what key would you find information about the security account manager (SAM)?

A

HKLM

36
Q

What is the name of the extra backup file belonging to HKEY_LOCAL_MACHINE\System?

A

System.alt