Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista > Windows Vista Networking & Sharing

Notices

Reply

Network and sharing center freezes, server execution failed

 

LinkBack Thread Tools Display Modes
Old 07-26-2007, 08:20 AM   #1 (permalink)
Default Network and sharing center freezes, server execution failed

Ever since I first started my computer with windows vista I have had a red x
over my network icon and it says connection status unknown: server execution
failed. Also my network and sharing center freezes when i try to start it,
and i have to use task manager to shut it down. I have seen a fix for this
problem but it only works with versions higher than home basic vista
versions.(which I have home basic) if anyone has an idea so I can fix this,
it would be greatly appreciated.
Smurgledorf
Guest
 
Posts: n/a
Reply With Quote  
Old 07-26-2007, 03:36 PM   #2 (permalink)
Default Re: Network and sharing center freezes, server execution failed

There are a lot discussions about this issue. This post may help.

- NetworkingNo new posts, No network - server execution failed, 6, chicagotech, 580, Wed Jul 18, 2007 4:41 am chicagotech · View latest post ...
http://www.chicagotech.net/netforums/viewforum.php?f=1


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Smurgledorf" <Smurgledorf@discussions.microsoft.com> wrote in message news:1A3BA10F-28DB-4512-9B83-433EF8FB700B@microsoft.com...
Ever since I first started my computer with windows vista I have had a red x
over my network icon and it says connection status unknown: server execution
failed. Also my network and sharing center freezes when i try to start it,
and i have to use task manager to shut it down. I have seen a fix for this
problem but it only works with versions higher than home basic vista
versions.(which I have home basic) if anyone has an idea so I can fix this,
it would be greatly appreciated.
Robert L [MVP - Networking]
Guest
 
Posts: n/a
Reply With Quote  
Old 07-27-2007, 06:30 AM   #3 (permalink)
Default Re: Network and sharing center freezes, server execution failed

Basically the link led to a website that literally said anyone with vista
home(which is mine) is ******. the only solution is available to those who
have the business version or higher. I don't have the money for a higher
version. It doesn't seem fair....
Smurgledorf
Guest
 
Posts: n/a
Reply With Quote  
Old 08-05-2007, 01:55 AM   #4 (permalink)
Default Network and sharing center freezes, server executionfailed

boot up your machine in safe mode by hitting f8 when you start up your machine, choose safe mode with commands, then enter the command
net localhost "Administrators" "Local Service"/add
That worked for me and I have home premium


EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
cathy coffman
Guest
 
Posts: n/a
Reply With Quote  
Old 08-05-2007, 01:58 AM   #5 (permalink)
Default Network and sharing center freezes, server executionfailed

log in to your computer in safemode with commands.
enter the command
net localhost "Administrators" "Local Service" /add
It worked for me and I have home premium

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
cathy coffman
Guest
 
Posts: n/a
Reply With Quote  
Old 08-21-2007, 11:18 PM   #6 (permalink)
Default Re: Network and sharing center freezes, server execution failed

RObert,
that link takes me to the entire forum, not the post/thread you refer to, I
tried to search for the thread, no luck, jim

"Robert L [MVP - Networking]" wrote:
Quote:
> There are a lot discussions about this issue. This post may help.
>
> - NetworkingNo new posts, No network - server execution failed, 6, chicagotech, 580, Wed Jul 18, 2007 4:41 am chicagotech · View latest post ...
> http://www.chicagotech.net/netforums/viewforum.php?f=1
>
>
> Bob Lin, MS-MVP, MCSE & CNE
> Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
> How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
> "Smurgledorf" <Smurgledorf@discussions.microsoft.com> wrote in message news:1A3BA10F-28DB-4512-9B83-433EF8FB700B@microsoft.com...
> Ever since I first started my computer with windows vista I have had a red x
> over my network icon and it says connection status unknown: server execution
> failed. Also my network and sharing center freezes when i try to start it,
> and i have to use task manager to shut it down. I have seen a fix for this
> problem but it only works with versions higher than home basic vista
> versions.(which I have home basic) if anyone has an idea so I can fix this,
> it would be greatly appreciated
DCELL
Guest
 
Posts: n/a
Reply With Quote  
Old 12-04-2007, 07:04 PM   #7 (permalink)
Default Re: Network and sharing center freezes, server execution failed


This reply corrects the command to fix this problem and also provides
all the steps necessary to run it.

1. Restart Vista.

2. After your computer's BIOS screen ("press F2 for Setup," whatever)
displays, keep pressing F8 until you see Vista's startup options screen.

3. Run "Safe Mode with Command Prompt."

4. At the Safe Mode command prompt type

net localgroup "Administrators" "Local Service" /add

and then press ENTER.

You should see a "The command completed successfully" message.

5. Type

exit

and then press RETURN. This closes the command window.

6. Restart Vista.

7. When Vista has restarted, log in and try to display the Network and
Sharing Center. On this laptop, that command fixed the problem
discussed in this thread: Now its wireless adapter icon reflected its
connection to the world, and the Network and Sharing Center opened,
populated, and displayed the system's network connections as expected.

Notice in the command statement that it's not "localhost" but
"localgroup." (If you execute the command as it was originally posted,
you receive an error message that clues you in on that by listing the
top-level syntax of the net command. The only option that starts with
"local." is "localgroup.") As musicians say on experiencing an epiphany
in the string section, "Viola!"

Best regards,

Dave


--
dpnewkirk
Posted via http://www.vistaheads.com

dpnewkirk
Guest
 
Posts: n/a
Reply With Quote  
Old 12-04-2007, 10:11 PM   #8 (permalink)
Default Re: Network and sharing center freezes, server execution failed

Thank you for sharing your experience with us.

--
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com


"dpnewkirk" <dpnewkirk.3133cf@no-mx.forums.vistaheads.com> wrote in message
news:dpnewkirk.3133cf@no-mx.forums.vistaheads.com...
Quote:
>
> This reply corrects the command to fix this problem and also provides
> all the steps necessary to run it.
>
> 1. Restart Vista.
>
> 2. After your computer's BIOS screen ("press F2 for Setup," whatever)
> displays, keep pressing F8 until you see Vista's startup options screen.
>
> 3. Run "Safe Mode with Command Prompt."
>
> 4. At the Safe Mode command prompt type
>
> net localgroup "Administrators" "Local Service" /add
>
> and then press ENTER.
>
> You should see a "The command completed successfully" message.
>
> 5. Type
>
> exit
>
> and then press RETURN. This closes the command window.
>
> 6. Restart Vista.
>
> 7. When Vista has restarted, log in and try to display the Network and
> Sharing Center. On this laptop, that command fixed the problem
> discussed in this thread: Now its wireless adapter icon reflected its
> connection to the world, and the Network and Sharing Center opened,
> populated, and displayed the system's network connections as expected.
>
> Notice in the command statement that it's not "localhost" but
> "localgroup." (If you execute the command as it was originally posted,
> you receive an error message that clues you in on that by listing the
> top-level syntax of the net command. The only option that starts with
> "local." is "localgroup.") As musicians say on experiencing an epiphany
> in the string section, "Viola!"
>
> Best regards,
>
> Dave
>
>
> --
> dpnewkirk
> Posted via http://www.vistaheads.com
>
Robert L. \(MS-MVP\)
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Server execution failed Dennis Windows Vista Networking & Sharing 16 07-08-2008 05:07 AM
Network and Sharing Center some can't be turn off GT Windows Vista Networking & Sharing 2 05-15-2008 08:32 PM
network and sharing center butler Windows Vista Networking & Sharing 27 12-27-2007 09:32 PM
Server Execution Failed & Connection status Unknown Psmanyan Windows Vista Networking & Sharing 1 07-09-2007 02:51 PM
Network and Sharing Center management Home2609 Windows Vista Networking & Sharing 1 05-15-2007 06:58 PM


All times are GMT. The time now is 06:34 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90