wireless zero configuration service

  • Thread starter Thread starter Greg Chu The Small
  • Start date Start date
G

Greg Chu The Small

Hi,
How do I configure this service to default to manual..

Other services has the registry settings, and this one does not seem to have
it till after finished FBA.

Thanks!

Greg
 
Greg Chu The Small",

What the service name you were looking for in the registry?
For the Wireless Zero Configuration is should be "WZCSVC".

You can definitely change the service start state through registry: [HKLM\SYSTEM\CurrentControlSet\Services\WZCSVC],"Start" (set
it to "3").
Or use Services administrative snap-in at run time.
Or run "sc.exe" against the service during FBA (just make sure to run it after the "Wireless install command" (FBA phase=5600)
of the "Wireless Zero Configuration" component.

To change the default install state of the "WZCSVC" service you will probably have to change netwzc.inf file (line 49, you need
StartType = 3 there) either in XPe Repository or copy and change the file in your component. But this would be a hack and I don't
recommend that.
 
Back
Top