Search providers are stored in the registry in either the HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE hives at Software\Microsoft\Internet Explorer\SearchScopes. To automate the process of adding search providers to computers, use a test computer to configure the search engines manually, including specifying the default search engine. Then, create a .reg file based on this registry key and its subkeys and distribute it to your client computers.
To create a .reg file, follow these steps:
- To start the Registry Editor, click Start, type Regedit, and then press Enter.
To configure search engines for individual users, select HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes. - To configure search engines for all users on a computer, select HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\SearchScopes.
- Select Export from the File menu. Save the .reg file.
You can now distribute the .reg file to computers in your organization. To configure the search engines, double-click the .reg file to open the Registry Editor and apply the settings. Unfortunately, this requires administrative credentials. If you need to distribute the updated settings without explicitly providing administrative credentials, have a developer create a Windows Installer package that creates the registry values and distribute the Windows Installer package by using Group Policy software distribution.
Related Posts:
Windows 7 LibraryWindows 7 Libraries is a great way to organize your data. But still there are some tasks which are most needed with respect to libraries, and cannot be easily performed by a nontechnical user like backing up libraries, adding… Read More
Windows7 - What’s new in Windows PowerShell 2.0PowerShell 2.0 is now included in Windows 7 and Windows Server 2008 R2. As of October 2009, PowerShell 2.0 is available to download for Windows XP SP3, Windows 2003 SP2, Windows Vista-SP1, and Windows Server 2008 RTM. Window… Read More
Windows 7 - Use Windows PowerShell to Monitor System PerformanceWindows 7 - Hide Updates that you do not Ever Want to Install If you choose not to download and install an update, it’s available for you the next time you visit Windows Update…and the next time, and the time after that as w… Read More
Drag and Drop to Command Prompt feature in Windows 7The Windows 7 Command Prompt now supports drag & drop of files. This means that to enter the destination of any file you can just drag & drop it into the command prompt window. This small feature is not so useful … Read More
Windows 7: Learn Best Practices for Optimizing the Virtual Memory ConfigurationIn a default installation, Windows creates the page file in the root folder on the same drive that holds the Windows system files. The size of the page file is determined by the amount of RAM in your system. By default, the m… Read More
0 comments:
Post a Comment