ITExperience.NET Rotating Header Image

Posts Tagged ‘Internet Explorer 7’

Blank print preview and Blank printed documents in Internet Explorer 7 and 8

In certain environments, the problem may occur that you cannot print web pages from Internet Explorer 7 or 8. When you open a Print Preview, or when you print the web page, you get a blank page.

Problem:
print previews and prints are blank from Internet Explorer 7 or 8

Cause:
- The folder C:\Users\{username}\AppData\Local\Temp\Low\ is missing
- Inappropriate permissions are set to C:\Users\{username}\AppData\Local\Temp\Low\

Solution:
First, you should verify the following folder is present:
C:\Users\{username}\AppData\Local\Temp\Low\  (where username is the account name you’re logged on with).… Read the rest

8 tricks for Internet Explorer 7

Increase your productivity with Internet Explorer with these 8 simple tricks. Quick, easy and immediately effective:

1. Type and navigate to an URL without using your mouse
To type in a URL while browsing, just press ALT-D . ALT + D causes the current URL to be selected, so you can type your new URL immediately.… Read the rest

Internet Explorer 7 – Google as default search engine

When you deploy Internet Explorer 7, Live search is configured as the standard search engine. To change this setting to the Google search engine by registry, you can import the following settings:

To remove Live Search:

[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\{0633EE93-D776-472f-A0FF-E1416B8B2E3A}]

To configure Google as default search engine:

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]
“DefaultScope”=”{D7B1C611-82A1-484D-84A9-D35E6941C0EE}”
“Version”=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\{D7B1C611-82A1-484D-84A9-D35E6941C0EE}]
“DisplayName”=”Google”
“URL”=”http://www.google.com/search?hl=en&q={searchTerms}&meta=”
“Codepage”=dword:0000fde9

You can also download and open the following file and import these settings in your registry:

hkcu-ie7.regRead the rest