Podcast
Questions and Answers
How can you set a value within an open key in the registry?
How can you set a value within an open key in the registry?
- RegCreateKeyEx
- RegDeleteValue
- RegSetValueEx (correct)
- RegQueryValueEx
Which function is used to delete named values in the registry?
Which function is used to delete named values in the registry?
- RegEnumKeyEx
- RegDeleteKey
- RegCreateKeyEx
- RegDeleteValue (correct)
What function can you use to scan a registry key?
What function can you use to scan a registry key?
- RegOpenKeyEx
- RegQueryValue
- RegEnumValue (correct)
- RegSetValueEx
In the pseudocode provided, what does the 'ls' refer to?
In the pseudocode provided, what does the 'ls' refer to?
Which function is used to open a key in the registry?
Which function is used to open a key in the registry?
What is the purpose of the 'lsW' program mentioned in LAB 2a–1?
What is the purpose of the 'lsW' program mentioned in LAB 2a–1?
Which rights are suggested to be replaced in the registry security attributes modification?
Which rights are suggested to be replaced in the registry security attributes modification?
What does the 'R' option do in the ls program?
What does the 'R' option do in the ls program?
What is not listed as a value pair under each subkey when scanning the registry?
What is not listed as a value pair under each subkey when scanning the registry?
Which function is used to enumerate and list all name/value pairs in a subkey?
Which function is used to enumerate and list all name/value pairs in a subkey?