Home

What is the correct answer?

4

To uninstall a Windows Service ____________ is use

A. Installutil -I

B. Installutil -e

C. Installutil -u

D. Installutil -d

Correct Answer :

C. Installutil -u


Related Questions

VB.NET does not support control arrays If MustOverride is used then ____________ is also a must. If a form call another form and the caller form is closed through code,… To use HelpProvider, the following properties of the form needs to be… A DataSet can be updated only when the connection is open In Class, Me.Show and MyClass.Show are same (Show is method name) dim arr(10) as string, the max index of the array is To view Panels of a StatusBar set _________ to true For the same class "Me" and MyBase" are same In TreeView to get the node the mouse is pointing to, use This property of TrackBar is not present Get method is used to To display multiple columns in ListView the View property must be set… What cannot be done if the table has no primary key You can assign a Main Menu to any control In TreeView to collapse all the nodes of a selected node ___________ method… To call a buttons click event use On error goto lbl is a The name of the IDE window that allows you to see the hierarchical arrangement… In ADODB the _____________ property is used to connect to the table When a project is Built it creates a _______ and ________ file under Bin… Using ADODB multiple tables can be connected at a time Default event handler of Splitter is While handling keystrokes if e.Handled=True is set then Visual Basic A TreeView can have multiple root nodes VB.NET supports Multi Level Inheritance In reports ___________ property help to assign user-defined criteria To retrieve the default path of the project use If Scrollbars property of a TextBox is set to Hortizontal and the WordWrap… This view is not present in VB.NET