Jump-start your project by learning from devs who
write Windows drivers and file systems every day.
Take an OSR seminar!

OSR is Hiring! Click here to find out more.

Windows Internals & Software Drivers Lab, Santa Clara, CA 5-9 August, 2013
Kernel Debugging & Crash Analysis for Windows Lab, Santa Clara, CA 9-13 September, 2013
Upcoming OSR Seminars:
Writing WDF Drivers for Windows Lab, Boston, MA 7-11 October, 2013
Developing File Systems for Windows, Seattle, WA 5-8 November, 2013


Go Back   OSR Online Lists > ntdev
Welcome, Guest
You must login to post to this list
  Message 1 of 3  
10 Aug 12 02:17
Suwan Park
xxxxxx@tsonnet.co.kr
Join Date: 21 Feb 2012
Posts To This List: 13
How to hide NDIS LightWeight filter driver in Local Area Connection Properties

Dear All, I want to hide NDIS LightWeight filter driver in Local Area Connection Properties for preventing any other user from unloading it. I wonder two things: 1) How to hide NDIS LightWeight filter driver in Local Area Connection Properties 2) How to prevent any other user from unloading my driver Please, help me.. Thank you in advance.
  Message 2 of 3  
10 Aug 12 03:02
Maxim S. Shatskih
xxxxxx@storagecraft.com
Join Date: 20 Feb 2003
Posts To This List: 8630
Re: How to hide NDIS LightWeight filter driver in Local Area Connection Properties

There was once an NFC_HIDDEN flag in the INF file. -- Maxim S. Shatskih Windows DDK MVP xxxxx@storagecraft.com http://www.storagecraft.com <xxxxx@tsonnet.co.kr> wrote in message news:180820@ntdev... > Dear All, > > I want to hide NDIS LightWeight filter driver in Local Area Connection Properties for preventing any other user from unloading it. > > I wonder two things: > > 1) How to hide NDIS LightWeight filter driver in Local Area Connection Properties > > 2) How to prevent any other user from unloading my driver > <...excess quoted lines suppressed...>
  Message 3 of 3  
10 Aug 12 04:39
Suwan Park
xxxxxx@tsonnet.co.kr
Join Date: 21 Feb 2012
Posts To This List: 13
RE: How to hide NDIS LightWeight filter driver in Local Area Connection Properties

[Install] AddReg=Inst_Ndi Characteristics=0x40028 NetCfgInstanceId="{5cbf81bd-5055-47cd-9055-a76b2b4e3697}" Copyfiles = XXXX.copyfiles.sys [SourceDisksNames] 1=%XXXX_Desc%,"",, [SourceDisksFiles] XXXX.sys=1 [DestinationDirs] DefaultDestDir=12 XXXX.copyfiles.sys=12 [XXXX.copyfiles.sys] XXXX.sys,,,2 I set inf file above. Then, I can see and remove the NDIS LightWeight filter driver in Local Area Connection Properties. What did I do wrong?
Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You must login to OSR Online AND be a member of the ntdev list to be able to post.

All times are GMT -5. The time now is 10:26.


Copyright ©2012, OSR Open Systems Resources, Inc.
Based on vBulletin Copyright ©2000 - 2005, Jelsoft Enterprises Ltd.
Modified under license