DeleteGroup ( GroupName 〔, RootType〕 )
' Windows XPでプログラムグループ"アルファベット"を削除する。 If _OS_ = "WIN_NT5.1" Then DeleteGroup ( "アルファベット" ) End If