RemoveShortcutFromStartMenu Method
In This Topic
Removes the shortcut from the user's Start Menu.
Syntax
'Declaration
Public Sub RemoveShortcutFromStartMenu( _
Optional ByVal As String _
)
public void RemoveShortcutFromStartMenu(
string
)
Parameters
- appName
- The application name as it appears on the Start Menu.
See Also