Pequeñas Cositas!!...
1.- Como llamar al panel de Control
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim X As Object 'Utilizamos una variable para la x del Shell
X = Shell("Rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl @0")'Aqui utilizamos Shell para llamar al panel de control
End Sub
=============================================================
2.- ...En construccion...