Tech Support > Microsoft Windows > Drivers
Customize icon in device manager
Posted on November 5th, 2007 | 2 Comments

I am getting the icon from the default file it takes (setupapi.dll probably). I am also changing the index to a valid index mentioned in SetupDiDrawMiniIcon documentation. However, the change in icon...

Something about the file system filter driver in sfilter.
Posted on November 5th, 2007 | 1 Comments

The task is unsolvable. If the employee can access the data - then he/she will be able to steal it one way or another. The only prevention of this is using the computer physically isolated from...

Bypassing USB New Hardware Found
Posted on November 5th, 2007 | 4 Comments

Uwe Sieber wrote: I've not found the second one of my pair of identical USB flash drives. No test...

Installing a virtual modem via INF
Posted on November 5th, 2007 | 3 Comments

Hello Sergei: Not really correct. I'm copying the inf file to the correct directory. But the modem don't appears in the control pannel's "Phone and Modem Options...". So I'm not shure if I have...

How to use PAE (Physical Address Extension) in kernel
Posted on November 5th, 2007 | 7 Comments

MmAllocatePagesForMdl, IoBuildPartialMdl and MmMapLockedPages. That's exactly what I want! "Peter Wieland "...

Remove driver from Registry
Posted on November 4th, 2007 | 10 Comments

Then you must support the unique IDs in your hardware. The software-only solution for this is hardly feasible. -- Maxim Shatskih, Windows DDK MVP StorageCraft...

USB Key board stopped working
Posted on November 4th, 2007 | 3 Comments

Thanks for the input. I got the key board to work be doing a restore point. "Doron Holan " wrote:

TECHNICS U EVER DREAMED OF ....
Posted on November 3rd, 2007 | 0 Comments

TECHNICS U EVER DREAMED OF .... The 101 ROMANTIC SECRETS and TECHNICS E-BOOK This SECRETS and TECHNICS are right for you if: 1. How to try to get a person you want, 2. To make your partner love...

ExAllocatePoolWithTag / ExFreePoolWithTag failure
Posted on November 2nd, 2007 | 5 Comments

is the issue reproducible? Are you literally freeing the memory after allocating it? Or do you do a little bit of work in between? If you're really calling it immediately afterwards then one...

Remove driver from Registry
Posted on November 2nd, 2007 | 8 Comments

What operating system? If it's XP then you can look in %WINDIR%\inf at the "oem*.inf" files. Find the one that corresponds to your driver and delete it and the matching .pnf file. If it's Vista...

OVERLAPPED IO
Posted on November 2nd, 2007 | 2 Comments

May, 1. If you have a handle to the device and you opened that handle for overlapped I/O then all I/O operations on that file will be overlapped. 2. That sounds like a failure, but it's not clear...

DTM - Common Scenario Stres with IO Failures on Vista 32
Posted on November 2nd, 2007 | 1 Comments

I have not used DTM (I find it way to cumbersome for any reasonable testing). But working with another consultant on a USB driver when HCT was still the required model, we saw this. We queried...

analyse blue screen data - help!!!!
Posted on November 2nd, 2007 | 3 Comments

sorry for the previous mail.I think I am confusing. It is not an application.It a product.When u install it via installer it installs application and driver.The product is listed in the services...

AVstream driver running out of buffers
Posted on November 2nd, 2007 | 1 Comments

"Matt" <phatmatt142@gmail.com> wrote: Are you using a compressor? 640x480 YUY2 15fps uncompressed is only 9.2MB/s. Even an average hard disk should be able to keep up with that. -- Tim Roberts,...

how to install a windows default driver files
Posted on November 2nd, 2007 | 1 Comments

Gary Li <garyli@verizon.net> wrote: Include = netrndis.inf Needs = usb_rndis.ndi ... Include = netrndis.inf

KMDF PDO devices
Posted on November 1st, 2007 | 3 Comments

thanks, doron, this answers these questions

Some basic Info- NDIS - Adapter/Interface/IP Config etc
Posted on November 1st, 2007 | 1 Comments

This is not a Windows CE forum. Ask on microsoft.public.windowsce.platbuilder -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com

Serial Number For Composite Device
Posted on November 1st, 2007 | 0 Comments

Dear Team, I am having USB Composite device ( HID + Mass Storage). I am aware that if I implement the Serial Number in the device side, Windows will not prompt for new driver when the device is...

How Can i get SCO data based on Micrisoft Bluetoot Stack
Posted on November 1st, 2007 | 3 Comments

sco support was added in vista, you cannot use these BRBs on xpsp2. to be clear you can develop XP drivers using the 6001 WDK, just that this particular feature is only availabe in the vista...

WinCe 6 CEPC sdcardlib Linker Error
Posted on November 1st, 2007 | 1 Comments

On Nov 1, 2:36 pm, subhash <subhashsukuma...@gmail.com> wrote: i got it.. i was not using ceddk.lb. gave the path in sources and it got build :) Regards Subhash