Restart "Zero Wireless Service" through a batch command

  • Thread starter Thread starter Newbie
  • Start date Start date
N

Newbie

Hi,

I'd like to know if there's a way to restart the "Zero wireless Service"
through a batch command? For some reason, a few laptops we have here
(Dell), if they come out of standby, the "zero service" is stopped. I've
instructed the users to go through the services but it'd be much easier to
do through a batch command.

Thanks,

Simon
 
I forget, something like;
sc start wzcsvc
((make a shortcut))
you can figure it out easy enuff...
cmd>sc /?
 
whoops make a shortcut
net start wzcsvc

bumtracks said:
I forget, something like;
sc start wzcsvc
((make a shortcut))
you can figure it out easy enuff...
cmd>sc /?
 
Hello Simon,

Thank you for using newsgroup!

I would like to appreciate Bumtracks's great input. Actually, you may
create a batch file that contains the following command to start the
Wireless Zero Configuration service.
"net start wzcsvc"

Thanks & Regards,

Ken Zhao

Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security

=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.





--------------------
| From: "Newbie" <[email protected]>
| Subject: Restart "Zero Wireless Service" through a batch command
| Date: Thu, 27 Oct 2005 11:58:39 -0400
| Lines: 13
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| X-RFC2646: Format=Flowed; Original
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.windowsxp.general
| NNTP-Posting-Host: gw1.gennum.com 209.47.33.228
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.windowsxp.general:487948
| X-Tomcat-NG: microsoft.public.windowsxp.general
|
| Hi,
|
| I'd like to know if there's a way to restart the "Zero wireless Service"
| through a batch command? For some reason, a few laptops we have here
| (Dell), if they come out of standby, the "zero service" is stopped. I've
| instructed the users to go through the services but it'd be much easier
to
| do through a batch command.
|
| Thanks,
|
| Simon
|
|
|
 
Back
Top