

InterviewSolution
Saved Bookmarks
1. |
Windows Registry can be accessed by ___________(a) winqueryreg(b) winreg(c) windowsregistry(d) not possibleI got this question during a job interview.Query is from System Commands in chapter Advanced Software Development of MATLAB |
Answer» CORRECT option is (a) winqueryreg The EXPLANATION is: The correct command to gain ACCESS to the windows REGISTRY is winqueryreg. The rest of the commands don’t EXIST. |
|