Category Archives: tech pit

everything related to technical stuff

Forcing Windows XP multicore detection

Recently I had to resume a Windows XP Virtualbox VM, to do some tests. I have added some RAM and CPUs (from 1 to 2) to the VM, but the added CPUs aren’t detected.   After some internet surfing, I found the solution. To force the detection, open the Command Prompt and type the following line: rundll32 syssetup,SetupInfObjectInstallAction ACPIAPIC_MP_HAL 128 %windir%\inf\hal.inf After a couple (in … Continue reading Forcing Windows XP multicore detection »

HOWTO fix events 10016 related to WSC stuff

Introduction Almost 2 years ago, I wrote a post about how to fix events 10016, but with the latest Windows 10 versions, a new case popped up. Three events 10016 continue to pop up similar to the following: The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID Windows.SecurityCenter.SecurityAppBroker and APPID Unavailable to the user NT AUTHORITY\SYSTEM SID … Continue reading HOWTO fix events 10016 related to WSC stuff »

HOWTO completly remove preloaded apps

Introduction Several days ago I noticed that MS store app is updating a preinstalled game that I removed when I started to use my PC. After a few investigations, I discovered that ‘uninstall’ an app doesn’t really remove it from your system, but it only hides that app in the current account. So I looked for a more definitive solution. I don’t want these apps … Continue reading HOWTO completly remove preloaded apps »

HOWTO switch back WP5 editor to the classic one (easy)

The new WordPress 5.x has set the block editor as default one. If you don’t like it, and you want to switch back the classic one, you can easily follow these steps: go into Plugins->Add New page look for the Classic Editor plugin. install and activate it As you will see, it will add 2 new settings to Settings->Writing page to switch classic/block editor as … Continue reading HOWTO switch back WP5 editor to the classic one (easy) »

HOWTO purge undesired files from your SVN repository

Several months ago, I wrote a post about how to regenerate a SVN repository. In this post I will show how to purge undesired files from it (for example compiler intermediate files, …) on a Windows system. This may be needed to keep the repository size under control. One thing to care about is that once committed, a file is stored permanently in a repository.  … Continue reading HOWTO purge undesired files from your SVN repository »

HOWTO fix Windows Update error 0x80244019

On two of ‘my’ Windows Server 2008 r2, I had an update (KB2992611) that failed with the following error code: 0x80244019 In my investigations, I found the following procedure to fix the problem (in both cases). The Solution Open an Administrative Command Prompt. As a first step, you have to stop Shadow Copy & Windows Update services, by the following commands: net stop wuauserv net … Continue reading HOWTO fix Windows Update error 0x80244019 »

Fixing Thunderbird date format

I have noted that my Thunderbird doesn’t display the date as configured in my Windows profile. This is annoying since I use the English version on my Italian PCs and the date formats are different. Digging here and there, I found an easy solution deep into program configuration. The solution Open the program and: select ‘Option‘ from ‘Tools‘ program menu click on ‘Advanced‘ icon click … Continue reading Fixing Thunderbird date format »