Welcome to MSDN Blogs Sign in | Join | Help

RE: How to get rid of that pesky Windows Welcome Center at FIRST boot

While reading blog comments about Welcome Center, I came across this entry on how to remove welcome center at first boot.

...

With a simple .reg file though, you can kill Windows Welcome Center dead on first boot — simply put the following into your .reg file and save it, run it, or add it to your scripts:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"WindowsWelcomeCenter"=-

...

That will do it.  But if you run this command instead, you can avoid creating a file and the elevation prompt.

reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v WindowsWelcomeCenter /f

Oh, and sorry about waiting until the second time you see it before displaying the checkbox - that wasn't my idea.  (Welcome Center was a feature with a lot of input.)

Published Wednesday, January 24, 2007 11:13 PM by jamesfinnigan
Filed under: , ,

Comments

# re: RE: How to get rid of that pesky Windows Welcome Center at FIRST boot

Friday, January 26, 2007 11:17 PM by Patrick Squire

Hey James,

Thanks for the link to our story..its much appreciated :D

You have a very nice blog indeed

Regards,

Patrick S

New Comments to this post are disabled
 
Page view tracker