<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>sp3 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/sp3/</link>
	<description>Feed of posts on WordPress.com tagged "sp3"</description>
	<pubDate>Sat, 26 Jul 2008 09:59:22 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Vista: Whose ‘reality’ do you believe?]]></title>
<link>http://vistasucks.wordpress.com/?p=897</link>
<pubDate>Fri, 25 Jul 2008 01:00:02 +0000</pubDate>
<dc:creator>vistasucks</dc:creator>
<guid>http://vistasucks.wordpress.com/?p=897</guid>
<description><![CDATA[
Forrester Research issued new study results today claiming that 18 months after release, &#8220;Vis]]></description>
<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-898" src="http://vistasucks.wordpress.com/files/2008/07/forrester_logo.jpg?w=300" alt="" width="200" /></p>
<p>Forrester Research issued new study results today claiming that 18 months after release, "Vista is still struggling to gain a foothold in large companies." Forrester called Vista the "new Coke."</p>
<p>Forrester said that Vista use remains in the single digits ("just under nine percent according to Forrester's month-by-month desk-top analysis of 50,000 of our enterprise clients across 2,300 companies. That's up from six percent in January of this year, but far short of the 87 percent penetration for Windows XP.")</p>
<p>Meanwhile, Bill Veghte, Senior Vice President for Online Services and Windows Business Group, told FAM attendees today that Vista's uptake among business users is solid. He said Vista enterprise sales were up 20 percent and renewal rates for Software Assurance among business users were greater than 80 percent. (Not surprisingly, there were no stats in Veghte's presentation about what percentage of business users are downgrading to XP. <a href="http://blogs.zdnet.com/microsoft/?p=1501" target="_blank">Read the full story on All About Microsoft</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Problem and Solution: Unrecognized configuration section 'connectionStrings']]></title>
<link>http://lxcid.wordpress.com/?p=10</link>
<pubDate>Thu, 24 Jul 2008 17:21:25 +0000</pubDate>
<dc:creator>lxcid</dc:creator>
<guid>http://lxcid.wordpress.com/?p=10</guid>
<description><![CDATA[I first encountered this problem while trying to deploy my client&#8217;s website from Visual Studio]]></description>
<content:encoded><![CDATA[<p>I first encountered this problem while trying to deploy my client's website from Visual Studio 2005 to my Windows XP's Internet Information Services 5.1 (a.k.a IIS 5.1) in my Windows XP SP3 powered notebook. It wasn't a difficult one as a search on google give me tons of solutions. Trying not to make this just another solution for this problem I try to explain how to spot the problem and then provide the solution in the most detailed way.</p>
<p><strong>Figure 1: The error message you will get and the clue to the solution.</strong></p>
<p><a href="http://lxcid.files.wordpress.com/2008/07/problem_001.png"><img class="alignnone size-medium wp-image-15" src="http://lxcid.wordpress.com/files/2008/07/problem_001.png?w=300" alt="" width="300" height="103" /></a></p>
<p>Figure 1 is a typical error page thrown by IIS for not being able to parse the configuration section 'connectionStrings'. 'connectionStrings' configuration section is only available on ASP.NET 2.0 and above so the first thing to look at for clue to the solution is the ASP.NET version. As you can see (indicated in Figure 1), The ASP.NET version is 1.1 which is not what we wanted. The solution is to run the website in ASP.NET 2.0 and here's how.</p>
<p><strong>Step 1: Select "Start" icon</strong></p>
<p><a href="http://lxcid.files.wordpress.com/2008/07/step_001.png"><img class="alignnone size-medium wp-image-16" src="http://lxcid.wordpress.com/files/2008/07/step_001.png?w=220" alt="" width="220" height="84" /></a></p>
<p><strong>Step 2: Select "Control Panel" icon</strong></p>
<p><a href="http://lxcid.files.wordpress.com/2008/07/step_002.png"><img class="alignnone size-medium wp-image-17" src="http://lxcid.wordpress.com/files/2008/07/step_002.png?w=300" alt="" width="300" height="299" /></a></p>
<p><strong>Step 3: Select "Administrative Tools" icon</strong></p>
<p><a href="http://lxcid.files.wordpress.com/2008/07/step_003.png"><img class="alignnone size-medium wp-image-18" src="http://lxcid.wordpress.com/files/2008/07/step_003.png?w=300" alt="" width="300" height="216" /></a></p>
<p><strong>Step 4: Select "Internet Information Services" icon</strong></p>
<p><a href="http://lxcid.files.wordpress.com/2008/07/step_004.png"><img class="alignnone size-medium wp-image-19" src="http://lxcid.wordpress.com/files/2008/07/step_004.png?w=300" alt="" width="300" height="216" /></a></p>
<p><strong>Step 5: Right-click on the website which the problem occurs</strong></p>
<p><a href="http://lxcid.files.wordpress.com/2008/07/step_005.png"><img class="alignnone size-medium wp-image-20" src="http://lxcid.wordpress.com/files/2008/07/step_005.png?w=300" alt="" width="300" height="216" /></a></p>
<p><strong>Step 6: Select "Properties"</strong></p>
<p><a href="http://lxcid.files.wordpress.com/2008/07/step_006.png"><img class="alignnone size-medium wp-image-21" src="http://lxcid.wordpress.com/files/2008/07/step_006.png?w=300" alt="" width="300" height="222" /></a></p>
<p><strong>Step 7: Select "ASP.NET" tab</strong></p>
<p><a href="http://lxcid.files.wordpress.com/2008/07/step_007.png"><img class="alignnone size-medium wp-image-22" src="http://lxcid.wordpress.com/files/2008/07/step_007.png?w=300" alt="" width="300" height="284" /></a></p>
<p><strong>Step 8: Select "2.0.x" from "ASP.NET version:" dropdown list</strong></p>
<p><a href="http://lxcid.files.wordpress.com/2008/07/step_008.png"><img class="alignnone size-medium wp-image-23" src="http://lxcid.wordpress.com/files/2008/07/step_008.png?w=300" alt="" width="300" height="284" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows XP SP3, Windows Vista SP1]]></title>
<link>http://computerpit.wordpress.com/2008/07/23/windows-xp-sp3-windows-vista-sp1/</link>
<pubDate>Wed, 23 Jul 2008 06:32:52 +0000</pubDate>
<dc:creator>computerpit</dc:creator>
<guid>http://computerpit.wordpress.com/2008/07/23/windows-xp-sp3-windows-vista-sp1/</guid>
<description><![CDATA[Windows XP SP3 is now finally, to find the final version simply go to www.microsoft.com and it will ]]></description>
<content:encoded><![CDATA[<p>Windows XP SP3 is now finally, to find the final version simply go to www.microsoft.com and it will be under downloads, there will be no more to it.</p>
<p>Windows vista sp1, took FOREVER, how big is it anyways. I didnt notice any new features, or improvements, but a great improvment on compatibility.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[From Win32 to Cocoa: a Windows user’s conversion to Mac OS X—Part III]]></title>
<link>http://vistasucks.wordpress.com/?p=884</link>
<pubDate>Sun, 20 Jul 2008 19:08:30 +0000</pubDate>
<dc:creator>vistasucks</dc:creator>
<guid>http://vistasucks.wordpress.com/?p=884</guid>
<description><![CDATA[ 
&#8220;&#8230;All things considered, Apple is offering an attractive platform. The APIs are robus]]></description>
<content:encoded><![CDATA[<p> </p>
<p><a href="http://vistasucks.wordpress.com/files/2007/05/microsoft-windows-logo.jpg"><img class="alignleft size-full wp-image-122" style="margin:10px;" src="http://vistasucks.wordpress.com/files/2007/05/microsoft-windows-logo.jpg" alt="" width="150" height="150" /></a>"...All things considered, Apple is offering an attractive platform. The APIs are robust, the tools are good (and getting better), the design philosophy is coherent, and the platform as a whole has a direction. The company will continue to improve and refine the experience for users and developers alike.</p>
<p>But it's not without some regret that I move away from Windows. There are good things that come out of Microsoft. I like Visual Studio a lot, I think Office 2007 is fantastic, and there are parts of the .NET platform that could be very good. I think Microsoft could—and should—do better." <a href="http://arstechnica.com/articles/culture/microsoft-learn-from-apple-III.ars" target="_blank">Read the full article on ArsTechnica.Com</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows XP PERFECT SP3+ PLUS EDITION ]]></title>
<link>http://ortakmal.wordpress.com/?p=125</link>
<pubDate>Sun, 20 Jul 2008 07:46:39 +0000</pubDate>
<dc:creator>djrocx</dc:creator>
<guid>http://ortakmal.wordpress.com/?p=125</guid>
<description><![CDATA[

Sistem otomatik kurulumdur. Sadece bilgisayarı Cd&#8217;den başlatıp C&#8217;ye kurulum  talima]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><img class="aligncenter" src="http://i27.tinypic.com/23lh1eu.jpg" alt="" width="560" height="350" /></p>
<p style="text-align:left;"><!--more--></p>
<p>Sistem otomatik kurulumdur. Sadece bilgisayarı Cd'den başlatıp C'ye kurulum  talimatını verin, masaüstü gelene kadar tüm işlemleri kendi halledecektir. Her  ihtiyaca karşılık vermesi için gerekli bileşenler silinmemiştir.</p>
<p>Hiçbir  gerekli olan ve olabilelecek muhtemel bileşen ve servisler bile silinmemiştir,  bu konuya çok dikkat EdiLMiştir..Sata/raid driverları entegre edilmiştir ve  Intel marka anakartlar için anakart driverları entegre edilmiştir,Ve  göreceksiniz birçok entege edilmiş şey var. Bu kadar şey 1 CD'ye bileşenler  silinmeden nasıl sığar demeyin, sığar! Bunun için çok uğraşmaK, araştırmak  gerekLi.Office 2003 ve .Net framework paketleri üstadların hazırladığı küçük  boyutlu ve full paketlerdir, eksiği yoktur, diğer programlar gibi. Birçok  program az yer kaplar real addon olduğu için, eksik olduğundan  değil!</p>
<p>Sistem Sp3 ve sonrası dahil full update'dir ve update sorunu  yoktur. İsteğe bağlı yazılımlar dahil hepsi yüklüdür, sıfır güncelleştirme!<br />
1  tane görünmesinin sebebi sistemden eski windows messenger silindiği için onu  yüklemek istiyor, iptal edin onu yoksa sıfırdır orası  da;</p>
<p><strong>:::....::::EKLENENLER::::....:::</strong></p>
<p>Donanım</p>
<p>Sata/Raid/Ahci  Driverları: ALi/ULi, ATI/AMD, Intel, Jmicron, Nvidia, SiS, VIA ve Asus ATK ve  Nvidia Smu gibi yaygın üreticilerin ATA, SATA, RAID, AHCI driverları entegredir.  Böylece birçok masaüstü ve laptop sistemlere XP kurma derdi, disketle sürücü  yükleme gibi dertler bitiyor.</p>
<p>Intel Anakart Çipset Driverları: Cd'de  yer kaplamaması için sata/raid driverları dışında driver eklmeyi düşünmüyordum  ama bu az yer kaplayan ve hemen hemen tüm Intel marka masaüstü ve laptop  anakartları destekleyen paket sayesinde intel anakartınızın chipset/usb/ata  driverları vs otomatik kurulur. (Tabii intel olmayan anakartlara da kurulur  sadece driverını otomatik tanımaz kendiniz  kurarsınız)</p>
<p>Yazılım</p>
<p>+SP3 Sonrası Güncelleme Paketi<br />
SP3  sonrasında çıkan veya SP3'ten önce çıkmasına rağmen opsiyonel olup SP3  içerisinde olmayan faydalı update'ler dahildir, sistemi daha kararlı hale  getirir, SP3'ten bile güncel ve sağlam bir sisteminiz olacak bu paketle. SP3  için şu hotfixleri içerir:<br />
* KB898461 * KB944898* KB946554* KB949127-v2*  KB950162* KB951615-v2* KB951624* KB952079-v2* Microsoft Update TR v7.0.6000.381*  MRT - KB890830* QfeCheck* ResetWMI* KB931125* KB942763* WGA - KB892130* WinXP EU  Font Update.</p>
<p>Ve tabiki tamamen güncel MP11 ve IE7 de  var.</p>
<p>#Internet Explorer 7 (sürüm 7.0.5730.13)<br />
Tam günceldir.<br />
*  KB928090* KB938127 * KB947864 hotfixlerini içerir. Ayrıca IE7, reg ayarları ile  optimize edililip daha hızlandırılmıştır.</p>
<p>+Windows Media Player 11  (sürüm 11.0.5721.5237)<br />
Tam günceldir.<br />
* KB928090* KB938127 * KB947864  hotfixlerini içerir.</p>
<p>OFFICE 2003 TR SP3</p>
<p>Office 2003 SP3 ve Sp3  sonrasında çıkan tüm güncelleştirmeler entegrelidir. Tüm programlar gibi bu da  Windows kurulumunda otomatik kurulmaktadır. Word, Excel ve PowerPoint içerir.  Kurulumdan sonra şöyle görüntü vereLim :</p>
<p>+ESET NOD32 ANTIVIRUS  3.0.657<br />
Güncel Nod32 antivirüs de entgredir ve tabiki tüm programlar gibi  Windows kurulumunda otomatik kurulmaktadır. 1 Mayıs 2008'e kadar olan virüs  veritabanı vardır ve sisteminiz açılır açılmaz çalışmaya başlayacaktır, böylece  daha baştan %100 güvende olacaksınız. Full sürümdür ve güncelleme sorunu  yoktur.</p>
<p>+.NET FRAMEWORK AIO<br />
.NET Framework All In One Paketi ile  .NET Framework ile ilgili bütün paketler eksiksiz yüklenmektedir:<br />
*.NET 1.1  SP1,<br />
*.NET 1.1 SP1 Türkçe Dil Paketi,<br />
*.NET 2.0 SP1,<br />
*.NET 2.0 SP1  Türkçe Dil Paketi,<br />
*.NET 3.0 SP1,<br />
*.NET 3.0 SP1 Türkçe Dil  Paketi,<br />
*.NET 3.5,<br />
*.NET 3.5 Türkçe Dil Paketi.</p>
<p>+DirectX  9.0c Mart 2008 yani son sürüme güncellenmiştir. Oyun ve multimedyada daha fazla  performans için en önemli, elzem Microsoft güncellemelerinden  biridir.</p>
<p>+Java 6 Update 6 Son sürüm Java entegredir.</p>
<p>K-Lite Codec  Pack Standard 3.9.0 Son sürüm entegre kodek paketi ile altyazılı filmler de  dahil olmak üzere her türlü video ve ses formatını sorunsuz  oynatabileceksiniz.</p>
<p>+NERO Burning Rom v8.3.2.1 Micro Nero'nun son sürüm  hafif versiyonu entegredir ve tabiki fullDur</p>
<p>+Windows Live Messenger  8.5 TR + VistaSkin + Ekstralar<br />
Full Live Messenger Paketi, şunlar  dahildir:<br />
*Windows Live Messenger 8.5.1302.1018<br />
*Windows Live Oturum Açma  Yardımcısı 4.200.520.1<br />
*Messenger Plus! Live 4.60 (build 326)<br />
*Vista  Skin<br />
*Çoklu Oturum Yaması<br />
-Yapılan Yamalar-<br />
*Başlangıçta Çalışması  İptal Edildi<br />
*Msn Açılışında Çıkan MSN de Bugün Penceresi  Kapatıldı..</p>
<p>Adobe Reader, Lite 8.12 Türkçe<br />
Son sürüm Türkçe Adobe  Reader PDF okuyucu. Lite versiyondur:<br />
Gereksiz Plugin dosyaları çıkarılmış ve  adobe Updater özelliği iptal edilmiştir. Bu sayede program açılış süresi oldukça  kısaltılmıştır.</p>
<p>+Winamp v5.531 TR + Extra: Son sürüm Winamp TR;<br />
*  Türkçe<br />
* Big Bento ve MMD3 skin (Big Bento default)<br />
* MSN'de Ne Dinliyorum  eklentisi<br />
* En bilinen ve de en fazla kullanılan ses teması : Enchancer v0.17  FX (açılışta ayarlı ve aktif geliyor-arka planda calısıyor)<br />
* Çeşitli ince  ayarlar (Açılışta güncellemeleri kontrol et(iptal), Winamp Agent aktif (iptal)  vs.)</p>
<p>+Mozilla Firefox 2.0.0.14 Güvenli internet tarayıcımızın son  sürümü.</p>
<p>+Silverlight v1.0.30401.0 Microsoft'un Adobe Flash karşısında  geliştirdiği standart. Internet Exploer ve Mozilla için son sürüm silverlight  eklentisi entegrelidir.</p>
<p>+Flash Player ActiveX Internet Explorer için  flash içerikli sayfaları görüntüleyebilmeniz için son sürüm flash eklentisi  entegrelidir.</p>
<p>+FlashGet 1.9.6.1073 TR<br />
En ünlü indirme yöneticisi  Flashget'in son sürümü, Türkçe.</p>
<p>+Restoration.2.5.14 Yanlışlıkla bir  dosyanızı/klasörünüzü vs mi sildiniz? Sildiğiniz bir dosyayı geri  getirmenize<br />
yarayan bu küçük program çok işinize yarayacak. Günlük kullanımda  yanlışlıkla sildiğiniz dosyaları geri getirmede çok başarılı.</p>
<p>+CCLEANER  v2.07.575 TR<br />
Artık her bilgisayarda olmazsa olmaz temizlik ve optimizasyon  yazılımlarından CCleaner'ın son sürümü, türkçe.</p>
<p>+WinRar 3.71 TR Son sürüm  Winrar Türkçe. Full sürümdür.</p>
<p>+MTU<br />
Eski dostumuz  MTU.<br />
Türkçe-İngilize, İngilizce-Türkçe, Türkçe-Türkçe(eş anlamlılar sözlüğü),  sözlük ile günlük basit kelime çeviri işlemlerinizi yapabilir ve<br />
adam asmaca  oyunu ile eğlenip kelime haznenizi geliştirebilirsiniz.</p>
<p>+XP için Vista  Unicode Desteği, Sürüm 1.626.6001.18000(USP 10) Windows Xp'ye windows Vista SP1  Türkçenin unicode desteğini kazanadırır.</p>
<p>+OpenAL Çalışma Kitaplığı  Eklentisi-OpenAL Yükleyicisi Bu eklenti, OpenAL v1.1 çalışma kitaplıklarını  bilgisayarınıza yükleyerek, temel OpenAL operatörleri ile EAX ve EFX gibi  bileşenler için destek sağlayacaktır.</p>
<p>+PAINT.NET 3.31 TR + 85 Plugin  Gelişmiş bir resim editörüdür. Paint'den bağımsız ve farklı bir  uygulamadır.<br />
Programa entegre 85 Plugin(eklentisi) ile size neredeyse bir  photoshop ortamı yaratır. Türkçedir.</p>
<p>+Online Haberler - Son  Dakika<br />
Ufak haber programı ile anında erişim: Son dakika, Gazeteler, Köşe  yazıları, Haber portalları, Alışveriş, Eğitim, Kültür Sanat, Kadın, Magazin,  Seri ilan, TV, Sağlık, Ekonomi, Bilim ve Teknoloji sitelere anında erişim,  kısayollar ve görüntüleme. Çok faydalı olacak.</p>
<p>+ A &#38; R Right Click  v1.0.1a, Geliştirilmiş Sağ Tık Eklentileri<br />
İçindekiler :<br />
Unlocker  v1.8.6<br />
PhotoToys Image Resizer 5.1.2455.0 [Resmi Yeniden  Boyutladırma]<br />
File Extension Toggle v3 [Uzantıları Göster/Gizle]<br />
HashTab  v2.0.8<br />
Find Target [Hedefi Bul]<br />
Firm Convertor 2.0.0.312 [Resim Format  Değiştirme]<br />
Hidden Files Toggle v3 [Gizli Dosyaları Göster/Gizle]<br />
Open cmd  Here v1.0.3 [Komut Penceresi Aç]<br />
Select All v2 [Tümünü Seç]<br />
Klasöre  Kopyala/Taşı<br />
Windows kullanımını çok daha kolaylaştırmaktadır sağ tıkla  birçok ek seçenek çıkar, çok işe yarar resimle 2 örnek  vereyim:</p>
<p>+AudioShell Eklentisi<br />
Bu da sağ tık eklentileri gibi bir  eklentidir. Bir müzik dosyasının(mp3 gibi) üzerine geldiğinizde sanaçtı, albü  vs. bilgilerini anında görüntüler ve<br />
sağ tık-özellikler menüsünde mp3 ve  birçok müzik formatının ID3 bilgilerini görüntülemenize ve değiştirmenize olanak  verir. Örnek:</p>
<p>:::EXTRA EĞLENCELİ OYUNLAR:::<br />
En eğlenceli ve favori  oyunlarımız da sisteme entegre edildi. Diğer Windows oyunları silinmemiştir, bu  oyunlar da onların yanına yükleniyor.<br />
Başlat-&#62; Programlar -&#62; Oyunlar  Altına yani. Batak,Pisti,Bilardo,Okey gibi toplam 10 tane Extra  oyun:</p>
<p>EXTRA GÖRSELLİK</p>
<p>+VistaDriveIndicator v2.2 Harddisk ve  CD-rom ikonlarınız Vista'daki gibi görünür. Doluluk oranlarını da  gösterir:</p>
<p>+Vista Sesleri Sıkıcı Windows XP sesleri Vista sesleri ile  değiştirilmiştir.</p>
<p>+AIO Cursors Pack 1.9<br />
Birçok yeni imleç paketi.  Denetim Masası-Fare-İşaretçiler-Düzen altında görebilir ve uygulayabilirsiniz.  İçerdiği imleç paketleri:<br />
Aero, Aero II, BlackSpins V3 (9 Flavors), Chrome  Glass, Conrast Black &#38; White, Fedora, Fedora Inverse, Gant cursors 2006 vol  1, Gant cursors 2006 vol 2, Mac OS X Aqua, Mac OS X Aqua Swirl, Mac OS X  Graphite, Mac OS X Graphite Swirl, Mac OS X Radioactive, Mac OS X Rainbow Swirl,  OSX4XP, VistaPlastic (S&#38;W), xFree, XZ-B-ONE, XZ-B-ONE Light Cursor  Paketleri.</p>
<p>EXTRA TEMALAR VE KOMPLE YENİ XP GÖRÜNÜMÜ</p>
<p>Not: Eklenen  temalar bildiğimiz .theme ve .msstyles uzantılıdır. Yani Microsoft temaları ile  aynı yapıda ve sistemi hiç yormaz.<br />
Sadece tema değil tüm ikonları vesaire  aklınıza gelen tema hariç her yeri derinlemesine, güvenle ve sisteme yük  bindirmeden direkt<br />
değiştiren, Türkiye'de yapılan ve ilk defa uygulanan paket  ile birlikte temalar oldukça iyi uyum sağlamaktadır görünüm  açısından.<br />
Çeşitli tarzlarda ve zevklere göre toplamda +21 tane tema  eklenmiştir. Temaların içinde bazılarının ayrıca extradan kendilerine  ait<br />
çeşitli görünüm seçenekleri ve duvar kağıtları da vardır.</p>
<p>Luna  Element 5.1<br />
İlk mesajda gördüğünüz temadır.Kendine ait duvarkağıdı ile sistem  açıldığında default olarak gelen temadır, isterseniz değiştirirsiniz, seçenek  çok!</p>
<p>Vista AIO Tema Paketi 12 tane Vista teması ve çeşitli görünüm  seçenekleri olan tema paketi.<br />
Çokça gördüğümüz ve görmediğimiz, beğenilen  Vista Paketlerinin hepsi bir arada!</p>
<p>Black AIO Tema Paketi Özellikle siyah  tema sevenler için içerisinde birkaç tane şık siyah tema içeren tema  paketidir.</p>
<p>Luna Element Black 5.1 Baştaki mavi Luna Element temasına  siyah görünüm tema seçeneği de sağlar!</p>
<p>Ve söylediğim gibi  temalardan da önemli bişey varsa o da sistemin görünümünü komple değiştiren,  daha önce görülmemiş bir paket ile<br />
Windows baştan aşağı, extra program  yüklenmeden, hiç kasmadan kökten güvenli bir şekilde değiştirilmiştir, görünümde  asıl farkı bu yaratmaktadır. İkonları ve görünümle ilgili dosyalar tamamen  yenileniyor!</p>
<p>Çıkarılan Bileşenler<br />
Fazla bileşen çıkarmadım, gerekli  bileşenleri hiç çıkarmadım.(Nadiren gerekli olabilen yardım ve destek bile  çıkarılmadı mesela)<br />
Aşağıda yazacaklarım dışında hiçbir bileşen, servis vs  çıkarılmamıştır, oynanmamıştır. Windows'un kendi driverlarına da hiç  dokunulmamıştır.</p>
<p>*MSN Explorer<br />
*Eski Windows Messenger<br />
*Wİndows'un  Resimleri ve Örnek müzikleri. (Daha sonra kendim birçok duvar kağıdı entegre  ettim tabii)<br />
*Diller ve Klavye desteklerinden yazacaklarım hariç hepsini  sildim:<br />
İngilizce(UK ve USA), Fransızca, Almanca, Rusça, İsveç, Türkçe F ve  Q<br />
***Bu diller ve klavye destekleri dışındakiler silindi***<br />
*NET Framework  (Framework paketi entegre edildi zaten)<br />
*Dr. Warson<br />
*Güvenlik Merkezi  (Güvenlik Duvarı ve Otomatik güncelleştirmeler var tabii, sadece baloncuk üreten  bu merkez silindi sadece)<br />
*El İle kurulum ve yükseltme. (Cd'den başlatarak  direkt kuracağımız için gerek yok)<br />
*Masaüstü temizlik sihirbazı. (can sıkıcı  bir windows özelliği, çıkarılması şart)<br />
-Servislerden sadece baş ağrıtan  şeyler silindi. Şunlar:<br />
*Hata raporu<br />
*Messenger<br />
-Uygulamalar'dan da  sadece Pinball oyunu silindi.</p>
<p style="text-align:center;"><strong>Download</strong></p>
<p style="text-align:left;"><a href="http://rapidshare.com/files/130922826/PERFECT_XP_SP3_FULL_CD.part1.rar">http://rapidshare.com/files/130922826/PERFECT_XP_SP3_FULL_CD.part1.rar</a></p>
<p style="text-align:left;"><a href="http://rapidshare.com/files/130939293/PERFECT_XP_SP3_FULL_CD.part2.rar">http://rapidshare.com/files/130939293/PERFECT_XP_SP3_FULL_CD.part2.rar</a></p>
<p style="text-align:left;"><a href="http://rapidshare.com/files/130955392/PERFECT_XP_SP3_FULL_CD.part3.rar">http://rapidshare.com/files/130955392/PERFECT_XP_SP3_FULL_CD.part3.rar</a></p>
<p style="text-align:left;"><a href="http://rapidshare.com/files/130970409/PERFECT_XP_SP3_FULL_CD.part4.rar">http://rapidshare.com/files/130970409/PERFECT_XP_SP3_FULL_CD.part4.rar</a></p>
<p style="text-align:left;"><a href="http://rapidshare.com/files/131000403/PERFECT_XP_SP3_FULL_CD.part5.rar">http://rapidshare.com/files/131000403/PERFECT_XP_SP3_FULL_CD.part5.rar</a></p>
<p style="text-align:left;"><a href="http://rapidshare.com/files/131004657/PERFECT_XP_SP3_FULL_CD.part6.rar">http://rapidshare.com/files/131004657/PERFECT_XP_SP3_FULL_CD.part6.rar</a></p>
<p style="text-align:left;"><a href="http://rapidshare.com/files/131008530/PERFECT_XP_SP3_FULL_CD.part7.rar">http://rapidshare.com/files/131008530/PERFECT_XP_SP3_FULL_CD.part7.rar</a></p>
<p style="text-align:left;"><a href="http://rapidshare.com/files/131008737/PERFECT_XP_SP3_FULL_CD.part8.rar">http://rapidshare.com/files/131008737/PERFECT_XP_SP3_FULL_CD.part8.rar</a></p>
<p style="text-align:left;">
]]></content:encoded>
</item>
<item>
<title><![CDATA[links for 2008-07-20]]></title>
<link>http://netweb.wordpress.com/2008/07/20/links-for-2008-07-20/</link>
<pubDate>Sun, 20 Jul 2008 07:33:00 +0000</pubDate>
<dc:creator>Stephen</dc:creator>
<guid>http://netweb.wordpress.com/2008/07/20/links-for-2008-07-20/</guid>
<description><![CDATA[

Build an XP SP3 Recovery Disc - Solutions by PC Magazine
(tags: xp sp3 windows recovery boot servi]]></description>
<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.pcmag.com/article2/0,2817,2325399,00.asp">Build an XP SP3 Recovery Disc - Solutions by PC Magazine</a></div>
<div class="delicious-tags">(tags: <a href="http://del.icio.us/Netweb/xp">xp</a> <a href="http://del.icio.us/Netweb/sp3">sp3</a> <a href="http://del.icio.us/Netweb/windows">windows</a> <a href="http://del.icio.us/Netweb/recovery">recovery</a> <a href="http://del.icio.us/Netweb/boot">boot</a> <a href="http://del.icio.us/Netweb/servicepack">servicepack</a> <a href="http://del.icio.us/Netweb/slipstream">slipstream</a> <a href="http://del.icio.us/Netweb/install">install</a> <a href="http://del.icio.us/Netweb/howto">howto</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.ultimatebootcd.com/">Ultimate Boot CD - Overview</a></div>
<div class="delicious-tags">(tags: <a href="http://del.icio.us/Netweb/boot">boot</a> <a href="http://del.icio.us/Netweb/recovery">recovery</a> <a href="http://del.icio.us/Netweb/sysadmin">sysadmin</a> <a href="http://del.icio.us/Netweb/windows">windows</a> <a href="http://del.icio.us/Netweb/datarecovery">datarecovery</a> <a href="http://del.icio.us/Netweb/winpe">winpe</a> <a href="http://del.icio.us/Netweb/linux">linux</a>)</div>
</li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Post XP SP3 Update problem]]></title>
<link>http://whyamistilltyping.wordpress.com/?p=259</link>
<pubDate>Fri, 18 Jul 2008 14:32:46 +0000</pubDate>
<dc:creator>whyamistilltyping</dc:creator>
<guid>http://whyamistilltyping.wordpress.com/?p=259</guid>
<description><![CDATA[Despite all the problems circulating the web about Windows XP Service Pack 3, I thought I would go a]]></description>
<content:encoded><![CDATA[<p>Despite all the problems circulating the web about Windows XP Service Pack 3, I thought I would go ahead anyway on a new installation. The installation part went fine and the system restarted properly with no lock ups, stops or looping restarts. So far so good, unfortunately I celebrated my good fortune too soon - Windows Update stopped functioning. Whilst updates were being downloaded, Windows XP would fail to actually perform the update.</p>
<p>I did a bit of googling and whilst I didn't find any accounts exactly matching my problem, I decided to follow the advice on this <a href="http://support.microsoft.com/kb/943144" target="_blank">Microsoft KB</a> article.</p>
<p>First of all, stop the automatic update service from the command prompt.</p>
<p>1. Open up Start Menu &#62; Run</p>
<p>2. Type "cmd" and press Enter.</p>
<p>3. In the command box, type "net stop wuauserv", should should get the following confirmation:</p>
<p><a href="http://whyamistilltyping.files.wordpress.com/2008/07/xpsp3updateproblem11.jpg"><img class="aligncenter size-full wp-image-268" src="http://whyamistilltyping.wordpress.com/files/2008/07/xpsp3updateproblem11.jpg" alt="" width="445" height="39" /></a></p>
<p style="text-align:center;">
<p>Now we need to reregister the DLL involved in the Windows Update process.</p>
<p>4. Type in "regsvr32 %windir%\system32\wups2.dll". The following control box should pop up after a moment:</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-262" src="http://whyamistilltyping.wordpress.com/files/2008/07/xpsp3updateproblem2.jpg" alt="" width="401" height="131" /></p>
<p>Now we need to start the update service and hopefully all should be well again.</p>
<p>5. Type "net start wuauserv" which should yield this confirmation:</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-263" src="http://whyamistilltyping.wordpress.com/files/2008/07/xpsp3updateproblem3.jpg" alt="" width="556" height="65" /></p>
<p>Thats it, updates started working for me immediately afterwards. If this didn't do the trick for you, follow the alternative methods on Microsoft's KB article linked above.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Vista: Victim of Enterprise Malaise]]></title>
<link>http://vistasucks.wordpress.com/?p=877</link>
<pubDate>Fri, 18 Jul 2008 03:58:02 +0000</pubDate>
<dc:creator>vistasucks</dc:creator>
<guid>http://vistasucks.wordpress.com/?p=877</guid>
<description><![CDATA[Windows Vista probably deserves a break, but it won&#8217;t be getting one from Major—what Microso]]></description>
<content:encoded><![CDATA[<p><a href="http://vistasucks.wordpress.com/files/2008/03/it_guy.jpg"><img class="alignleft size-full wp-image-798" style="margin-left:10px;margin-right:10px;" src="http://vistasucks.wordpress.com/files/2008/03/it_guy.jpg" alt="" width="200" height="200" /></a>Windows Vista probably deserves a break, but it won't be getting one from Major—what Microsoft would call—milestones aren't driving enterprises to radically change their Vista adoption plans. Even I'm surprised. I expected the release of Windows Vista Service Pack 1 or the end of Windows XP OEM sales to mean <em>something</em> for Vista adoption. Nope.</p>
<p>If Vista were a person, it might have an insecurity complex from all the rejection—and for good reason. Not since Windows Me has a Microsoft operating system seen such cool market reception. Based on a recent eWEEK survey of more than 400 IT decision makers, enterprises aren't lessening their resistance, even when there is good reason. <a href="http://www.microsoft-watch.com/content/vista/vista_victim_of_enterprise_malaise.html?kc=MWRSS02129TX1K0000535" target="_blank">Read the full article on Microsoft-Watch.Com</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Vista: DOA in the Enterprise]]></title>
<link>http://vistasucks.wordpress.com/?p=875</link>
<pubDate>Fri, 18 Jul 2008 03:52:41 +0000</pubDate>
<dc:creator>vistasucks</dc:creator>
<guid>http://vistasucks.wordpress.com/?p=875</guid>
<description><![CDATA[The year-to-year, or wave-to-wave, surveys are yet another dismal pronouncement on the state of Vist]]></description>
<content:encoded><![CDATA[<p><a href="http://vistasucks.wordpress.com/files/2007/08/windows_vista_business_box1.jpg"><img class="alignleft size-full wp-image-572" src="http://vistasucks.wordpress.com/files/2007/08/windows_vista_business_box1.jpg" alt="" width="200" height="220" /></a>The year-to-year, or wave-to-wave, surveys are yet another dismal pronouncement on the state of Vista adoption among businesses. The numbers are grim, and there's not much spin I could put on them, even if I were so inclined. I'm not. The data should always tell the story-and there's a whopper here.</p>
<p>The really bad news for Microsoft: the number of business PCs running Windows XP increased from 2007 to 2008-three times the increase in the percentage of PCs running Vista.</p>
<p>Perhaps worse: The majority of businesses waiting for Vista-meaning those running older Windows versions-migrated to XP instead. Microsoft had counted on Windows 2000 and older versions to go to Vista. The newest Windows saw some conversion, but XP got much more.</p>
<p>Windows Vista Adoption</p>
<p>Worse still: By the end of 2008, the majority of businesses will have just 9 percent of their PCs running Vista. The number only rises to 28 percent in 2010.</p>
<p>Welcome to the world of continued Windows XP dominance. <a href="http://www.microsoft-watch.com/content/vista/vista_doa_in_the_enterprise.html?kc=MWRSS02129TX1K0000535" target="_blank">Read the full article on Microsoft-Watch.Com</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft nos obliga a ir hacia atrás!!!]]></title>
<link>http://darkkamui.wordpress.com/?p=193</link>
<pubDate>Fri, 11 Jul 2008 23:12:01 +0000</pubDate>
<dc:creator>D. Armando Guevara C.</dc:creator>
<guid>http://darkkamui.wordpress.com/?p=193</guid>
<description><![CDATA[Para no hacer largo el tema lo resumiré en 5 palabras “XP es mejor que Vista”, varios pensamos ]]></description>
<content:encoded><![CDATA[<p style="margin-bottom:0;">Para no hacer largo el tema lo resumiré en 5 palabras “XP es mejor que Vista”, varios pensamos lo mismo, aunque creo que algunos pensaran lo contrario.</p>
<p style="margin-bottom:0;">Las razones porque “XP es mejor que Vista” son por ejemplo:</p>
<p style="margin-bottom:0;">Vista consume más recursos que XP, XP utiliza mejor la memoria RAM y el espacio de disco duro.</p>
<p style="margin-bottom:0;">XP es más rápido que Vista, en varias de las tareas comunes, abrir programas, descomprimir archivos, etc.</p>
<p style="margin-bottom:0;">Y muchos más.....Cada uno tiene sus propias experiencias.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Fíjense que el SP1 de Vista contiene la pequeña cantidad de 573 correcciones, son muchas correcciones si nos damos cuenta del tiempo que tiene Vista en el mercado, si tan solo en año pasado fue su lanzamiento.</p>
<p style="margin-bottom:0;">Muchas personas, empresas han tomado la decisión o están pensando en volver a XP, lo que conlleva gastos y que gastos =P., y a varios de ellos les da remordimiento por haber puesto Vista y a algunitos por haberse cambiado a Vista, pensando que sería mejor.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Patch per i DNS]]></title>
<link>http://fra1027.wordpress.com/?p=33</link>
<pubDate>Fri, 11 Jul 2008 19:27:45 +0000</pubDate>
<dc:creator>fra1027</dc:creator>
<guid>http://fra1027.wordpress.com/?p=33</guid>
<description><![CDATA[E&#8217; notizia si questi giorni che c&#8217;è una grave bug che affligge i DNS.
Qui trovate la pa]]></description>
<content:encoded><![CDATA[<p>E' <a href="http://punto-informatico.it/p.aspx?i=2350066" target="_blank">notizia</a> si questi giorni che c'è una grave bug che affligge i <a href="http://it.wikipedia.org/wiki/Domain_Name_System" target="_blank">DNS</a>.</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=it&#38;FamilyID=ed989a33-7a9e-4423-93a8-b38907467cdf" target="_blank">Qui</a> trovate la patch in italino per windows xp sp2 e sp3, <a href="http://www.microsoft.com/italy/technet/security/Bulletin/MS08-037.mspx" target="_blank">qui</a> invece l'elenco delle patch per tutti gli altri sistemi operativi windows.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows XP secrets]]></title>
<link>http://ddcampayo.wordpress.com/?p=46</link>
<pubDate>Fri, 11 Jul 2008 10:57:10 +0000</pubDate>
<dc:creator>ddcampayo</dc:creator>
<guid>http://ddcampayo.wordpress.com/?p=46</guid>
<description><![CDATA[Recently, I had some problems after installing Windows XP SP3 and asked for technical support. I don]]></description>
<content:encoded><![CDATA[<p>Recently, I had some problems after installing Windows XP SP3 and asked for technical support. I don't like Windows too much, but I have to use it for many applications; one thing that I did like was the support I got, with a technical representative calling several times to guide me and check if things were going smoothly. In the process I learned some secret XP lore.<!--more--></p>
<ul>
<li><strong>The problem</strong>: IE7 wouldn't run after installing SP3. Bad news, since windows updating depends on it.</li>
<li><strong>Uninstalling IE7</strong>: It's impossible to uninstall IE7 from the usual Control Panel utility after having installed SP3. <em>However</em>, there is c:\windows\ie7\spuninst\spuninst.exe, a program which does uninstall IE7! (ie7 is a hidden folder, by the way). (On the other hand, it's easy to uninstall SP3 by the usual means.)</li>
<li><strong>msconfig</strong>: Directly running this command starts a "system configuration tool" that can be very useful. The "services" tab has a "hide non-Microsoft services" option that's helpful in order to stop anything non-vital. Same with the "start" tab, one can just disable all services there. It's also interesting to notice the amount of rubbish the system collects with time...</li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft to Release XP Service Pack Thursday, July 10]]></title>
<link>http://compren.wordpress.com/?p=47</link>
<pubDate>Wed, 09 Jul 2008 21:05:17 +0000</pubDate>
<dc:creator>compren</dc:creator>
<guid>http://compren.wordpress.com/?p=47</guid>
<description><![CDATA[The staff at Computer Renaissance highly encourages Windows XP users to download service pack three ]]></description>
<content:encoded><![CDATA[<p>The staff at <a href="http://www.compren.com">Computer Renaissance</a> highly encourages Windows XP users to download service pack three (SP3). </p>
<p><strong>By Greg Keizer</strong><br />
July 8, 2008 (Computerworld) </p>
<p>The vague timetable that Microsoft Corp. gave yesterday for pushing out Windows XP SP3 to most users got specific today as the company quietly said it would release the upgrade on Thursday at 10 a.m. Pacific time. </p>
<p>Microsoft will add Windows XP Service Pack 3 to Windows Update at that time, and trigger its automatic download and installation for users who have left the operating system's update service at its default "Automatic (recommended)" setting. </p>
<p>"Updated applicability rules and updated metadata to target the update to Automatic Update channel," read a Microsoft support document revised today after the company unveiled its monthly security patches. "The Automatic Update change will be published at 10:00 A.M. on July 10." </p>
<p>Yesterday, a Microsoft manager said only that XP SP3 would be automatically downloaded and installed "shortly," but did not specify a date. </p>
<p>Microsoft delayed the distribution of Windows XP SP3 twice this spring, but the July 10 date seems firm; it was included in the cumulative list of all updates available via Windows Server Update Services (WSUS), the server-side update tool many businesses use, as well as via the client-side Windows Update (WU) and Microsoft Update Web-based services. </p>
<p>A Microsoft spokeswoman confirmed that July 10 is, in fact, XP SP3's automatic update debut, but cautioned that not all users would see it immediately. "As with all service pack releases, Microsoft will carefully monitor the release to ensure that all customers have a good experience," she said in an instant message reply to queries. "Once Windows XP SP3 is posted to AU [Automatic Updates], some users may see it right away; others may not see it for awhile." </p>
<p>In late April, Microsoft postponed the release of XP SP3 because it found a compatibility bug between the operating system and the company's Retail Management System point-of-sale software. It also stopped the automatic installation of Windows Vista SP1, which had already been pushed to some users. </p>
<p>A few weeks later, Microsoft added a filter to WU to block AMD-powered PCs susceptible to an "endless reboot" problem from seeing Windows XP SP3 as an available update. In late June, Microsoft crafted a fix and added it to the WU list. Users who had WU set to automatically grab and install updates presumably have this patch already in place. </p>
<p>However, it's not clear how the automatic distribution of XP SP3 will affect users running AMD-equipped machines that haven't been updated with the June fix. </p>
<p>The announcement that Microsoft would release XP SP3 to Automatic Updates came just a week after the company started Windows XP on its road to retirement by halting sales of the operating system to retail outlets and barring major computer makers from installing it on most new PCs. </p>
<p>People who want to block the automatic deployment of Windows XP SP3 can either modify the Windows Update settings or download and use the Windows Service Pack Blocker Tool Kit, which provides several tools for stopping the service pack from reaching client PCs until at least April 2009.</p>
<p>-- Access this article directly by clicking <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&#38;articleId=9107918&#38;intsrc=hm_list">here.</a></p>
<p><strong>The staff at <a href="http://www.compren.com">Computer Renaissance</a> highly reccommends installing all necessary service packs and updates. By doing so, a computer is up to date and less vulnerable to malfunctions.</strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft libera download automático do XP SP3.]]></title>
<link>http://ocamaradinha.wordpress.com/?p=49</link>
<pubDate>Wed, 09 Jul 2008 20:38:31 +0000</pubDate>
<dc:creator>ocamaradinha</dc:creator>
<guid>http://ocamaradinha.wordpress.com/?p=49</guid>
<description><![CDATA[A Microsoft informou que vai distribuir o Service Pack 3 (SP3) para todos os usuários do Windows XP]]></description>
<content:encoded><![CDATA[<p class="MsoNormal" style="line-height:150%;text-align:justify;margin:0;">A Microsoft informou que vai distribuir o Service Pack 3 (SP3) para todos os usuários do Windows XP amanhã, 10 de julho, às 10h da manhã dos Estados Unidos, horário do Pacífico.</p>
<p class="MsoNormal" style="line-height:150%;text-align:justify;margin:0;">O SP3 será distribuído via  <a href="http://olhardigital.uol.com.br/digital_news/noticia.php?id_conteudo=5776#">download</a> automático pelo Windows Update, para os usuários que ainda não baixaram o pacote de atualizações.</p>
<p class="MsoNormal" style="line-height:150%;text-align:justify;margin:0;">A empresa já mudou a data de distribuição do update duas vezes, por problemas de compatibilidade com o software Retail Management System (RMS) e para corrigir um problema que fazia com que alguns PCs que instalavam o SP3 ficassem reiniciando infinitamente. A última atualização do <a href="http://olhardigital.uol.com.br/digital_news/noticia.php?id_conteudo=5776#">sistema</a> será distribuída uma semana depois da aposentadoria do XP, que já não é mais vendido no varejo desde o último dia 1º.</p>
<p class="MsoNormal" style="line-height:150%;text-align:justify;margin:0;">
<p class="MsoNormal" style="line-height:150%;text-align:justify;margin:0;">FONTE: olhardigital.uol.com.br</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft to Release XP Service Pack Thursday, July 10]]></title>
<link>http://friendlycomputers.wordpress.com/?p=30</link>
<pubDate>Wed, 09 Jul 2008 20:13:04 +0000</pubDate>
<dc:creator>friendlycomputers</dc:creator>
<guid>http://friendlycomputers.wordpress.com/?p=30</guid>
<description><![CDATA[The staff at Friendly Computers highly encourages Windows XP users to download service pack three (S]]></description>
<content:encoded><![CDATA[<p>The staff at <a href="http://www.friendlycomputers.com">Friendly Computers</a> highly encourages Windows XP users to download service pack three (SP3). </p>
<p><strong>By Greg Keizer</strong><br />
July 8, 2008 (Computerworld) </p>
<p>The vague timetable that Microsoft Corp. gave yesterday for pushing out Windows XP SP3 to most users got specific today as the company quietly said it would release the upgrade on Thursday at 10 a.m. Pacific time. </p>
<p>Microsoft will add Windows XP Service Pack 3 to Windows Update at that time, and trigger its automatic download and installation for users who have left the operating system's update service at its default "Automatic (recommended)" setting. </p>
<p>"Updated applicability rules and updated metadata to target the update to Automatic Update channel," read a Microsoft support document revised today after the company unveiled its monthly security patches. "The Automatic Update change will be published at 10:00 A.M. on July 10." </p>
<p>Yesterday, a Microsoft manager said only that XP SP3 would be automatically downloaded and installed "shortly," but did not specify a date. </p>
<p>Microsoft delayed the distribution of Windows XP SP3 twice this spring, but the July 10 date seems firm; it was included in the cumulative list of all updates available via Windows Server Update Services (WSUS), the server-side update tool many businesses use, as well as via the client-side Windows Update (WU) and Microsoft Update Web-based services. </p>
<p>A Microsoft spokeswoman confirmed that July 10 is, in fact, XP SP3's automatic update debut, but cautioned that not all users would see it immediately. "As with all service pack releases, Microsoft will carefully monitor the release to ensure that all customers have a good experience," she said in an instant message reply to queries. "Once Windows XP SP3 is posted to AU [Automatic Updates], some users may see it right away; others may not see it for awhile." </p>
<p>In late April, Microsoft postponed the release of XP SP3 because it found a compatibility bug between the operating system and the company's Retail Management System point-of-sale software. It also stopped the automatic installation of Windows Vista SP1, which had already been pushed to some users. </p>
<p>A few weeks later, Microsoft added a filter to WU to block AMD-powered PCs susceptible to an "endless reboot" problem from seeing Windows XP SP3 as an available update. In late June, Microsoft crafted a fix and added it to the WU list. Users who had WU set to automatically grab and install updates presumably have this patch already in place. </p>
<p>However, it's not clear how the automatic distribution of XP SP3 will affect users running AMD-equipped machines that haven't been updated with the June fix. </p>
<p>The announcement that Microsoft would release XP SP3 to Automatic Updates came just a week after the company started Windows XP on its road to retirement by halting sales of the operating system to retail outlets and barring major computer makers from installing it on most new PCs. </p>
<p>People who want to block the automatic deployment of Windows XP SP3 can either modify the Windows Update settings or download and use the Windows Service Pack Blocker Tool Kit, which provides several tools for stopping the service pack from reaching client PCs until at least April 2009.</p>
<p>-- Access this article directly by clicking <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&#38;articleId=9107918&#38;intsrc=hm_list">here.</a></p>
<p><strong>The staff at <a href="http://www.friendlycomputers.com">Friendly Computers</a> highly reccommends installing all necessary service packs and updates. By doing so, a computer is up to date and less vulnerable to malfunctions.</strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Neues Mainboard]]></title>
<link>http://fratzi.wordpress.com/?p=88</link>
<pubDate>Tue, 08 Jul 2008 23:23:40 +0000</pubDate>
<dc:creator>fratzi</dc:creator>
<guid>http://fratzi.wordpress.com/?p=88</guid>
<description><![CDATA[Nachdem ich nach drei Tagen die Schnauze von diesem lahmen Thinkpad R32 mit Ubuntuinstallation voll ]]></description>
<content:encoded><![CDATA[<p>Nachdem ich nach drei Tagen die Schnauze von diesem lahmen Thinkpad R32 mit Ubuntuinstallation voll hatte, habe ich mir den Nachfolger meines Mainboards gekauft <strong>[ASUS M3A-H/HMDI] </strong>(Express-OS (= PC anschalten und nach 5 Sekunden Chatten und Surfen - alles übers BIOS - 256 MB Speicherplatz - kein Windows Boot nötig!), AM2+ fähig, AHCI und noch paar andere tolle Sachen. Alleine der Einbau ist wesentlich erleichtert worden - ich bin wirklich begeistert).</p>
<p>Der Höhepunkt war dann anschließend, dass Windows XP ohne Probleme hochgefahren ist! Einfach neue Treiber einspielen - fertig. Unglaublich! Ich dachte zuerst ich muss einen ganzen Tag investieren um alles neu zu installieren. Dickes Lob an Microsoft und SP3.</p>
<p>Leider ist es mit dem AMD Chipsatz nicht möglich im laufenden Windows Betrieb von SATA-IDE auf SATA-AHCI umzuschalten (bei Intel gibt es einen Workaround) - Windows meckert dann mit einem Bluescreen bzgl. fehlender Treiber die man ohne eine Neuinstallation nicht nachinstallieren kann. Schade.<strong><br />
</strong></p>
[wp_caption id="attachment_89" align="alignnone" width="414" caption="ASUS M3A-H/HDMI (AMD AM2+)"]<a href="http://fratzi.files.wordpress.com/2008/07/img_2354.jpg"><img class="size-medium wp-image-89" src="http://fratzi.wordpress.com/files/2008/07/img_2354.jpg?w=300" alt="ASUS M3A-H/HDMI (AMD AM2+)" width="414" height="310" /></a>[/wp_caption]
<p><strong>PS:</strong><br />
Meine Haix Stiefel sind bis morgen früh beim Schuster (Meisterbrief hat er immerhin). Ich hoffe der gute Herr weiß was er da tut - sah schon etwas älter und Blind aus :&#60; Er hatte auch Schwierigkeiten zu verstehen was ich wollte. Irgendwie hab' ich Angst um meine teuren Stiefel.<br />
Aber dafür stimmt der Preis (5€ meinte er ! Ich habe mit 30€ gerechnet). Mal sehn.</p>
<p><strong>PPS:</strong><br />
Der Zoll hat leider immernoch kein Paket ...</p>
<p><strong>PPPS:</strong><br />
Ach ja ... Kinoabend ... <strong>Michael Clayton</strong> ... 10/10 Punkte - Genialer anspruchsvoller Film!<br />
Kann ich nur Empfehlen.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Mac OS X market share surges 32% in one year]]></title>
<link>http://vistasucks.wordpress.com/?p=873</link>
<pubDate>Sat, 05 Jul 2008 20:51:29 +0000</pubDate>
<dc:creator>vistasucks</dc:creator>
<guid>http://vistasucks.wordpress.com/?p=873</guid>
<description><![CDATA[Apple Inc.&#8217;s operating system market share has increased by nearly 32% in the last year, accor]]></description>
<content:encoded><![CDATA[<p><a href="http://vistasucks.wordpress.com/files/2007/10/leopard.jpg"><img class="alignleft size-full wp-image-659" src="http://vistasucks.wordpress.com/files/2007/10/leopard.jpg" alt="" width="200" height="200" /></a>Apple Inc.'s operating system market share has increased by nearly 32% in the last year, according to data collected by an Internet metrics company.</p>
<p>Last month, Apple's Mac OS X accounted for 7.94% of the operating systems powering computers that accessed the 40,000 Web sites Net Applications monitors for its clients, the company reported yesterday. A year ago, Mac OS X's usage share stood at 6.03%. <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&#38;taxonomyName=operating_systems&#38;articleId=9106098&#38;taxonomyId=89&#38;intsrc=kc_top" target="_blank">Read the full story on ComputerWorld.Com</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows Xp Sp3]]></title>
<link>http://infodrugs.wordpress.com/?p=18</link>
<pubDate>Mon, 30 Jun 2008 17:14:55 +0000</pubDate>
<dc:creator>netomtm</dc:creator>
<guid>http://infodrugs.wordpress.com/?p=18</guid>
<description><![CDATA[Windows XP Service Pack 3 é o terceiro pacote de atualizações para o Windows XP. Muito aguardado ]]></description>
<content:encoded><![CDATA[<p><a href="http://download.microsoft.com/download/d/c/c/dccd3e5b-aef9-4f61-bfc4-d973396282aa/WindowsXP-KB936929-SP3-x86-PTB.exe"><img class="alignleft size-medium wp-image-16" src="http://infodrugs.wordpress.com/files/2008/06/windows-xp-services-pakc-3-logo.jpg?w=300" alt="" width="138" height="99" /></a>Windows XP Service Pack 3 é o terceiro pacote de atualizações para o Windows XP. Muito aguardado por vários usuários, esse pacote corrige bugs, trazendo estabilidade e melhorias para o sistema operacional. Agora, uma das novidades é que o XP possuirá suporte ao WPA2 (uma solução de segurança para redes sem fio) e aoPeer Name Resolution Protocol (PNRP), que já são utilizados no Windows Vista.</p>
<p><span style="color:orangered;">O que o SP3 tem de novo?</span></p>
<p>Algumas novidades foram anunciadas em se tratando deste pacote de atualizações para o XP, incluindo melhorias para a detecção de roteadores Black-Hole, que acabam apagando alguns pacotes instalados no PC sem que você autorize. Agora, o SP3 vai trazer uma proteção extra, garantindo que isso não ocorra.</p>
<p>Junto com o Service Pack 3, você vai encontrar o Windows Installer 3.1, apresentando funcionalidades novas e correções de alguns problemas encontrados na versão anterior (3.0). Um framework novo denominado MMC também está incluído nos 302MB do SP3. Ele oferece várias ferramentas, como suporte para navegação, menu, barra de ferramentas e muito mais.</p>
<p>As opções de segurança do sistema também foram melhoradas, e agora seu XP vai apresentar um número maior de textos explicativos, detalhando algum tipo de configuração que seja necessária. Isso vai ajudar muitos usuários em como procederem nessas personalizações de forma correta, evitando erros de instalação, por exemplo.</p>
<p>A plataforma de aplicações NAP (Network Access Protection) vai proteger os ativos de rede, garantindo conformidade em seu sistema. Essa plataforma já é encontrada no Windows Vista e Windows Server 2008. As novidades são muito técnicas e vão agir no Windows XP trazendo melhorias para o usuário final.</p>
<p><a href="http://download.microsoft.com/download/d/c/c/dccd3e5b-aef9-4f61-bfc4-d973396282aa/WindowsXP-KB936929-SP3-x86-PTB.exe" target="_blank"><br />
Download Aqui - Link direto do site da Microsoft®</a></p>
<p>***Crie um ponto de restauração antes de instalar o Sp3.***</p>
<p><img class="smilie" src="http://my.opera.com/community/graphics/smilies/thumbsup.gif" alt="" width="27" height="17" /></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows XP SP3 falha em micros com processador AMD]]></title>
<link>http://alexandrequevedo.wordpress.com/?p=207</link>
<pubDate>Mon, 30 Jun 2008 14:17:56 +0000</pubDate>
<dc:creator>Alexandre Quevedo</dc:creator>
<guid>http://alexandrequevedo.wordpress.com/?p=207</guid>
<description><![CDATA[Alguns PCs ficam reiniciando eternamente quando se tenta instalar o Service Pack.
O problema foi rel]]></description>
<content:encoded><![CDATA[<p>Alguns PCs ficam reiniciando eternamente quando se tenta instalar o Service Pack.</p>
<p>O problema foi relatado por usuários em fóruns de discussão da Microsoft na web. A falha se manifesta em alguns micros com processador AMD que vieram da fábrica com o Windows pré-instalado. Ela afeta, por exemplo, certos modelos da HP vendidos nos Estados Unidos. Nesse caso, se o usuário tentar instalar o Service Pack 3, o PC pode entrar num ciclo infinito de reboots. <!--more--></p>
<p>O que ocorre é que o sistema trava durante a partida. Nessa situação, o Windows XP automaticamente tenta reiniciar. Como o travamento se repete sempre, o ciclo de reinícios prossegue indefinidamente. Jesper Johansson, especialista da Microsoft, publicou algumas dicas em seu blog sobre como contornar o problema. Seu primeiro conselho é que o usuário tenha calma. Ou seja, nada de ações drásticas, como formatar o disco.</p>
<p>Johansson explica que a origem do problema está no gerenciamento de energia do Windows XP. Nos micros com processador AMD, esse gerenciamento é feito pelo driver amdk8.sys. Nos PCs de arquitetura Intel, esse papel cabe ao componente intelppm.sys. Normalmente, não há problema em ter os dois arquivos no computador. No entanto, em micros com processador AMD, quando se dá a partida pela primeira vez após a instalação do Service Pack, os dois drivers podem entrar um conflito. O computador não consegue dar a partida, ou trava exibindo o código de erro 0x0000007e. Se esse código for exibido, é quase certo que esse é o problema.</p>
<p>Para consertar a falha, a primeira providência é interromper os reinícios automáticos. Para isso, deve-se teclar F8 durante a partida e acionar a opção Desativar a reinicialização automática quando há falha do sistema. Em seguida, é preciso dar a partida no Modo de Segurança e desativar o driver intelppm.sys. É bom lembrar que isso é para micros com processador AMD. O intelppm.sys jamais deve ser desabilitado em micros com arquitetura Intel. Para desativar o driver, digita-se este comando no Prompt do sistema:</p>
<p>sc config intelppm start= disabled</p>
<p>Johansson diz que isso deve resolver o problema. Essa falha não ocorreu em nenhum dos micros do INFOLAB que rodam Windows XP. Em todos eles, fizemos a atualização para o SP3 sem problemas. Por isso, não chegamos a testar a solução indicada por Johansson. Há outras falhas que vêm sendo relatadas em fóruns de usuários do Windows XP. Mas elas parecem se referir a configurações de hardware bastante específicas. Assim, afetam poucos usuários.</p>
<p>Fonte: <a href="http://info.abril.com.br/blog/estacaowindows/" target="_blank">INFO Online</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Buá! O Windows XP deixa de ser vendido...]]></title>
<link>http://bugigangadigital.wordpress.com/?p=371</link>
<pubDate>Mon, 30 Jun 2008 12:17:44 +0000</pubDate>
<dc:creator>Paulo Antunes</dc:creator>
<guid>http://bugigangadigital.wordpress.com/?p=371</guid>
<description><![CDATA[Hoje encerra as vendas do sistema que pra mim, foi o mais amado (ok, odiado no início) pelos usuár]]></description>
<content:encoded><![CDATA[<p>Hoje encerra as vendas do sistema que pra mim, foi o mais amado (ok, odiado no início) pelos usuários. O Windows XP agora tem suporte até 2014.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://i201.photobucket.com/albums/aa47/belf2007/blog2007/windows_xp_box_small.jpg" alt="" /></p>
<p>A mudança pro Windows Vista é a mais difícil do que em outras situações (com exceção do ME é claro ;))</p>
<p>A Microsoft criou um artigo sobre isso: <a href="http://www.microsoft.com/brasil/windows/products/windowsxp/future.mspx">http://www.microsoft.com/brasil/windows/products/windowsxp/future.mspx</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Où trouver le Service Pack 3 de Windows XP]]></title>
<link>http://ludovicpeugeot.wordpress.com/?p=13</link>
<pubDate>Sun, 29 Jun 2008 17:43:50 +0000</pubDate>
<dc:creator>ludovicpeugeot</dc:creator>
<guid>http://ludovicpeugeot.wordpress.com/?p=13</guid>
<description><![CDATA[Le dernier Sevice pack de Windows XP est désormais disponible, voici la liste des liens à reteni]]></description>
<content:encoded><![CDATA[<p>Le dernier Sevice pack de Windows XP est désormais disponible, voici la liste des liens à retenir :</p>
<ul>
<li><strong>Windows XP SP3 Overview</strong> - <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=68C48DAD-BC34-40BE-8D85-6BB4F56F5110&#38;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=68C48DAD-BC34-40BE-8D85-6BB4F56F5110&#38;displaylang=en</a></li>
<li><strong>Windows XP SP3 Release Notes</strong> - <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=60807c3a-8969-4ddf-beb2-8bfac9ed416b&#38;DisplayLang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=60807c3a-8969-4ddf-beb2-8bfac9ed416b&#38;DisplayLang=en</a></li>
</ul>
<p> </p>
<ul>
<li>Les fiches techniques suivante seront mis en ligne prochainement :</li>
<li><strong>Steps before you install <a name="#h30">Windows XP</a> SP3 – </strong><a href="http://support.microsoft.com/kb/950717">http://support.microsoft.com/kb/950717</a></li>
<li><strong>List of fixes included in <a name="#h36">Windows XP</a> <a name="#h37">Service Pack 3</a>  – </strong><a href="http://support.microsoft.com/kb/946480">http://support.microsoft.com/kb/946480</a></li>
<li><strong>Hard disk requirements <a name="#h38">for Windows XP</a> SP3 – </strong><a href="http://support.microsoft.com/kb/947311">http://support.microsoft.com/kb/947311</a></li>
<li><strong>Application compatibility in <a name="#h42">Windows XP</a> SP3 – </strong><a href="http://support.microsoft.com/kb/947309">http://support.microsoft.com/kb/947309</a></li>
</ul>
<p>Faites-moi signe si besoin d'aide...</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Problemas con el SP3 de Windows XP]]></title>
<link>http://davidrec.wordpress.com/?p=4</link>
<pubDate>Sun, 29 Jun 2008 09:35:17 +0000</pubDate>
<dc:creator>davidrec</dc:creator>
<guid>http://davidrec.wordpress.com/?p=4</guid>
<description><![CDATA[El último servicio para Windows XP sigue causando problemas a los PCs que decidieron instalarlo, so]]></description>
<content:encoded><![CDATA[<p>El último servicio para Windows XP sigue causando problemas a los PCs que decidieron instalarlo, sobre todo, con los basados en AMD, por lo que hay que pensárselo mucho si no se quiere repetir la experiencia. Los problemas más comunes son los reinicios incesantes, el acceso denegado, la instalación incompleta, y los mensajes: "no tines suficiente espacio en el disco de sistema para almacenar los archivos de desinstalación", "la instalación ha detectado que otra actualización está en proceso" y "ocurrió un error interno", entre otros.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Slipstreaming Windows XP SP3]]></title>
<link>http://lastchanceexception.wordpress.com/?p=26</link>
<pubDate>Fri, 27 Jun 2008 09:12:36 +0000</pubDate>
<dc:creator>Xavier</dc:creator>
<guid>http://lastchanceexception.wordpress.com/?p=26</guid>
<description><![CDATA[I&#8217;ve been trying to get my slipstream of Windows XP SP3 working for the last few days but to n]]></description>
<content:encoded><![CDATA[<p>I've been trying to get my slipstream of Windows XP SP3 working for the last few days but to no avail. I keep getting the cursed "ohci1394.sys not found" message whenever I tried to boot my new slipstreamed XP install. After much searching I turned up nothing at all which was helpful, I checked the CD and the file exists on the CD so I pretty much had no idea what was causing it.</p>
<p>After speaking with a few senior techs at work we came to the conclusion that for some reason using a <strong>rewritable dvd </strong>was causing it to fail, I tested this theory and it turns out that this was the cause. So if you are having this problem and using a rewritable disc to test just try burning to a normal disc and see if it fixes your problems.</p>
]]></content:encoded>
</item>

</channel>
</rss>
