BDAMartinez
MIS
I'm trying to do two things via Group Policies.
1) Modify the string value "Start Page" in the following key:
"HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main" and set it to a page of my choosing.
2) Add the DWORD "Completed" to the following key:
"HKEY_CURRENT_USER\Software\Microsoft\Internet Connection Wizard" and set its binary value to 01.
I've been experimenting with Administrative Templates, but have been coming up short. Here's what I'm using for the start page:
CLASS MACHINE
CATEGORY "IE Default Start Page"
KEYNAME "Software\Microsoft\Internet Explorer\Main\Start Page\"
POLICY "Intranet Home Page"
KEYNAME "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet
Explorer\Main\Start Page"
VALUENAME "EXPLAIN "Set default IE start page to END POLICY
END CATEGORY
It's not working.
And for my second task I can't figure out how to even set a DWORD value at all from an ADM template. Could someone please provide me with the proper syntax to make these work, or at least point me in the right direction?
Thanks in advance.
-BDA
1) Modify the string value "Start Page" in the following key:
"HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main" and set it to a page of my choosing.
2) Add the DWORD "Completed" to the following key:
"HKEY_CURRENT_USER\Software\Microsoft\Internet Connection Wizard" and set its binary value to 01.
I've been experimenting with Administrative Templates, but have been coming up short. Here's what I'm using for the start page:
CLASS MACHINE
CATEGORY "IE Default Start Page"
KEYNAME "Software\Microsoft\Internet Explorer\Main\Start Page\"
POLICY "Intranet Home Page"
KEYNAME "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet
Explorer\Main\Start Page"
VALUENAME "EXPLAIN "Set default IE start page to END POLICY
END CATEGORY
It's not working.
And for my second task I can't figure out how to even set a DWORD value at all from an ADM template. Could someone please provide me with the proper syntax to make these work, or at least point me in the right direction?
Thanks in advance.
-BDA