Jump to content

Recommended Posts

Posted

hi guys

i am searching for a way to disable file printer sharing on windows xp.

i already searched the forum and the web but didn't find anything for the unattended thing.

is there a batch/reg tweak we can use? or does it have something to do with the services?

thx


Posted (edited)

I assume you meant during installation of Windows XP. If that's the case you can ignore this post. Sorry :blushing:

Edited by Kiljaeden
Posted

Using ntregmon I fouund that this registry tweak that disables it on my

system. I suggest you disable it and export this registry key on your system

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network]

"FilterClasses"

Posted (edited)
i am searching for a way to disable file printer sharing on windows xp.

i already searched the forum and the web but didn't find anything for the unattended thing.

if you set

[Networking]
InstallDefaultComponents=No

in your winnt.sif, the "file and printer sharing for microsoft networks" won't be installed at all.

that's probably, what you want ;)

Edited by swgreed
Posted

It requires you to specify what you want to install. For more info consult ref.chm.

[Networking]
InstallDefaultComponents=No

[NetProtocols]
MS_TCPIP = params.TCPIP

[NetServices]
MS_PSched = params.MS_PSched

[NetClients]
MS_MSClient = params.MS_MSClient

Posted
actually i tried using RegShot .. but it was really difficult to strip it down to the values ..

how exactly did you use regmon? (which filter?)

I used network as the filter. But the winnt.sif method would probably

be easier

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...