You may find Outlook, Outlook Express, Windows Mail, or Internet Explorer printing in small font. There is a registry fix for this. Navigate the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_STF_Scale_Min
Add the following REG_DWORD values on the right so it looks like the following:
Name: outlook.exe
Type: REG_DWORD
Data: 00000064 (100)
Name: iexplorer.exe
Type: REG_DWORD
Data: 00000064 (100)
Name: WinMail.exe
Type: REG_DWORD
Data: 00000064 (100)
Name: Msimn..exe
Type: REG_DWORD
Data: 00000064 (100)
If the FEATURE_STF_Scale_Min key is missing, or you want to save time, you can copy and paste the following code into a text file, rename it to .reg, double-click on it to run it, and it will import the information into the registry:
———————————————————————————————
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_STF_Scale_Min]
“iexplore.exe”=dword:00000064
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_STF_Scale_Min]
“outlook.exe”=dword:00000064
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_STF_Scale_Min]
“WinMail.exe”=dword:00000064
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_STF_Scale_Min]
“Msimn.exe”=dword:00000064
———————————————————————————————
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.