GPO Script applies in XP not in Vista
Hi All I am running the below script through GPO and it applies ok in XP but not in Vista. Can any one tell me where is the problem? dim WshShell Set WshShell = WScript.CreateObject("WScript.Shell") Set objExplorer = CreateObject("InternetExplorer.Application") WshShell.RegWrite "HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel\FormSuggest","00000001", "REG_DWORD" objExplorer.Navigate "//abc.com/pages/Home.aspx" objExplorer.Visible = 1 'or - without creating objExplorer Joy, 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.
January 7th, 2011 11:11am

Hello, for scripting better use one of the following forums: http://social.technet.microsoft.com/Forums/en-US/ITCG/threads http://social.msdn.microsoft.com/Forums/en-US/categoriesBest regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
January 7th, 2011 6:32pm

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

Other recent topics Other recent topics