IT Tech Talk

STOP : c0000139 Error in XP

After installing XP Service Pack 3, when you restart the machine you may get Blue Screen of Death screen with the message

STOP: c0000139 {Entry Point Not Found}
The procedure entry point GdiGetBitmapBitSize could not be located in the dynamic link library GDI32.dll.
This issue occurs if you install security update 948590 (security bulletin MS08-021) before you [...]

How to get a list of installed programs from Command in Windows OS

One can obtain a list of all installed programs in Windows OS using WMI (Windows Management Instrumentation) command-line interface (WMIC).

To do so, follow the give steps

Go to the command prompt.
Execute command ‘wmic’ (without quotes)
Now you are in wmic interface i.e wmic:root\cli>
Now run a command - product get name

This command returns a list of all installed [...]

Next Page »