2 つのスクリプトで次の HTML ページを試しました。
<html>
…
<body>
<script type="text/javascript">
alert ('Javascript');
</script>
<script type="text/vbscript">
msgbox "Vbscript"
</script>
</body>
</html>
Windows 8.1 プレビュー + Internet Explorer 11 では、JavaScript は機能しましたが、VBScript は機能しませんでした。
(Windows 8 + IE10)、(Windows 7 + IE9) では、2 つのスクリプトが機能しました。
Internet Explorer 11 で VBScript のサポートが終了したという情報は見つかりませんでしたね。