Are you as annoyed as me in regard to the “first run wizard” thingy that IE8 is displaying the first time it runs?? It’s as annoying as the older IE’s that also launched the Email creation wizard… as if it was not enough that they always start off by launching some stupid intro site..
Anyhow, no reason to get TOO upset, as with most things there are ways around this, so take a look here;
http://digitaljive.wordpress.com/2009/07/23/disable-ie8-%E2%80%9Cset-up-windows-internet-explorer-8%E2%80%9D-wizard/
many lovely ways to get rid of this stupidity.
One of the simplest is this;
Registry:
DWORD : “DisableFirstRunCustomize” set to 1 under HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
https://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.png00Mikehttps://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.pngMike2010-07-14 19:24:112010-07-14 20:21:55Internet Explorer 8 – first run screen
I found it while trying to find a way to surpress the dialog box, which sadly I did never find (one would think there would be some registry tweak that would disable this stupid dialogbox on a server where the error had no effect and was impossible to resolve)..
https://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.png00Mikehttps://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.pngMike2010-07-14 18:41:172010-07-14 10:47:42Troubleshooting ‘At least one service or driver failed during system startup’
Had problems with a server that was complaining that it could not sync. time with the DC, it stated that it received invalid data amongst other.
Event ID 38, 47 and 29 – Source: W32Time
“The time provider NtpClient cannot reach or is currently receiving invalid time data from NTP_server_IP_Address.”
https://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.png00Mikehttps://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.pngMike2010-07-12 17:29:362010-07-12 14:13:20W32Time issues on Win2003 server – and resolution
Internet Explorer 8 – first run screen
Deployment, OS, WebTroubleshooting ‘At least one service or driver failed during system startup’
OSYou receive the following error message after Windows 2003 boots.
At least one service or driver failed during system startup. Use Event Viewer to examine the event log for details.
There is a quite excellent article here on how to debug errors like this; http://networkadminkb.com/kb/Knowledge%20Base/Windows2003/Troubleshooting%20%91At%20least%20one%20service%20or%20driver%20failed%20during%20system%20startup%92.aspx
I found it while trying to find a way to surpress the dialog box, which sadly I did never find (one would think there would be some registry tweak that would disable this stupid dialogbox on a server where the error had no effect and was impossible to resolve)..
W32Time issues on Win2003 server – and resolution
OSHad problems with a server that was complaining that it could not sync. time with the DC, it stated that it received invalid data amongst other.
Event ID 38, 47 and 29 – Source: W32Time
“The time provider NtpClient cannot reach or is currently receiving invalid time data from NTP_server_IP_Address.”
Found the resolution here;
http://www.chicagotech.net/troubleshooting/eventid47.htm
Basically (this worked for me);
1. Click Start, click Run, type cmd, and then press ENTER.
2. At the command prompt, type the following commands in the order that they are given. After you type each command, press ENTER.
• w32tm /config /manualpeerlist:<TIME SERVER IP, EG DC>,0x8 /syncfromflags:MANUAL
• net stop w32time
• net start w32time
• w32tm /resync
a few additional dos commands you may try when debugging w32time;
C:\>net time /querysntp
C:\>w32tm /resync
C:\>w32tm /monitor