var IE = new ActiveXObject("InternetExplorer.Application"); var guid = "{ваш гуид}"; IE.ShowBrowserBar(guid, true, 1); IE.Quit(); IE = null;