Hello HTurner, and welcome to Seven Forums.
You should be able to use these command below in a .bat file to do the same registry changes in OPTION THREE.
ON:
Code:
REG ADD "HKCU\Software\Microsoft\Internet Explorer\New Windows" /V PopupMgr /T REG_DWORD /D 1 /F
OFF:
Code:
REG ADD "HKCU\Software\Microsoft\Internet Explorer\New Windows" /V PopupMgr /T REG_DWORD /D 0 /F
Hope this helps,

Shawn