Monthly Archives: December 2014

5 posts

Retrieving the COM class factory for component with CLSID failed due to the following error

First of all, as .NET developer, you should NOT use COM components in your .NET applications any more, because it is old and unmanaged. The detailed error message usually looks like this:  Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 800xxxxx The error code may be different, but the cause of the error is usually the same. The most common cause of the error is that most […]

WordPress Self-Hosted Websites Hacked Due to Slider Revolution Plugin Vulnerability

While people are still bombarded with the recent Sony security breach, more than 100,000 self-hosted WordPress websites are reported to be infected by a SoakSoak.ru malware due to a critical security vulnerability in a plugin installed on those websites: Slider Revolution, and Google has already blacklisted more than 10,000 sites being infected by the malware. The vulnerability allows hackers to download wp-config.php file and if successful, then hackers will have full access to the compromised web […]

Enable Windows 8 Built-in Administrator Account without Administrator Privilege

When you first set up your Windows computer, the first user account you create will be an administrator account by default, and all additional accounts created will be standard accounts. However, there is also a built-in administrator account called “Administrator” in Windows, but it is disabled by default for the security reason. If for some reason you would like to enable this built-in administrator account (even though it is not recommended to enable this account), […]

How to downgrade Windows 8.1 administrator account to standard account

When you initially set up your new Windows computer, the first user you created will be an administrator account by default, this design can greatly ease the process of setting up your computer because you don’t have to enter administrator password every time you install software. However, once the setup is finished, it is not recommended to continue to log on your computer with this administrator account because it gives malicious program (virus, spyware, etc) opportunity to […]

Two simple tips to enhance Windows security

Why Do I Write This Post? Two recent incidents compelled me to write this post: 1. Last week, my son was doing his school project on the computer I agreed to let him use two years ago and asked me “How come I get this advertisement pop-up on every page I visit?” Does this sound familiar to you? Yes, it means most likely there is some kind of spyware in the computer. After a quick investigation, I […]