Tech Support > Microsoft Windows > Drivers
Debugging off the shelf device?
Posted on October 7th, 2005 | 10 Comments

No. You'd really need to have a board for which you can control the OS contents to debug that. Paul T. "The Amazing" <theamazing@nowhere.com> wrote in...

DCOM from PortMonitor?
Posted on October 6th, 2005 | 0 Comments

Hi When I try to use a DCOM-object in my port monitor, I always get "E_ACCESSDENIED" ... so, since I'm using a different username to do this call, it can't be, that the access is really denied... it...

vista driver compatibility
Posted on October 6th, 2005 | 13 Comments

Hi, A few general questions about device drivers in Windows Vista: - Will drivers for Windows XP work in Windows Vista? - If drivers are not compatible, how much work will it be to adapt them?...

usb mass storage
Posted on October 6th, 2005 | 5 Comments

I'm developing a USB Mass Storage driver for my device like usbstor. The problem is that Device Manager don't look my devise as disk. In IoCreateDevice parameter DeviceType set to...

Wi-Fi AP selection by BSSID
Posted on October 6th, 2005 | 3 Comments

My NDIS IM driver is offering Wi-Fi services to a user-mode application, through IOCTL calls (the driver generates NdisRequest calls to its bound adapter). Currently, a typical association proceeds...

Can't set device interface registry data under W2K...
Posted on October 6th, 2005 | 1 Comments

Hi, I have a driver which uses IoOpenDeviceInterfaceRegistryKey() to open a device interface registry key and then uses ZwSetKeyValue() to write values to that key. The driver was originally written...

custom keyboard driver
Posted on October 6th, 2005 | 4 Comments

I'm porting a software package from Win98 to WinXP embedded. The software runs only on special (custombuild) PC-Hardware. My problem is now that I have a special keyboard (connected to a...

Creating an installer for a mirror driver
Posted on October 6th, 2005 | 1 Comments

Hi, I'm fairly new to driver development, so apologies if this is rather basic, or has been asked and answered many times before. I have a mirror driver that I want to create an installer for. I...

Help ! NDISTest - 2c_PerformanceProfile Test crashes intermittently
Posted on October 6th, 2005 | 9 Comments

Hi All ! I am running the WHQL Tests on my IM Driver with HCT 12.0. All the tests pass successfully, except 2c_PerformanceProfile, that crashes intermittently (BSOD). Couldn't get much information...

Best Expired domain finder
Posted on October 6th, 2005 | 0 Comments

Find expired domains with the best software: http://www.antssoft.com The best domain names are already taken. But with expired domain software you can find the best domain names...

registry and strins
Posted on October 6th, 2005 | 1 Comments

Where in registry I can strore strings defined by guid and used in audio drivers

Mapping of LCN to LBA
Posted on October 6th, 2005 | 1 Comments

Hi all, For a particular file , I am able to get the Logical Cluster number (LCN) on a particular volume .....I want Logical Block Address(LBA) corresponding to these LCN Do anybody of u have any...

pci read/writing configuration space
Posted on October 6th, 2005 | 4 Comments

Hello, I am working on a driver and need to verify a bit is set in the pci space and set it if not. Reviewing the DDK, there are some legacy commands for this, which allow pci config space reads...

METHOD_IN/OUT_DIRECT - Mdl
Posted on October 6th, 2005 | 1 Comments

Hi all, I'm writing a driver for a PCI device that moves huge amount of data. Since i'm using METHOD_IN/OUT_DIRECT and Mdl to "share" Application allocated buffers with driver and so avoiding...

Can win2000 support usb cdrom autorun function?
Posted on October 6th, 2005 | 2 Comments

I have a Usb harddisk box, and I install a CDROM in it, when I insert a CD with autorun.inf and related executable file and icon,the executable file can be executed autometically in WinXP. But in...

Bitmap printer driver.
Posted on October 5th, 2005 | 1 Comments

Hello all, I know that was a very used subject, but please... one more time. I read all about bitmap printer driver. But I am experiencing some errors... Please could somebody tell me how should be...

Bitmap printer driver.
Posted on October 5th, 2005 | 0 Comments

Hello all, I know that was a very used subject, but please... one more time. I read all about bitmap printer driver. But I am experiencing some errors... Please could somebody tell me how should be...

Repost: DIFxApp Legacy Mode on Windows 2000
Posted on October 5th, 2005 | 21 Comments

This is a repost but I am now invoking the tech support powers of the MSDN Universal Subscription. Please forgive my redundancy. I have an installation for an unsigned driver that I have...

Redirecting printing from a virtual printer driver please help.
Posted on October 5th, 2005 | 1 Comments

Hello, My name is Radu and I have a question for an idea please: I am writing a virtual printer driver. A windows application sends data at this printer driver. This driver collects some data...

Page Replacement Policy on windows XP?
Posted on October 5th, 2005 | 1 Comments

Hi all. does anyone know what kind of algorithm for page replacement policy the windows XP do ? such as LRU(additional reference bits, second chance) or FIFO.. I just know that kind of algoritm for...