Iâ??m running a VB script that has been spun off of a Windows Service which is
configured as running as Local System, interact with DeskTop. The VB script
is driving an IE application â?? and the IE application creates a new IE
browser. My script is trying to find the browser with Shell.Application,
using the Windows method to cycle through the windows, finding the one I want.
My problem is that I get the error ActiveX Canâ??t Create Object when I try to
use the Windows method. However it works if Iâ??m logged into the system
console. Is there a permission/setting I can set to have it work without
having the system console logged in?