IE and Windows 7
I don't know if this is the right forum for my question - if not please direct where I should ask this question. We have an logon script that calls IE for a pop-up screen, this worked fine under Windows XP. But for Windows 7 with non-admin rights the IE will display but then it gets stuck when trying to fill in the screen. We are assuming that this is a security feature within Windows 7 but we don't know how to correct it. Does anyone got any suggestions for us? Thanks in advance.
October 7th, 2011 7:37am

Sabo, Do you recieve any error codes? Can you show the code? This code works perfectly on my windows 7 machine when i execute it i see an IE windows fullscreen. Set objExplorer = CreateObject("InternetExplorer.Application") objExplorer.Navigate "about:blank" objExplorer.Visible = true objExplorer.ToolBar = false objExplorer.MenuBar = false objExplorer.StatusBar = false objExplorer.AddressBar = false objExplorer.Resizable = false objExplorer.fullscreen = true Kind Regards DFT IM me - TWiTTer: @DFTER
Free Windows Admin Tool Kit Click here and download it now
October 7th, 2011 9:42am

The code is giving us an invalid interface, who would one troubleshot the code, is there a tool that you can step through with breakpoints to see values. Thanks again for the feedback
October 8th, 2011 8:32am

Hi, Base on my understanding, your logon script for IE pop-up screen didn’t work in non-admin rights. You can try to logon with Clean Boot , disable UAC on Windows 7 for test. Also for script error and IE code error, I suggest to contact script forum or IE development forum for further help: The Official Scripting Guys Forum! Forum http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/threads The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Regards, Leo Huang TechNet Subscriber Support in forum. If you have any feedback on our support, please contact tngfb@microsoft.com Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
October 11th, 2011 4:13am

Hi, Base on my understanding, your logon script for IE pop-up screen didn’t work in non-admin rights. You can try to logon with Clean Boot , disable UAC on Windows 7 for test. Also for script error and IE code error, I suggest to contact script forum or IE development forum for further help: The Official Scripting Guys Forum! Forum http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/threads The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Regards, Leo Huang TechNet Subscriber Support in forum. If you have any feedback on our support, please contact tngfb@microsoft.com Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
October 11th, 2011 9:05pm

Hi, Did your issue solved? Please feel free to give me any update. Thanks. Regards, Leo Huang TechNet Subscriber Support in forum. If you have any feedback on our support, please contact tngfb@microsoft.comPlease remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
October 14th, 2011 1:02pm

Hi, As this thread has been quiet for a while, we assume that the issue has been resolved. At this time, we will mark it as ‘Answered’ as the previous steps should be helpful for many similar scenarios. If the issue still persists, please feel free to reply this post directly so we will be notified to follow it up. You can also choose to unmark the answer as you wish. BTW, we’d love to hear your feedback about the solution. By sharing your experience you can help other community members facing similar problems. Thanks for your understanding and efforts. Regards, Leo Huang TechNet Subscriber Support in forum. If you have any feedback on our support, please contact tngfb@microsoft.com Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
October 19th, 2011 9:15pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics