Firewall Probs

  • Thread starter Thread starter Wayne
  • Start date Start date
W

Wayne

hi,

Anyone tell me why when trying to enable both firewall
and ICS in XP i get the following message:

Cannot enalbe shared access: error 1061: service cannot
accept control messages at this time.

Any help would be appreciated!
 
When you are in this state, can you type "sc queryex sharedaccess" at a
command line and post the results?
 
Ken,

Could you possibly elaborate on where command line is
that i need to type in?
-----Original Message-----
When you are in this state, can you type "sc queryex sharedaccess" at a
command line and post the results?

--

Ken Wickes [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.


Wayne said:
hi,

Anyone tell me why when trying to enable both firewall
and ICS in XP i get the following message:

Cannot enalbe shared access: error 1061: service cannot
accept control messages at this time.

Any help would be appreciated!


.
 
Ken,

You mean like this:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Wayne>sc queryex sharedaccess

SERVICE_NAME: sharedaccess
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 3 STOP_PENDING

(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
PID : 848
FLAGS :

C:\Documents and Settings\Wayne>
 
Yes. This is interesting, I've never seen it hang in the stop pending
state. Could you create a debugger dump and send it to me?

To do so, type this at your command prompt: ntsd -lines -p 848 -c ".dump
sharedaccess.dmp;qd"

The 848 is the PID in the results below, so if you have restarted your
machine you will have to check again and use the new number.

That should create a sharedaccess.dmp file in the current directory, send it
to (e-mail address removed)



--

Ken Wickes [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.


Wayne said:
Ken,

You mean like this:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Wayne>sc queryex sharedaccess

SERVICE_NAME: sharedaccess
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 3 STOP_PENDING

(STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
PID : 848
FLAGS :

C:\Documents and Settings\Wayne>

-----Original Message-----
hi,

Anyone tell me why when trying to enable both firewall
and ICS in XP i get the following message:

Cannot enalbe shared access: error 1061: service cannot
accept control messages at this time.

Any help would be appreciated!
.
 
Back
Top