Hi All,
Bit of a newbie here, I'm trying to write a very simple script to add a search provider to IE via the registry. I'm using notepad and creating a .bat file. Here's what I have so far:
The error states that the attributes are not recognized.
I was hoping for some guidance on this, thanks in advance.
Cheers.
Bit of a newbie here, I'm trying to write a very simple script to add a search provider to IE via the registry. I'm using notepad and creating a .bat file. Here's what I have so far:
Code:
Windows Registry Editor Version 5.00
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes"
"DisplayName"="My Search Provider"
"URL"="[URL unfurl="true"]http://mysearchprovider.com/={searchTerms}"[/URL]
"OSDFileURL"="[URL unfurl="true"]http://mysearchprovider.com"[/URL]
"FaviconURL"="[URL unfurl="true"]http://mysearchprovider.com/favicon.ico"[/URL]
pause
The error states that the attributes are not recognized.
I was hoping for some guidance on this, thanks in advance.
Cheers.