<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.11" -->
<rss version="0.92">
<channel>
	<title>Smallvoid.com</title>
	<link>http://smallvoid.com</link>
	<description>Windows Tips and Tweaking</description>
	<lastBuildDate>Thu, 03 May 2012 07:15:19 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Improve latency for TCP by not waiting for Push flag</title>
		<description><![CDATA[Description of how the Push Flag in the TCP Header can optimize network buffer usage, but can increase latency. 
 Tags: <a href="http://smallvoid.com/articles/windows-nt4/network/" rel="tag nofollow">network</a>, <a href="http://smallvoid.com/articles/windows-nt4/" rel="tag nofollow">windows-nt4</a>, <a href="http://smallvoid.com/articles/windows-xp/" rel="tag nofollow">windows-xp</a>, <a href="http://smallvoid.com/articles/windows-2000/" rel="tag nofollow">windows-2000</a>, <a href="http://smallvoid.com/articles/windows-2003/" rel="tag nofollow">windows-2003</a>, <a href="http://smallvoid.com/tag/network-performance/" rel="tag nofollow">network-performance</a>, <a href="http://smallvoid.com/tag/tcpip/" rel="tag nofollow">tcpip</a>]]></description>
		<link>http://smallvoid.com/article/winnt-tcp-push-flag.html</link>
			</item>
	<item>
		<title>Windows Media Center fails to play avi files with new NVIDIA drivers</title>
		<description><![CDATA[MCE gives error message about it cannot play video, but Media Player works fine. 
 Tags: <a href="http://smallvoid.com/articles/news/" rel="tag nofollow">news</a>, <a href="http://smallvoid.com/tag/nvidia/" rel="tag nofollow">nvidia</a>, <a href="http://smallvoid.com/tag/media-center/" rel="tag nofollow">media-center</a>]]></description>
		<link>http://smallvoid.com/article/news-2011-11-26.html</link>
			</item>
	<item>
		<title>Windows 7 SP1 is available</title>
		<description><![CDATA[Microsoft have released the first service pack for Windows 7 and Windows 2008 R2. It should be available through Windows Update.

There are the following notable changes for the Windows 7 users:

Improved HDMI Audio Performance.
Support for Advanced Vector Extensions (AVX), which allows use of 256 bit registers on newer processors.
Improved Support for Advanced Format (512e) Storage [...] 
 Tags: <a href="http://smallvoid.com/articles/news/" rel="tag nofollow">news</a>]]></description>
		<link>http://smallvoid.com/article/news-2011-02-24.html</link>
			</item>
	<item>
		<title>SnakeTail have spawned at SnakeNest.com</title>
		<description><![CDATA[Created a new website SnakeNest.com, where I'm planning to release the different small projects I'm working on.

Have now released the tail utility SnakeTail, that is also able to tail Windows EventLogs. No administrator rights are needed and it has faster startup than the standard Windows EventLog Viewer. 
 Tags: <a href="http://smallvoid.com/articles/news/" rel="tag nofollow">news</a>]]></description>
		<link>http://smallvoid.com/article/news-2011-02-16.html</link>
			</item>
	<item>
		<title>Create Windows 7 System Repair disk on USB stick</title>
		<description><![CDATA[How to create a bootable Windows 7 System Repair disc on an USB pen drive. 
 Tags: <a href="http://smallvoid.com/articles/windows-7-win7/troubleshoot/" rel="tag nofollow">troubleshoot</a>, <a href="http://smallvoid.com/articles/windows-7-win7/" rel="tag nofollow">windows-7-win7</a>, <a href="http://smallvoid.com/tag/windows-recovery-environment/" rel="tag nofollow">windows-recovery-environment</a>, <a href="http://smallvoid.com/tag/system-recovery/" rel="tag nofollow">system-recovery</a>, <a href="http://smallvoid.com/tag/usb/" rel="tag nofollow">usb</a>, <a href="http://smallvoid.com/tag/bootdisk/" rel="tag nofollow">bootdisk</a>]]></description>
		<link>http://smallvoid.com/article/winnt-usb-repair-disk.html</link>
			</item>
	<item>
		<title>Turn a computer into a WIFI hotspot</title>
		<description><![CDATA[How to create a wireless network between two computers without needing a wireless router. 
 Tags: <a href="http://smallvoid.com/articles/windows-7-win7/network/" rel="tag nofollow">network</a>, <a href="http://smallvoid.com/articles/windows-7-win7/" rel="tag nofollow">windows-7-win7</a>, <a href="http://smallvoid.com/tag/wifi/" rel="tag nofollow">wifi</a>, <a href="http://smallvoid.com/tag/network-router/" rel="tag nofollow">network-router</a>, <a href="http://smallvoid.com/tag/hotspot/" rel="tag nofollow">hotspot</a>, <a href="http://smallvoid.com/tag/wireless-network/" rel="tag nofollow">wireless-network</a>, <a href="http://smallvoid.com/tag/wlan/" rel="tag nofollow">wlan</a>]]></description>
		<link>http://smallvoid.com/article/winnt-wireless-router.html</link>
			</item>
	<item>
		<title>Credential Manager Service</title>
		<description><![CDATA[Description and recommended settings for the Credential Manager Service (VaultSvc). 
 Tags: <a href="http://smallvoid.com/articles/windows-7-win7/services-guide/" rel="tag nofollow">services-guide</a>, <a href="http://smallvoid.com/articles/windows-7-win7/" rel="tag nofollow">windows-7-win7</a>]]></description>
		<link>http://smallvoid.com/article/winnt-services-vaultsvc.html</link>
			</item>
	<item>
		<title>Use process affinity to lock application to a single core</title>
		<description><![CDATA[Applications optimized to run on single CPU systems, will perform worse on multi CPU systems. 
 Tags: <a href="http://smallvoid.com/articles/windows-2000/performance/" rel="tag nofollow">performance</a>, <a href="http://smallvoid.com/articles/windows-2000/" rel="tag nofollow">windows-2000</a>, <a href="http://smallvoid.com/articles/windows-2003/" rel="tag nofollow">windows-2003</a>, <a href="http://smallvoid.com/articles/windows-nt4/" rel="tag nofollow">windows-nt4</a>, <a href="http://smallvoid.com/articles/windows-xp/" rel="tag nofollow">windows-xp</a>, <a href="http://smallvoid.com/articles/windows-vista/" rel="tag nofollow">windows-vista</a>, <a href="http://smallvoid.com/articles/windows-7-win7/tips/" rel="tag nofollow">tips</a>, <a href="http://smallvoid.com/articles/windows-7-win7/" rel="tag nofollow">windows-7-win7</a>, <a href="http://smallvoid.com/tag/process-scheduler/" rel="tag nofollow">process-scheduler</a>, <a href="http://smallvoid.com/tag/dos-emulator/" rel="tag nofollow">dos-emulator</a>, <a href="http://smallvoid.com/tag/CPU/" rel="tag nofollow">CPU</a>]]></description>
		<link>http://smallvoid.com/article/winnt-process-affinity.html</link>
			</item>
	<item>
		<title>Disable the MSDOS and Win16 subsystem</title>
		<description><![CDATA[For security measures then one should consider disabling the ability to launch the 16 bit subsystem. 
 Tags: <a href="http://smallvoid.com/articles/windows-2003/user-security/" rel="tag nofollow">user-security</a>, <a href="http://smallvoid.com/articles/windows-2003/" rel="tag nofollow">windows-2003</a>, <a href="http://smallvoid.com/articles/windows-nt4/" rel="tag nofollow">windows-nt4</a>, <a href="http://smallvoid.com/articles/windows-xp/" rel="tag nofollow">windows-xp</a>, <a href="http://smallvoid.com/articles/windows-2000/" rel="tag nofollow">windows-2000</a>, <a href="http://smallvoid.com/articles/windows-vista/" rel="tag nofollow">windows-vista</a>, <a href="http://smallvoid.com/articles/windows-7-win7/tips/" rel="tag nofollow">tips</a>, <a href="http://smallvoid.com/articles/windows-7-win7/" rel="tag nofollow">windows-7-win7</a>, <a href="http://smallvoid.com/tag/subsystem/" rel="tag nofollow">subsystem</a>, <a href="http://smallvoid.com/tag/dos-emulator/" rel="tag nofollow">dos-emulator</a>]]></description>
		<link>http://smallvoid.com/article/winnt-ntvdm-subsystem.html</link>
			</item>
	<item>
		<title>Activate ACHI to enable Native Command Queuing</title>
		<description><![CDATA[Native Command Queuing (NCQ) can improve hard disk performance, as it optimizes the order to execute read and write commands. 
 Tags: <a href="http://smallvoid.com/articles/windows-vista/performance/" rel="tag nofollow">performance</a>, <a href="http://smallvoid.com/articles/windows-vista/" rel="tag nofollow">windows-vista</a>, <a href="http://smallvoid.com/articles/windows-7-win7/tips/" rel="tag nofollow">tips</a>, <a href="http://smallvoid.com/articles/windows-7-win7/" rel="tag nofollow">windows-7-win7</a>, <a href="http://smallvoid.com/tag/sata/" rel="tag nofollow">sata</a>, <a href="http://smallvoid.com/tag/disk-performance/" rel="tag nofollow">disk-performance</a>]]></description>
		<link>http://smallvoid.com/article/winnt-sata-achi-ncq.html</link>
			</item>
</channel>
</rss>

