Tag Archives: “Windows 7 SP1”

[RESOLVED] Windows Fax and Scan – Invalid procedure call or argument URL: res://ieframe.dll/preview.js

When you try to use Windows Fax and Scan to send a fax message with content in the body section of the fax you may get an error similar to the following example:

Script Error

Line: 2107

Char: 1

Error: Invalid procedure call or argument

Code: 0

URL: res://ieframe.dll/preview.js

This seems to start occurring after Internet Explorer 9 is installed and currently it seems that the only workaround is to uninstall Internet Explorer 9 or not enter text into the body section of the fax.

Following on from our Microsoft PSS case we have been given two different solutions to this issue, the first is to apply the latest Cumulative Security Update for Internet Explorer.  This can be obtained via Microsoft Update or Windows Update and may have already been installed automatically.  You can find further information here MS11-099: Cumulative Security Update for Internet Explorer: December 13, 2011 http://support.microsoft.com/kb/2618444

Another possible fix for this issue is to apply the hotfix mentioned in Microsoft KB 2647169 http://support.microsoft.com/kb/2647169 this applies to Windows 7, Windows Server 2008 R2 and Microsoft Windows Small Business Server 2011 (SBS 2011).

A case is open with Microsoft PSS regarding this issue and once I have more permanent fix I will post it here.

Here is the official stance from Microsoft on this issue http://support.microsoft.com/kb/2629557

Windows 7 RTM or SP1 – Slow System Startup When Your Machine Contains a Large Hard Disk Drive

You may find that when you have a large hard disk drive the number of restore points that are retained causes the Windows 7 boot plan to exceed the file size of 512 kilobytes (KB).  512 KB being the precached limit means that the boot plan is no longer cached and causes the system startup to be slower. This is due to the fact that each restore point needs to be verified during system startup and as a result gets included in the boot plan.

A hotfix is available from Microsoft KB 2555428 that resolves the issue http://support.microsoft.com/kb/2555428

The Startup Process in Windows 7 – SP1 or Windows Server 2008 R2 – SP1 may be slower than expected

An issue that was identifed a few months ago is slow system startup with your Windows 7 Desktop/Laptop or Windows Server 2008 R2 Server.  This is related to a delay in the initilisation of the Microsoft Software Shadow Copy Provider (Deals with Shadow Copy, System Restore and Backup).

All is not lost as this issue can be fixed by applying the latest version of Volsnap.sys to your operating system

Currently the latest version can be found in the following Microsoft Hotfix (KB 2548124) and applies to Windows 7 and Server 2008 R2 – RTM or Service Pack 1 installs.

http://support.microsoft.com/kb/2548124

Microsoft Windows 7 – Service Pack 1 and Microsoft Windows Server 2008 R2 Service Pack 1 – How to Easily Free Up Some Disk Space

Have you started to notice that C drive is getting a little full or do you just want to have a spring clean, well you may not realise it but when you installed Service Pack 1 onto your lovely Windows 7 machine or Windows 2008 R2 Server that Microsoft very sensibly backed up all the old system file before replacing them with new ones.

Assuming that you have had Service Pack 1 installed for sometime without issue it may be good to know that you might be able to reclaim some disk space by dumping these obsolete system files.

Simply launch an elevated Command Prompt by right clicking “Command Prompt” and selecting “Run as administrator”.  Once you are in a command prompt simply paste in the following:

DISM /online /Cleanup-Image /SpSuperseded

Be patient with this command as it will need to enumerate a large number of files and could take up to 60 minutes to complete.  Once finished I would recommend a reboot.

Windows 7 and Server 2008 R2 all use an imaging environment to install so with this command we are launching Deployment Image Servicing and Management (DISM) and then telling it to remove any of the superseded service pack files.  If you do not have any files to remove, might be because someone else has already removed them or your computer/server may have already come with Service Pack 1 pre-installed/integrated.  In this instance you will get a message like the one below, you will also get this if you try to run the command a second time after all the old files have already been removed.