H + H ProGuard
Schlupflöcher in Gruppenrichtlinien
Selbst der Script-Host erlaubt verbotene Starts
Dim oIE
Set oIE = CreateObject("InternetExplorer.Application")
oIE.visible = 1
oIE.navigate "http://www.microsoft.de"
Do While (oIE.Busy)
Loop
WinExecCreateProcess