<?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/"
				  >
<channel>
<title>Site www.hs-lab.com  News RSS feed.</title>
<link>http://www.hs-lab.com/</link>
<description><![CDATA[Site www.hs-lab.com news and events. New software announcements and software updates]]></description>
<image><title>Site www.hs-lab.com news and events. New software announcements and software updates</title>
<link>http://www.hs-lab.com</link>
<url>http://cp.hs-lab.com/rss/www.hs-lab.com.gif</url>
</image>
<language>en-us</language>
<pubDate>Mon, 21 May 2012 14:58:41 -0500</pubDate>
<item>
<title>HSLAB Force Down has been updated</title>
<link>http://www.hs-lab.com/products/fdown/hslab-force-down.php</link>
<pubDate>Tue, 19 Oct 2010 23:25:00 -0500</pubDate>
<description><![CDATA[<p>
	HSLAB Force Down has been updated to version 2.8.1014.2010. Updates available at:</p>
<p>
	http://www.hs-lab.com/</p>]]></description>
<author>support@www.hs-lab.com (News and announcements)</author>
</item>
<item>
<title>What is HSLAB Prefetch Manager?</title>
<link>http://www.hs-lab.com</link>
<pubDate>Sat, 11 Sep 2010 08:43:56 -0500</pubDate>
<description><![CDATA[<p>
	Faster XP/2003/Vista Boot and Application Launch with Prefetch Manager!<br />
	<br />
	<a href="http://hs-lab.com/products/sp/" target="_blank">Software home page</a><br />
	<a href="http://hs-lab.com/downloads/hslab-prefetch-manager.exe">Software download</a><br />
	<br />
	Windows XP has a Prefetcher component, which shortens the amount of time it takes to start Windows and programs. When trouble shooting either Windows or program start-up issues, it might be helpful to disable the prefetcher using HSLAB Prefetch Manager, because it runs as a background service while ather applications are running or loading.<br />
	When a Windows XP system is booted, data is saved about all logical disk read operations. On later boots, this information is used to prefetch these files in parallel with other boot operations. During boot and application launch, a Windows system demands and pages a sizable amount of data in small chunks (4 KB to 64 KB), seeking between files, directories, and metadata. The Logical Prefetcher, which is new for Windows XP, brings much of this data into the system cache with efficient asynchronous disk I/Os that minimize seeks. During boot, the Logical Prefetcher finishes most of the disk I/Os that need to be done for starting the system in parallel to device initialization delays, providing faster boot and logon performance.<br />
	Logical prefetching is accomplished by tracing frequently accessed pages in supported scenarios and efficiently bringing them into memory when the scenario is launched again. When a supported scenario is started, the transition page faults from mapped files are traced, recording which page of a file is eccessed. When the scenario has completed (either the machine has booted or the application started), the trace is picked up by a user-mode maintenance service, the Task Scheduler. The information in the trace is used to update or create a prefetch-instructions file that specifies which pages from which files should be prefetched at the next launch.</p>]]></description>
<author>support@www.hs-lab.com (News and announcements)</author>
</item>
<item>
<title>How to make Windows XP boot faster by tweaking prefetch values</title>
<link>http://www.hs-lab.com</link>
<pubDate>Sat, 11 Sep 2010 08:42:01 -0500</pubDate>
<description><![CDATA[<p>
	shows us how to make Windows XP boot faster by tweaking prefetch values in the registry. If you&rsquo;ve tried this, does it work? More information: <a class="intfaqlink" href="http://kb.hs-lab.com/index.php?action=artikel&amp;cat=6&amp;id=9&amp;artlang=en" target="_blank">What is HSLAB Prefetch Manager?</a>. Here&rsquo;s how prefetch works (courtesy of Intelliadmin):</p>
<p>
	Yesterday you used MS Word, and Duke Nukem 3D. Today you boot your system to check e-mail. It sees parts of these two programs in the prefetch folder and loads them into memory before windows completes the boot process. The benefit is faster application launch times. If you really wanted to use MS Word, it would pop up really quick when you double clicked on it</p>]]></description>
<author>support@www.hs-lab.com (News and announcements)</author>
</item>
<item>
<title>Windows Vista: SuperFetch and External Memory Devices</title>
<link>http://www.hs-lab.com</link>
<pubDate>Sat, 11 Sep 2010 08:40:37 -0500</pubDate>
<description><![CDATA[<p class="takeaway">
	<strong>Takeaway: </strong> Windows Vista sports a new memory performance enhancement system called SuperFetch and a new way to extend the virtual memory by way of External Memory Devices (EMD).</p>
<p>
	&nbsp;</p>
<p>
	If you&#39;ve been using Windows for any length of time, you&#39;re very familiar with the terms <em>virtual memory</em> and <em>paging file</em>. In the past we all spent lots of time tweaking virtual memory settings in order to make the paging file as efficient as possible on our poor memory deprived systems.</p>
<p>
	Then, the price of RAM came down to a much more affordable range and instead of tweaking virtual memory, we could afford to improve system performance simply by adding more RAM. Although the operating system still makes use of virtual memory, having more RAM in the system reduces the operating system&#39;s dependence on virtual memory.</p>
<p>
	Nowadays, it isn&#39;t uncommon to have systems sporting 512MB or even 1GB of RAM. So chances are that you haven&#39;t thought about virtual memory as much as you used to.</p>
<p>
	However, that&#39;s about to change with Windows Vista, which sports a new memory performance enhancement system called SuperFetch and a new way to extend the virtual memory by way of External Memory Devices (EMD). In this edition of the Windows Vista Report, I&#39;ll take a more in-depth look at SuperFetch and EMD.</p>
<h2>
	Virtual memory</h2>
<p>
	Let&#39;s begin with a little refresher of virtual memory. To begin with, it&#39;s important to reiterate that Windows operating systems, Vista included, will always make use of virtual memory, even when the memory required by all running processes does not exceed the amount of RAM installed on the system. In fact, each and every process that&#39;s running on the system is automatically assigned a virtual memory address when it&#39;s loaded by the operating system.</p>
<p>
	When the memory in use by all the running processes exceeds the amount of RAM available, the operating system will begin moving pages of memory space in RAM out to virtual address spaces to the hard disk, thus freeing that RAM for other uses. These pages are then stored in a file called Pagefile.sys in the root of a partition.</p>
<p>
	When a running process that has been temporarily moved to virtual memory is needed, the operating system locates the virtual memory containing the process and returns it to RAM. As it does so, the operating system will have to move other pages of memory out of RAM to the page file in order to make room for the process that it just returned to RAM. This moving of memory pages is referred to as swapping and the paging file is often referred to as the swap file. This swapping requires a lot of overhead.</p>
<h2>
	Prefetch</h2>
<p>
	Windows Vista&#39;s SuperFetch builds on a technology introduced in Windows XP called Prefetch, so let&#39;s talk a little bit about it as well before we move on to SuperFetch and EMD. To begin with, prefetching is a process in which the operating system loads key pieces of data and code from disk into memory before it&#39;s actually needed. With this in mind, let&#39;s take a general look at how prefetching works.</p>
<p>
	In order for this prefetching operation to actually improve performance, the Windows XP Cache Manager monitors the data being moved between the disk and RAM and between RAM and virtual memory when the system is booting up as well as when various applications are loaded. As the Cache Manager monitors these occurrences, it constructs maps of the directories and all of the files that were referenced for each application or process. These maps are then saved to files with a .pf extension in the \Windows\Prefetch folder.</p>
<p>
	Once these map files have been created, the Cache Manager will use them to improve efficiency when the system boots up as well as when loading applications. More specifically, the Cache Manager will intercept every process or application that is about to be loaded and will check the \Windows\Prefetch folder to see if there is a corresponding map. If there is, the Cache Manager will call on the file system to immediately access the directory and files referenced in the map. The Cache Manager will then alert the Memory Manager and tell it to use the information in the map file to load data and code into memory. Once this prefetch operation is complete, the Cache Manager will allow the application or process to continue loading. As the application or process does so, it will find the majority of the files and data that it needs already available in memory, thus reducing the amount of disk access and allowing the application or process to load or respond faster.</p>
<p>
	In order to further improve the efficiency of this prefetching operation, Windows XP will regularly analyze the contents of the map files, compile a list of the directories and files, organize them in the order in which they are loaded, and save this information in a file called <em>Layout.ini</em> in the \Windows\Prefetch folder. It will then schedule disk defragmenter to run on a regular basis and use the information in the Layout.ini file to relocate all of the directories and files listed to a contiguous area of the disk.</p>
<h2>
	SuperFetch</h2>
<p>
	Now that you know how Windows XP&#39;s Prefetch technology works, you have a good idea of how about 70 percent of Windows Vista&#39;s SuperFetch technology works. As the next version of Windows XP&#39;s Prefetch, SuperFetch does everything that Prefetch does and more.</p>
<p>
	To begin with, SuperFetch overcomes one of the big drawbacks in Windows XP&#39;s Prefetch technology. As I&#39;ve explained, Prefetch improves efficiency by loading the majority of the files and data needed by an application or process into memory so that they can be accessed very quickly when needed. However, because these files and data exist in memory, they are subject to the laws governing virtual memory. In other words, when other applications need access to memory, any prefetched data is moved out to the page file on the hard disk. When it is needed again, it then must be moved back from the page file to memory, which of course offsets the performance enhancement.</p>
<p>
	SuperFetch goes one step further to ensure that you get the most out of the performance enhancement. In addition to constructing the map files I described earlier, SuperFetch also constructs profiles of the applications you use that include information about how often and when you use them. SuperFetch then will keep track of the applications in your profile and note when any prefetched data is moved out to the page file. SuperFetch will then monitor the progress of the application that caused the prefetched data to be moved out to the page file and, as soon as that application is done, it will pull the prefetched data back into memory. So when you go to access the application, the prefetched data will again be available in memory and the application will be very responsive.</p>
<h2>
	External memory devices</h2>
<p>
	As I&#39;ve mentioned, the Windows operating system will always make use of virtual memory, no matter how much physical RAM is installed in the system. I&#39;ve also told you that one of the enhancements in SuperFetch is that is will retrieve prefetched data from the virtual memory page file to physical memory as soon as possible to ensure the continuity of the performance enhancement. However, because the page file exists on the hard disk, which is less responsive than physical memory, SuperFetch is still going to be hindered by the time that it takes the hard disk to respond to its retrieval operation.</p>
<p>
	To improve SuperFetch&#39;s retrieval operation, Microsoft decided to take advantage of the fact that large capacity USB 2.0 memory sticks/flash drives are widely available, relatively inexpensive, and very efficient&mdash;not as efficient as physical memory, but much faster than a hard disk. When you insert a USB 2.0 memory stick into a Windows Vista system, SuperFetch will be able to redirect any prefetched data that is being sent to virtual memory to the USB drive rather than the hard disk. As such, when it comes time to retrieve the data and return it to memory, the retrieval operation will be much quicker.</p>
<p>
	When you insert a USB 2.0 memory stick into a system running Windows Vista, you&#39;ll see an AutoPlay dialog box like the one shown in <strong>Figure A</strong>. (Keep in mind that chances are good that not all USB 2.0 memory sticks/flash drives will be compatible with SuperFetch.)</p>
<table border="0">
	<tbody>
		<tr>
			<td align="center">
				<p>
					<strong>Figure A</strong></p>
			</td>
		</tr>
		<tr>
			<td align="center">
				<img alt="" src="http://cp.hs-lab.com/rss/userfiles/images/6039379-Vista-Report-A[1].gif" style="width: 324px; height: 227px;" /></td>
		</tr>
		<tr>
			<td align="center">
				Windows Vista SuperFetch can use USB 2.0 memory sticks/flash drives as virtual memory.</td>
		</tr>
	</tbody>
</table>
<p>
	You&#39;ll then be prompted to specify the amount of storage space that you want to designate to SuperFetch, as shown in <strong>Figure B</strong>. As you can see, Windows Vista will automatically set aside the recommended amount of space, but you can use the slider to increase the amount of space.</p>
<table border="0">
	<tbody>
		<tr>
			<td align="center">
				<p>
					<strong>Figure B</strong></p>
			</td>
		</tr>
		<tr>
			<td align="center">
				<img alt="" src="http://cp.hs-lab.com/rss/userfiles/images/6039379-Vista-Report-B[1].gif" style="width: 367px; height: 475px;" /></td>
		</tr>
		<tr>
			<td align="center">
				Windows Vista will automatically set aside a recommended amount of space for use with SuperFetch.</td>
		</tr>
	</tbody>
</table>
<p>
	According to Microsoft, you can remove the memory stick any time you want without losing data and still use it to store other files. Microsoft has also stated that any SuperFetch data stored on the memory stick will be encrypted so that it&#39;s not accessible when the memory stick is used in another computer.</p>
<h2>
	Bogus SuperFetch rumors</h2>
<p>
	There are rumors spreading around the Internet that Windows XP has a SuperFetch component built into it that has been disabled by default. The rumor goes on to say that you can enable SuperFetch in Windows XP by making a small tweak in the registry. This is bogus information, so don&#39;t waste your time and effort with it. Adding the tweak to the registry probably won&#39;t do any harm to your system, but it won&#39;t do any good either.</p>
<h2>
	Conclusion</h2>
<p>
	Keep in mind that even though Windows Vista&#39;s official release date is slated for the 2006 holiday season, some of the information presented here may change between now and then. I&#39;ll continue to investigate SuperFetch and will cover it again as the new operating system evolves. As always, if you have comments or information to share about SuperFetch and Extended Memory Devices, please take a moment to drop by the Discussion area and tell us about it.</p>]]></description>
<author>support@www.hs-lab.com (News and announcements)</author>
</item>
<item>
<title>Force Down does not shut down a computer or not shut down to a power-off state</title>
<link>http://www.hs-lab.com</link>
<pubDate>Sat, 11 Sep 2010 08:13:47 -0500</pubDate>
<description><![CDATA[<p>
	<strong>General problem:</strong> Force Down does not shut down a computer or not shut down to a power-off state.</p>
<p>
	If none of the above resolve the problem, and you are running Windows 2000(in Windows NT 4 you should replace the HAL for enabling power off), there may be a problem with your HAL (Hardware Abstraction Layer) or BIOS. Check with the manufacturer of your computer to determine if there are updated BIOS code or drivers for your specific computer model.</p>
<ul>
	<li>
		Ensure the &quot;Force Shut Down&quot; option is checked.</li>
	<li>
		Ensure that the Enable Power Off checkbox is selected.</li>
	<li>
		Please check the APM (Advanced Power Management) features:
		<p>
			- Right click on desktop.<br />
			- From Display Properties, select Screen Saver tab.<br />
			- Click power button.<br />
			- do you see an APM tab in the Power Options Properties?<br />
			If yes, enable Advanced Power Management and click OK.</p>
	</li>
	<li>
		Add the APM (Advanced Power Management) hardware support:
		<p>
			- Start the Control Panel.<br />
			- Select the Add/Remove Hardware icon.<br />
			- Select Add/Troubleshoot device.<br />
			- Add New Device.<br />
			- Select &quot;No - I want to select the hardware from a list.&quot;<br />
			- Select Apm/Legacy Support.<br />
			- Click Next.<br />
			- Click Next.<br />
			- Click Finish.<br />
			- Restart the computer.</p>
	</li>
</ul>]]></description>
<author>support@www.hs-lab.com (News and announcements)</author>
</item>
<item>
<title>What is HSLAB Force Down?</title>
<link>http://www.hs-lab.com</link>
<pubDate>Sat, 11 Sep 2010 08:12:26 -0500</pubDate>
<description><![CDATA[<p>
	The <a href="http://hs-lab.com/products/fdown/" target="_blank">program</a> is intended for fast and guaranteed execution of<br />
	Windows Shutdown if there is a plenty of open applications.<br />
	Allows to fulfil:<br />
	- Accelerated command Shutdown;<br />
	- Normal command Shutdown;<br />
	- Accelerated command Shutdown and Restart;<br />
	- Normal command Shutdown and Restart;<br />
	- Command Log Off;<br />
	- Accelerate shutdown automatically;<br />
	- Start shutdown from command line;<br />
	- Using &quot;Hot Keys&quot;;<br />
	- Hook and execute a Windows shutdown;<br />
	- Eject Removable media (if inserted).<br />
	<br />
	<br />
	Also, some different external events can be processed:<br />
	- Shutdown at selected day and time;<br />
	- Shutdown when selected file exist or not exist;<br />
	- Shutdown when selected file larger or smaller from given value;<br />
	- Shutdown when selected application(s) is running or not running;<br />
	- Shutdown when selected local user was logged in or no longer logged in;<br />
	- Shutdown when selected removable media was inserted;<br />
	- Shutdown when selected user or computer connects to your computer from a network or the Internet.<br />
	Use of external events gives you the broadest opportunities by definition of the moment of a shutdown, restart or switching your system off .</p>]]></description>
<author>support@www.hs-lab.com (News and announcements)</author>
</item>
</channel>
</rss>
