Αναζήτηση αυτού του ιστολογίου

Παρασκευή 28 Μαΐου 2010

Language bar vista

Simply check that CTFMON.EXE boots at startup (for all users).
Use the following code (copy and paste to a .REG file) if you don't know how to add manually this executable to HKLM startup.
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"ctfmon"="CTFMON.EXE"

Τετάρτη 19 Μαΐου 2010

How to identify an unknown device (e.g. Wireless LAN module)?




    1. Now you will see a List of Devices with the PNP device ID and the suitable Error Code.



    2. To identify the device, we need the "Vendor ID (VEN_xxxx)" (1) and the "Device ID (DEV_xxxx)" (2) which are contained in the PNP Device ID



    3. In this example, the Vendor ID (VEN_xxxx) is "10EC" and the Device ID (DEV_xxxx) is "8172"


  • How to identify an unknown device with the Vendor ID and/or the Device ID

    In this example, we use the website www.pcidatabase.com, to identify our unknown device.


    1. Open your webbrowser and go to www.pcidatabase.com