<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Networknet.nl Blog &#187; vista</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/tag/vista/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Sat, 04 Sep 2010 16:37:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Export wireless networks profiles/settings from Windows Vista</title>
		<link>http://www.networknet.nl/apps/wp/archives/463</link>
		<comments>http://www.networknet.nl/apps/wp/archives/463#comments</comments>
		<pubDate>Fri, 01 Aug 2008 19:49:36 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[profiles]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/463</guid>
		<description><![CDATA[If you are migrating notebooks at work, from friends or family you will always hit same problem after the new one is ready for use. Most documents and user settings can be migrated in some kind (ntbackup,robocopy and the Windows transfer wizards) , but when migrating the wireless network setting you may need additional script]]></description>
			<content:encoded><![CDATA[<p>If you are migrating notebooks at work, from friends or family you will always hit same problem after the new one is ready for use. Most documents and user settings can be migrated in some kind (ntbackup,robocopy and the Windows transfer wizards) , but when migrating the wireless network setting you may need additional script to perform that. Recently I have been asked to reinstall couple of tools and migrate import user documents including the wireless network. I received both notebooks without the wireless access point and after all important things were moved to the new notebook I started running the netsh command to export the wireless settings/networks into a text file.</p>
<p>See my howto I performed to get this done on my own Windows VISTA notebook.</p>
<ul>
<li>Run CMD.exe to get into the command prompt and run &#8220;netsh wlan show profiles&#8221;</li>
</ul>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="340" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/ExportwirelessnetworkssettingsfromWindow_1100D/image.png" width="677" border="0"></p>
<ul>
<li>I am interested in exporting the &#8220;NetworknetForFree&#8221; WLAN SSID into a text file which I can import on another notebook.</li>
<li>I am still in the command prompt and than I execute &#8220;<strong>netsh wlan export profile name=&#8221;NetworknetForFree&#8221; folder=C:\</strong>&#8221; to export NetworknetForFree to C:\ drive.</li>
</ul>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="196" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/ExportwirelessnetworkssettingsfromWindow_1100D/image_3.png" width="677" border="0">&nbsp;</p>
<ul>
<li>NetworknetForFree wireless network profile has now been exported to a file named &#8220;C:\Wireless Network Connection-NetworknetForFree.xml&#8221; and I can copy this file to a usb drive. If you want to export all your wireless profiles just run &#8220;<strong>netsh wlan export profile folder=C:\</strong>&#8220;</li>
<li>The netsh tool generates a XML based file with all the settings for the wireless profile.</li>
</ul>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="273" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/ExportwirelessnetworkssettingsfromWindow_1100D/image_4.png" width="606" border="0"> </p>
<ul>
<li>Start a CMD.exe command prompt on the new notebook and import the XML file located on the usb drive. You can copy the XML file first from the usb dirve to C:\ and than import the file. Type and execute &#8220;<strong>netsh wlan add profile filename=&#8221;c:\Wireless Network Connection-NetworknetForFree.xml&#8221; user=all</strong>&#8220;</li>
</ul>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="196" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/ExportwirelessnetworkssettingsfromWindow_1100D/image_5.png" width="677" border="0"> </p>
<p>The wireless SSID &#8220;NetworknetForFree&#8221; network has been migrated without knowing the exact settings like SSID, authentication type and the password. I was also trying to perform these steps with a <strong><em>Windows XP SP2</em></strong> client but too bad that this feature is only for Windows Vista and not XP. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/463/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Remote management console Hyper-V RC0 role Vista SP1</title>
		<link>http://www.networknet.nl/apps/wp/archives/415</link>
		<comments>http://www.networknet.nl/apps/wp/archives/415#comments</comments>
		<pubDate>Mon, 07 Apr 2008 10:33:48 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[KB949758]]></category>
		<category><![CDATA[mmc]]></category>
		<category><![CDATA[rc0]]></category>
		<category><![CDATA[sp1]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/415</guid>
		<description><![CDATA[KB949758 allows you to install the remote management console of a Windows Server 2008 computer running the Hyper-V RC0 role. Download the update here for x86 or x64 if you are running Windows Vista SP1. I already hit couple of times issues when managing my virtual machines remotely with RDP console session. I am not]]></description>
			<content:encoded><![CDATA[<p>KB949758 allows you to install the remote management console of a Windows Server 2008 computer running the Hyper-V RC0 role. Download the update here for <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=BC3D09CC-3752-4934-B84C-905E78BE50A1" target="_blank">x86</a> or <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=450931F5-EBEC-4C0B-95BD-E3BA19D296B1" target="_blank">x64</a> if you are running Windows Vista SP1. I already hit couple of times issues when managing my virtual machines remotely with RDP console session.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/RemotemanagementconsoleHyperVRC0roleVist_AE0E/image.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="77" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/RemotemanagementconsoleHyperVRC0roleVist_AE0E/image_thumb.png" width="402" border="0"></a> </p>
<p>I am not able to control mouse session when using rdp console session Hyper-V Manager Virtual Machine Connections and only keyboard is working. &#8220;Mouse not captured in Remote Desktop Session&#8221;. </p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/RemotemanagementconsoleHyperVRC0roleVist_AE0E/image_3.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="172" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/RemotemanagementconsoleHyperVRC0roleVist_AE0E/image_thumb_3.png" width="244" border="0"></a> </p>
<p>The update for my x86 machine only requires 1.52MB of space and 5 minutes of installing.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/RemotemanagementconsoleHyperVRC0roleVist_AE0E/image_4.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="120" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/RemotemanagementconsoleHyperVRC0roleVist_AE0E/image_thumb_4.png" width="244" border="0"></a> </p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/RemotemanagementconsoleHyperVRC0roleVist_AE0E/image_5.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="173" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/RemotemanagementconsoleHyperVRC0roleVist_AE0E/image_thumb_5.png" width="244" border="0"></a> </p>
<p>After the update has been installed go to Administrative Tools and start the Hyper-V Manager mmc console for your Windows Server 2008 Hyper-V RC0 host servers.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/RemotemanagementconsoleHyperVRC0roleVist_AE0E/image_6.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="91" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/RemotemanagementconsoleHyperVRC0roleVist_AE0E/image_thumb_6.png" width="346" border="0"></a> </p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/RemotemanagementconsoleHyperVRC0roleVist_AE0E/image_7.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="110" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/RemotemanagementconsoleHyperVRC0roleVist_AE0E/image_thumb_7.png" width="343" border="0"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/415/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sandboxie Version 3.24</title>
		<link>http://www.networknet.nl/apps/wp/archives/411</link>
		<comments>http://www.networknet.nl/apps/wp/archives/411#comments</comments>
		<pubDate>Thu, 03 Apr 2008 19:58:03 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Application Virtualization]]></category>
		<category><![CDATA[sandboxie]]></category>
		<category><![CDATA[sp1]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/411</guid>
		<description><![CDATA[Sandboxie released newest version of their isolated abstraction product for your applications. Trust no program you download and install from Internet. Using Sandboxie it can help you investigating the code you are installing on your computer. Under the supervision of Sandboxie, an application operates normally and at full speed, but can&#8217;t effect permanent changes to]]></description>
			<content:encoded><![CDATA[<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="75" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/SandboxieVersion3.24_A197/image_thumb.png" width="244" align="left" border="0"> </p>
<p><a href="http://www.sandboxie.com/" target="_blank">Sandboxie</a> released newest version of their isolated abstraction product for your applications. Trust no program you download and install from Internet. Using Sandboxie it can help you investigating the code you are installing on your computer. </p>
<p>Under the supervision of Sandboxie, an application operates normally and at full speed, but can&#8217;t effect permanent changes to your computer. Instead, the changes are effected only in the sandbox.</p>
<p>Version 3.24 :</p>
<blockquote><p>Improved compatibility with Windows Vista Service Pack 1. <br />Support for blocking Internet access to more than one sandboxed program at a time. <br />Support for the new bookmarks system introduced in Firefox 3. <br />Removed domain restrictions: Sandboxie can again be used in a domain network without additional license keys. <br />Some performance improvements and security enhancements. <br />Translation to Korean, contributed by doa. <br />Resolved conflicts with third-party software: AVG 8, Ad Muncher, Novell NetIdentity, Trend Micro Internet Security 2008. </p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/411/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Windows Vista Service Pack 1 (SP1)</title>
		<link>http://www.networknet.nl/apps/wp/archives/404</link>
		<comments>http://www.networknet.nl/apps/wp/archives/404#comments</comments>
		<pubDate>Tue, 25 Mar 2008 20:46:04 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[kb939330]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[sp1]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/404</guid>
		<description><![CDATA[Before you start downloading the SP1 package check your Windows Vista version. To find out which edition you are running, click Start, right-click Computer, and then click Properties. In the System section, you can view the operating system under System type. If you are installing SP1 from an installation disc, the correct version will install]]></description>
			<content:encoded><![CDATA[<ul style="margin-top: 0in; margin-bottom: 0in; margin-left: 0.02in; direction: ltr; unicode-bidi: embed">
<p style="font-size: 11pt; margin: 0in"><strike><span style="font-family: calibri"></strike></span></p>
<p><span style="font-family: calibri"></span><span style="font-family: calibri"></span>
<p>Before you start downloading the SP1 package check your Windows Vista version. To find out which edition you are running, click Start, right-click Computer, and then click Properties. In the System section, you can view the operating system under System type. If you are installing SP1 from an installation disc, the correct version will install automatically. </p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="257" alt="clip_image001" src="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image001.png" width="459" border="0"></p>
<p>Currently I am running 64-bit Operating System of Windows Vista. Download the Windows Vista SP1 Standalone update: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=874A414B-32B2-41CC-BD8B-D71EDA5EC07C">x64</a> | <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=B0C7136D-5EBB-413B-89C9-CB3D06D12674">x86</a></p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="245" alt="clip_image002" src="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image002.png" width="674" border="0"></p>
<p>Select the language and download installation package.</p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="272" alt="clip_image003" src="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image003.png" width="381" border="0"></p>
<p>After the download has completed locate the Windows6.0-KB936330-X86-wave0.exe file and exceute the SP1 update. Make sure there is enough free space on your computer&#8217;s hard disk to install the service pack. The 32-bit SP1 requires a minimum of 7 gigabytes (GB) of free space; the 64-bit SP1 requires a minimum of 13 GB of free space. Click Run if you get a security warning and click continue if UAC is enabled.
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image004.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="424" alt="clip_image004" src="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image004_thumb.png" width="553" border="0"></a></p>
<p>Click Next</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image005.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="424" alt="clip_image005" src="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image005_thumb.png" width="553" border="0"></a></p>
<p>I unchecked &#8220;Automatically restart the computer&#8221; and click Install</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image006.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="424" alt="clip_image006" src="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image006_thumb.png" width="553" border="0"></a></p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image007.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="424" alt="clip_image007" src="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image007_thumb.png" width="553" border="0"></a></p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image008.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="424" alt="clip_image008" src="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image008_thumb.png" width="553" border="0"></a></p>
<p>&nbsp; Click Restart. Vista will reboot and it will some more minutes to finish the update.
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="218" alt="clip_image009" src="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image009.png" width="284" align="left" border="0"></p>
<p>&nbsp;<a href="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image010.png"></a>&nbsp;&nbsp;&nbsp;
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;<a href="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image010.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="107" alt="clip_image010" src="http://www.networknet.nl/apps/wp/wp-content/uploads/42395c2169db_13245/clip_image010_thumb.png" width="398" border="0"></a></p>
<p>Installation of Service Pack 1 was successful.&nbsp; I tried to install the beta versions before and as posted the installation failed each time.</p>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/404/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office Communicator 2005 and Windows Vista</title>
		<link>http://www.networknet.nl/apps/wp/archives/401</link>
		<comments>http://www.networknet.nl/apps/wp/archives/401#comments</comments>
		<pubDate>Wed, 19 Mar 2008 19:56:49 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[2005]]></category>
		<category><![CDATA[communicator]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[establish]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/401</guid>
		<description><![CDATA[For a while I have been struggling with Office Communicator 2005 and Windows Vista. Office Communicator 2007 is not supporting Office Live Communications 2005 server and there I am forced to use the Office Communicator 2005 client. All presence and chat features worked fine with 2005 but when it came for sharing your desktop or]]></description>
			<content:encoded><![CDATA[<p>For a while I have been struggling with Office Communicator 2005 and Windows Vista. Office Communicator 2007 is not supporting Office Live Communications 2005 server and there I am forced to use the Office Communicator 2005 client. All presence and chat features worked fine with 2005 but when it came for sharing your desktop or sharing a file the communicator started to complain about the firewall or me sitting behind a Network Address Translator (NAT).</p>
<blockquote><p>Cannot establish the data sharing session with user1, either because user1 canceled the session, or because you or the person you are calling is behind a firewall or Network Address Translator (NAT).</p>
<p>&nbsp;</p>
</blockquote>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/MicrosoftOfficeCommunicator2005andWindow_91D1/image.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="352" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/MicrosoftOfficeCommunicator2005andWindow_91D1/image_thumb.png" width="389" border="0"></a> </p>
<p>How to resolve this issue?</p>
<blockquote><p>Uninstall Microsoft Office Communicator 2005 <br />Get the <a href="http://support.microsoft.com/kb/927853">KB927853</a> hotfix from Microsoft. This update will install the NetMeeting 3.02 version which is compatible with Windows Vista. <br />Reboot the machine <br />Install Microsoft Office Communicator 2005 </p>
</blockquote>
<p>I scripted the Microsoft Office Communicator 2005 into a Altiris SVS application layer but after installing the hotfix it still didn&#8217;t solve my problem. Make sure you uninstall the Communicator first or delete the SVS layer and than reinstall the packages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/401/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vista Codec Package</title>
		<link>http://www.networknet.nl/apps/wp/archives/400</link>
		<comments>http://www.networknet.nl/apps/wp/archives/400#comments</comments>
		<pubDate>Mon, 17 Mar 2008 19:24:27 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Codec]]></category>
		<category><![CDATA[divx]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[xvid]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/400</guid>
		<description><![CDATA[Last year I download and installed the Vista Codec Package; couple minutes ago I was trying to get one xvid screencast opened by Windows Media Player but it was not able to acquire the codec. Vista Codec Package includes all popular codec components like Xvid, DivX, AC3 and others which your default installation of Vista]]></description>
			<content:encoded><![CDATA[<p>Last year I download and installed the Vista Codec Package; couple minutes ago I was trying to get one xvid screencast opened by Windows Media Player but it was not able to acquire the codec. Vista Codec Package includes all popular codec components like Xvid, DivX, AC3 and others which your default installation of Vista is missing.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/VistaCodecPackage_1206B/image.png"><img border="0" width="492" src="http://www.networknet.nl/apps/wp/wp-content/uploads/VistaCodecPackage_1206B/image_thumb.png" alt="image" height="372" style="border: 0px" /></a></p>
<p>Go to this website <a href="http://shark007.testbox.dk" title="http://shark007.testbox.dk">http://shark007.testbox.dk</a> and check out yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/400/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Vista SP1 is out</title>
		<link>http://www.networknet.nl/apps/wp/archives/384</link>
		<comments>http://www.networknet.nl/apps/wp/archives/384#comments</comments>
		<pubDate>Sat, 01 Mar 2008 15:29:08 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[out]]></category>
		<category><![CDATA[sp1]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/384</guid>
		<description><![CDATA[I have been waiting for a while to get the Windows Vista SP1 RTM version of ISO. Last night I download the 3GB file and 30 minutes ago the latest version of Windows Vista SP1 has been installed into a vm image of VMWare Workstation. Lately I am preparing my self for cross virtualization products]]></description>
			<content:encoded><![CDATA[<p>I have been waiting for a while to get the Windows Vista SP1 RTM version of ISO. Last night I download the 3GB file and 30 minutes ago the latest version of Windows Vista SP1 has been installed into a vm image of VMWare Workstation. Lately I am preparing my self for cross virtualization products lab environments and from now I am creating a Acronis True Image tib archive before I start testing with my vmware guest.</p>
<p>As said before I own the MSDN subscriber license keys and downloads and now the latest and greatest version of Vista is running and ready for testing.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsVistaSP1vm_E573/WindowsVistaSP1.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="Windows-Vista-SP1" src="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsVistaSP1vm_E573/WindowsVistaSP1_thumb.png" width="644" border="0"></a> </p>
<p>This time the installation was from fresh integrated Vista SP1 iso and it&#8217;s time to reinstall all my physical machines. I tried to get the SP1 update installed, but never succeed and my vista install on my notebook is really showing weird symptoms. </p>
<blockquote><p>· Improves BitLocker Drive Encryption by offering an additional multi-factor authentication method that combines a key protected by the TPM (Trusted Platform Module) with a Startup Key stored on a USB storage device and a user-generated Personal Identification Number (PIN).
<p>· Enhances the BitLocker encryption support to volumes other than bootable volumes in Windows Vista (for Enterprise and Ultimate SKUs).
<p>· Adds support for SSTP (Secure Sockets Tunnel Protocol), a remote access VPN tunneling protocol that will be part of Microsoft’s RRAS (Routing and Remote Access Service) platform. SSTP helps provide full-network VPN remote access connections over SSL, removing some of the VPN connectivity challenges that other VPN tunnels face traversing NAT, web proxies, and firewalls.
<p>· SP1 reduces the number of UAC (User Account Control) prompts from 4 to 1 when creating or renaming a folder at a protected location. </p>
</blockquote>
<p>I am ready to start using the Bitlocker volume encryption now; as quoted I see new improvements and time to get rid of the TrueCrypt files and have the encryption built-in. New features like SSTP has been added and more cool things to check. For complete list of changes check out this <a href="http://download.microsoft.com/download/d/3/b/d3b63d2f-8016-4abe-9e76-cbd2fe89631e/Notable_Changes_in_Windows_Vista_Service_Pack_1.doc" target="_blank">document</a> or <a title="http://msdn2.microsoft.com/en-us/windowsvista/bb898842.aspx" href="http://msdn2.microsoft.com/en-us/windowsvista/bb898842.aspx">http://msdn2.microsoft.com/en-us/windowsvista/bb898842.aspx</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/384/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
