Adventures in stupid technology
-
Internet Explorer 11 crashes when encountering java script
Here’s a fun one. IE 11 on Windows 7 x64 crashes when accessing various pages running javascript code. When the event log is checked, the reason for the crashes provided reveals that jscript9.dll is responsible for the crashes with an exception code 0xc0000005. [the problem] Internet Explorer 11 crashes frequently (specifically when encountering certain javascript…
-
Outlook 2013/2016 stuck on processing splash screen
Here’s one of the most common complaints of end users running Outlook 2013 or 2016 on Windows 7, 8.1 or 10. Outlook won’t launch and just stays stuck on the blue splash screen with the words starting… or processing… [the problem] Outlook 2013 or Outlook 2016 will not launch and appears to be stuck at the…
-
Switch from compatibility mode or RAID to AHCI in Windows 10
AHCI stands for Advance Host Controller Interface. It is a newer technology with more features compared to the older “more compatible” Serial ATA standard. Features such as native command queuing (which can offer greater performance by optimizing how controller requests data from the drive) and hot swappable SATA devices. Most newer systems allow you to…
-
Windows update KB3097877 breaks Outlook and Winword
UPDATE 11/12/15 – Microsoft has re-released a superseded KB3097877 update (categorized as important). Installing this update will resolve this issue. Tuesday 11/10/15 Microsoft released a number of Windows patches/updates for Windows 7. Among the updates is an IMPORTANT security update MS15-115 which supposedly fixes vulnerabilities in windows operating systems related to embedded Fonts on untrusted…
-
Skype for business no audio device?
You want to use Skype for Business/Lync to just listen to a training session or presentation, but you get an error stating Skype for Business/Lync is unable to connect because no audio device could be found even though your computer may well have working audio and speakers. [the problem] Skype for Business shows the following…
-
The procedure entry point could not be located…
Recently dealt with an issue where a user received errors when launching a large number of both third party and native Windows 7 applications including notepad.exe. Turns out this started after the user installed an application from the internet that required the Visual C++ Redistributable for Visual Studio 2015 without having the Visual C++ Redistributable…
-
Find a string and copy its whole line to new file
The other day I got a zip archive of a hundred xml files. The task was to identify a single key word/phrase (STR_RESTORING_FILE_FAILED) in each xml file that indicated a failure to restore a file (part of a larger job) and create a new file with just line in each xml file that matched the…
-
Quickly deploy Microsoft Office customizations post install
There are a number of ways to deploy custom Microsoft Office installations using the Office Customization Tool (OCT), but what if Office has already been installed and you need to make some global changes? I’m talking about custom dictionaries, quick access toolbars, save location, backstage, etc. Here’s how to do just that using Group Policy…