Hello everyone,
I am using Windows Vista and I find something strange,
I programatically invoke IE to open IE to access some local html page, the current user belongs to administrator group;
I programatically invoke IE with RunAs parameter, and let IE to access access some local html page, the current user belongs to administrator group;
I find (1) and (2) sometimes have different results (page content), especially when there is ActiveX or Silverlight plug-in in the local page.
My confusion is, if the current user belongs to Administrator Group, it should not matter whether we use RunAs parameter. Why still different with and without RunAs parameter even current user belongs to administrator group?
thanks in advance, George