![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Vista sleep and Default Gateway issue - KB933872 Hello I have had this issue for some time and still cannot get a resolution that works to my satisfaction. I have Windows Vista Ultimate 64 bit. After the system has gone to sleep and I have restarted it the Default gateway information is lost and I cannot connect to the internet. I have tried hotfix KB933872 and KB928233 and neither resolve the issue. It appears to be random as sometimes the Default Gateway information is there and all is fine and another time it is missing and the internet will not work. I can keep sleeping and waking until it works or do a restart and all will be fine. I also read from another person that is suffering from the same problem that typing ipconfig /renew from a command prompt will get things up and running again. This is true but none of these options are ideal especially for my wife and son who want it to just work - which I agree..... Are there any other answers and resolutions to this issue or do I just have to leave the thing running? Many thanks and hopes in advance Gary |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Vista sleep and Default Gateway issue - KB933872 Hello, I have a possible solution but I won't be able to test it out until later on tonight. Set the script to run when the computer resumes from sleep. The easiest way to do this is: a: Open the Windows Event Viewer application. b: Find a 'Power-Troubleshooter' event with ID 1 ('The system has resumed from sleep') c: Right-click on the event and choose 'Add task to this event' and follow the prompts to create the task. d: Change the task properties (you may need to do this through Scheduled Tasks) - the script needs to run with highest privileges and even when user is not logged on. For the script you can use something like this and save it as a .vbs file Set objShell = Wscript.CreateObject("Wscript.Shell") objShell.run("%comspec% /k ipconfig /release") objShell.run("%comspec% /k ipconfig /renew") Cheers, Donald Robb CCIE R&S Written, CCIP, CCDP, CCNP, JNCIS-M, JNCIS-ER, ENA, MCSE 2003, Security+, Network+, A+ "Gazza" <gary_windsor@xxxxxx> wrote in message news:2ffa6e79-ee57-497a-b1b9-1599b8628a4d@xxxxxx Quote: > Hello I have had this issue for some time and still cannot get a > resolution that works to my satisfaction. > > I have Windows Vista Ultimate 64 bit. After the system has gone to > sleep and I have restarted it the Default gateway information is lost > and I cannot connect to the internet. I have tried hotfix KB933872 and > KB928233 and neither resolve the issue. It appears to be random as > sometimes the Default Gateway information is there and all is fine and > another time it is missing and the internet will not work. > > I can keep sleeping and waking until it works or do a restart and all > will be fine. I also read from another person that is suffering from > the same problem that typing ipconfig /renew from a command prompt > will get things up and running again. This is true but none of these > options are ideal especially for my wife and son who want it to just > work - which I agree..... > > Are there any other answers and resolutions to this issue or do I just > have to leave the thing running? > > Many thanks and hopes in advance > > Gary |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Vista sleep and Default Gateway issue - KB933872 I had a chance to test this out and it seems to work just fine. Cheers, Donald Robb "Donald Robb" <donmanrobb@xxxxxx> wrote in message news:u1KPNd4ZIHA.5088@xxxxxx Quote: > Hello, > > I have a possible solution but I won't be able to test it out until later > on tonight. > > Set the script to run when the computer resumes from sleep. The easiest > way to do this is: a: Open the Windows Event Viewer application. b: Find a > 'Power-Troubleshooter' event with ID 1 ('The system has resumed from > sleep') c: Right-click on the event and choose 'Add task to this event' > and follow the prompts to create the task. d: Change the task properties > (you may need to do this through Scheduled Tasks) - the script needs to > run with highest privileges and even when user is not logged on. > > For the script you can use something like this and save it as a .vbs file > > Set objShell = Wscript.CreateObject("Wscript.Shell") > objShell.run("%comspec% /k ipconfig /release") > objShell.run("%comspec% /k ipconfig /renew") > > Cheers, > Donald Robb > CCIE R&S Written, CCIP, CCDP, CCNP, JNCIS-M, JNCIS-ER, ENA, MCSE 2003, > Security+, Network+, A+ > > > > "Gazza" <gary_windsor@xxxxxx> wrote in message > news:2ffa6e79-ee57-497a-b1b9-1599b8628a4d@xxxxxx Quote: >> Hello I have had this issue for some time and still cannot get a >> resolution that works to my satisfaction. >> >> I have Windows Vista Ultimate 64 bit. After the system has gone to >> sleep and I have restarted it the Default gateway information is lost >> and I cannot connect to the internet. I have tried hotfix KB933872 and >> KB928233 and neither resolve the issue. It appears to be random as >> sometimes the Default Gateway information is there and all is fine and >> another time it is missing and the internet will not work. >> >> I can keep sleeping and waking until it works or do a restart and all >> will be fine. I also read from another person that is suffering from >> the same problem that typing ipconfig /renew from a command prompt >> will get things up and running again. This is true but none of these >> options are ideal especially for my wife and son who want it to just >> work - which I agree..... >> >> Are there any other answers and resolutions to this issue or do I just >> have to leave the thing running? >> >> Many thanks and hopes in advance >> >> Gary > |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Vista sleep and Default Gateway issue - KB933872 On 6 Feb, 02:03, "Donald Robb" <donmanr...@xxxxxx> wrote: Quote: > I had a chance to test this out and it seems to work just fine. > > Cheers, > Donald Robb > > "Donald Robb" <donmanr...@xxxxxx> wrote in message > > news:u1KPNd4ZIHA.5088@xxxxxx > Quote: > > Hello, Quote: > > I have a possible solution but I won't be able to test it out until later > > on tonight. Quote: > > Set the script to run when the computer resumes from sleep. The easiest > > way to do this is: a: Open the Windows Event Viewer application. b: Find a > > 'Power-Troubleshooter' event with ID 1 ('The system has resumed from > > sleep') c: Right-click on the event and choose 'Add task to this event' > > and follow the prompts to create the task. d: Change the task properties > > (you may need to do this through Scheduled Tasks) - the script needs to > > run with highest privileges and even when user is not logged on. Quote: > > For the script you can use something like this and save it as a .vbs file Quote: > > Set objShell = Wscript.CreateObject("Wscript.Shell") > > objShell.run("%comspec% /k ipconfig /release") > > objShell.run("%comspec% /k ipconfig /renew") Quote: > > Cheers, > > Donald Robb > > CCIE R&S Written, CCIP, CCDP, CCNP, JNCIS-M, JNCIS-ER, ENA, MCSE 2003, > > Security+, Network+, A+ Quote: > > "Gazza" <gary_wind...@xxxxxx> wrote in message > >news:2ffa6e79-ee57-497a-b1b9-1599b8628a4d@xxxxxx Quote: > >> Hello I have had this issue for some time and still cannot get a > >> resolution that works to my satisfaction. Quote: Quote: > >> I have Windows Vista Ultimate 64 bit. After the system has gone to > >> sleep and I have restarted it the Default gateway information is lost > >> and I cannot connect to the internet. I have tried hotfix KB933872 and > >> KB928233 and neither resolve the issue. It appears to be random as > >> sometimes the Default Gateway information is there and all is fine and > >> another time it is missing and the internet will not work. Quote: Quote: > >> I can keep sleeping and waking until it works or do a restart and all > >> will be fine. I also read from another person that is suffering from > >> the same problem that typing ipconfig /renew from a command prompt > >> will get things up and running again. This is true but none of these > >> options are ideal especially for my wife and son who want it to just > >> work - which I agree..... Quote: Quote: > >> Are there any other answers and resolutions to this issue or do I just > >> have to leave the thing running? Quote: Quote: > >> Many thanks and hopes in advance Quote: Quote: > >> Gary have a go tonight. Gary |
My System Specs![]() |
| | #5 (permalink) |
| | Re: Vista sleep and Default Gateway issue - KB933872 On 6 Feb, 02:03, "Donald Robb" <donmanr...@xxxxxx> wrote: Quote: > I had a chance to test this out and it seems to work just fine. > > Cheers, > Donald Robb > > "Donald Robb" <donmanr...@xxxxxx> wrote in message > > news:u1KPNd4ZIHA.5088@xxxxxx > Quote: > > Hello, Quote: > > I have a possible solution but I won't be able to test it out until later > > on tonight. Quote: > > Set the script to run when the computer resumes from sleep. The easiest > > way to do this is: a: Open the Windows Event Viewer application. b: Find a > > 'Power-Troubleshooter' event with ID 1 ('The system has resumed from > > sleep') c: Right-click on the event and choose 'Add task to this event' > > and follow the prompts to create the task. d: Change the task properties > > (you may need to do this through Scheduled Tasks) - the script needs to > > run with highest privileges and even when user is not logged on. Quote: > > For the script you can use something like this and save it as a .vbs file Quote: > > Set objShell = Wscript.CreateObject("Wscript.Shell") > > objShell.run("%comspec% /k ipconfig /release") > > objShell.run("%comspec% /k ipconfig /renew") Quote: > > Cheers, > > Donald Robb > > CCIE R&S Written, CCIP, CCDP, CCNP, JNCIS-M, JNCIS-ER, ENA, MCSE 2003, > > Security+, Network+, A+ Quote: > > "Gazza" <gary_wind...@xxxxxx> wrote in message > >news:2ffa6e79-ee57-497a-b1b9-1599b8628a4d@xxxxxx Quote: > >> Hello I have had this issue for some time and still cannot get a > >> resolution that works to my satisfaction. Quote: Quote: > >> I have Windows Vista Ultimate 64 bit. After the system has gone to > >> sleep and I have restarted it the Default gateway information is lost > >> and I cannot connect to the internet. I have tried hotfix KB933872 and > >> KB928233 and neither resolve the issue. It appears to be random as > >> sometimes the Default Gateway information is there and all is fine and > >> another time it is missing and the internet will not work. Quote: Quote: > >> I can keep sleeping and waking until it works or do a restart and all > >> will be fine. I also read from another person that is suffering from > >> the same problem that typing ipconfig /renew from a command prompt > >> will get things up and running again. This is true but none of these > >> options are ideal especially for my wife and son who want it to just > >> work - which I agree..... Quote: Quote: > >> Are there any other answers and resolutions to this issue or do I just > >> have to leave the thing running? Quote: Quote: > >> Many thanks and hopes in advance Quote: Quote: > >> Gary are the instructions exactly as you describe above? This is an area that I am not at all familiar with. Do I just use notepad to create the script and where do I save it etc... Thanks again. Gary |
My System Specs![]() |
| | #6 (permalink) |
| | Re: Vista sleep and Default Gateway issue - KB933872 On 6 Feb, 14:37, Gazza <gary_wind...@xxxxxx> wrote: Quote: > On 6 Feb, 02:03, "Donald Robb" <donmanr...@xxxxxx> wrote: > > > Quote: > > I had a chance to test this out and it seems to work just fine. Quote: > > Cheers, > > Donald Robb Quote: > > "Donald Robb" <donmanr...@xxxxxx> wrote in message Quote: > >news:u1KPNd4ZIHA.5088@xxxxxx Quote: Quote: > > > Hello, Quote: Quote: > > > I have a possible solution but I won't be able to test it out until later > > > on tonight. Quote: Quote: > > > Set the script to run when the computer resumes from sleep. The easiest > > > way to do this is: a: Open the Windows Event Viewer application. b: Find a > > > 'Power-Troubleshooter' event with ID 1 ('The system has resumed from > > > sleep') c: Right-click on the event and choose 'Add task to this event' > > > and follow the prompts to create the task. d: Change the task properties > > > (you may need to do this through Scheduled Tasks) - the script needs to > > > run with highest privileges and even when user is not logged on. Quote: Quote: > > > For the script you can use something like this and save it as a .vbs file Quote: Quote: > > > Set objShell = Wscript.CreateObject("Wscript.Shell") > > > objShell.run("%comspec% /k ipconfig /release") > > > objShell.run("%comspec% /k ipconfig /renew") Quote: Quote: > > > Cheers, > > > Donald Robb > > > CCIE R&S Written, CCIP, CCDP, CCNP, JNCIS-M, JNCIS-ER, ENA, MCSE 2003, > > > Security+, Network+, A+ Quote: Quote: > > > "Gazza" <gary_wind...@xxxxxx> wrote in message > > >news:2ffa6e79-ee57-497a-b1b9-1599b8628a4d@xxxxxx > > >> Hello I have had this issue for some time and still cannot get a > > >> resolution that works to my satisfaction. Quote: Quote: > > >> I have Windows Vista Ultimate 64 bit. After the system has gone to > > >> sleep and I have restarted it the Default gateway information is lost > > >> and I cannot connect to the internet. I have tried hotfix KB933872 and > > >> KB928233 and neither resolve the issue. It appears to be random as > > >> sometimes the Default Gateway information is there and all is fine and > > >> another time it is missing and the internet will not work. Quote: Quote: > > >> I can keep sleeping and waking until it works or do a restart and all > > >> will be fine. I also read from another person that is suffering from > > >> the same problem that typing ipconfig /renew from a command prompt > > >> will get things up and running again. This is true but none of these > > >> options are ideal especially for my wife and son who want it to just > > >> work - which I agree..... Quote: Quote: > > >> Are there any other answers and resolutions to this issue or do I just > > >> have to leave the thing running? Quote: Quote: > > >> Many thanks and hopes in advance Quote: Quote: > > >> Gary > Hi Rob, > > are the instructions exactly as you describe above? This is an area > that I am not at all familiar with. Do I just use notepad to create > the script and where do I save it etc... > > Thanks again. > > Gary Donald. Gary |
My System Specs![]() |
| | #7 (permalink) |
| | Re: Vista sleep and Default Gateway issue - KB933872 On 6 Feb, 14:39, Gazza <gary_wind...@xxxxxx> wrote: Quote: > On 6 Feb, 14:37,Gazza<gary_wind...@xxxxxx> wrote: > > > > > Quote: > > On 6 Feb, 02:03, "Donald Robb" <donmanr...@xxxxxx> wrote: Quote: Quote: > > > I had a chance to test this out and it seems to work just fine. Quote: Quote: > > > Cheers, > > > Donald Robb Quote: Quote: > > > "Donald Robb" <donmanr...@xxxxxx> wrote in message Quote: Quote: > > >news:u1KPNd4ZIHA.5088@xxxxxx Quote: Quote: > > > > Hello, Quote: Quote: > > > > I have a possible solution but I won't be able to test it out until later > > > > on tonight. Quote: Quote: > > > > Set the script to run when the computer resumes fromsleep. The easiest > > > > way to do this is: a: Open the Windows Event Viewer application. b: Find a > > > > 'Power-Troubleshooter' event with ID 1 ('The system has resumed from > > > >sleep') c: Right-click on the event and choose 'Add task to this event' > > > > and follow the prompts to create the task. d: Change the task properties > > > > (you may need to do this through Scheduled Tasks) - the script needs to > > > > run with highest privileges and even when user is not logged on. Quote: Quote: > > > > For the script you can use something like this and save it as a .vbs file Quote: Quote: > > > > Set objShell = Wscript.CreateObject("Wscript.Shell") > > > > objShell.run("%comspec% /k ipconfig /release") > > > > objShell.run("%comspec% /k ipconfig /renew") Quote: Quote: > > > > Cheers, > > > > Donald Robb > > > > CCIE R&S Written, CCIP, CCDP, CCNP, JNCIS-M, JNCIS-ER, ENA, MCSE 2003, > > > > Security+, Network+, A+ Quote: Quote: > > > > "Gazza" <gary_wind...@xxxxxx> wrote in message > > > >news:2ffa6e79-ee57-497a-b1b9-1599b8628a4d@xxxxxx > > > >> Hello I have had this issue for some time and still cannot get a > > > >> resolution that works to my satisfaction. Quote: Quote: > > > >> I have WindowsVistaUltimate 64 bit. After the system has gone to > > > >>sleepand I have restarted it the Default gateway information is lost > > > >> and I cannot connect to the internet. I have tried hotfix KB933872 and > > > >> KB928233 and neither resolve the issue. It appears to be random as > > > >> sometimes the Default Gateway information is there and all is fine and > > > >> another time it is missing and the internet will not work. Quote: Quote: > > > >> I can keep sleeping and waking until it works or do a restart and all > > > >> will be fine. I also read from another person that is suffering from > > > >> the same problem that typing ipconfig /renew from a command prompt > > > >> will get things up and running again. This is true but none of these > > > >> options are ideal especially for my wife and son who want it to just > > > >> work - which I agree..... Quote: Quote: > > > >> Are there any other answers and resolutions to this issue or do I just > > > >> have to leave the thing running? Quote: Quote: > > > >> Many thanks and hopes in advance Quote: Quote: > > > >> Gary Quote: > > Hi Rob, Quote: > > are the instructions exactly as you describe above? This is an area > > that I am not at all familiar with. Do I just use notepad to create > > the script and where do I save it etc... Quote: > > Thanks again. Quote: > > Gary > oops, in my hast I just realised that I referred to you as Rob. Sorry > Donald. > > Gary- Hide quoted text - > > - Show quoted text - great. It was my wireless mouse that was waking the pc from sleep (and editing the allow device to wake system to no cleared the issue) and now I have the script I have internet when the pc comes out of sleep. Great, many thanks. Gary |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Default Gateway | Network & Sharing | |||
| Vista VPN Default gateway problem | Vista General | |||
| Vista DHCP doens't update default gateway | Vista networking & sharing | |||
| Vista will not use manual default gateway | Vista networking & sharing | |||
| The default gateway setting is lost when you wake a Windows Vista-based computer from sleep | Vista General | |||