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?

17
Q

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

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?

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?

22
Q

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

23
Q

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

24
Q

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

25
What folder permission permits reading, writing, changing, and deleting of files in a folder as well as its subfolders?
full control
26
What is the icacls abbreviation that means that files created inside this folder will inherit this ACE?
OI (Object Inherit)
27
True or False: You only need read permissions on a script to execute it.
True
28
How do you give another user full control using Windows command line?
icacls PATH/FILE /grant USER:(F)
29
What process is responsible for handling windows logon?
winlogon.exe
30
What process runs the user's Windows GUI shell?
explorer.exe
31
What process always has a PID of 4?
System
32
What is the common extension for libraries in Windows?
dll
33
In what full path can we find 32-bit libraries on a 64-bit system?
C:\Windows\SysWOW64
34
Which hive is used to access information about the current user?
HKCU
35
Under what key would you find information about the security account manager (SAM)?
HKLM
36
What is the name of the extra backup file belonging to HKEY_LOCAL_MACHINE\System?
System.alt