How to get rid of that pesky Windows Welcome Center at FIRST boot
Patrick Elliott
Copied from my blog here: http://blog.patreko.com/Lists/Posts/Post.aspx?ID=4
If you’re like me, you have custom scripts you run after you install Windows to get everything “just right”.
You may have noticed, you don’t see a checkbox to “Show Windows Welcome Center” until you’ve logged on twice, and that’s by design.
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"=-
And like magic, it will not bother you again
-Patrick
Posted in Windows Server System, Windows Vista |
1 Comment »
January 25th, 2007 at 3:14 am
[...] While reading blog comments about Welcome Center, I came across this entry on how to remove welcome center at first boot. [...]