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