<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Tech Tips</title>
    <link rel="alternate" type="text/html" href="/tech-tips/" />
    <link rel="self" type="application/atom+xml" href="/tech-tips/atom.xml" />
   <id>tag:www.setup32.com,2007:/tech-tips//8</id>
    <link rel="service.post" type="application/atom+xml" href="/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8" title="Tech Tips" />
    <updated>2006-12-22T08:32:45Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.2</generator>
 
<entry>
    <title>Performance Options can slow down Windows XP</title>
    <link rel="alternate" type="text/html" href="/tech-tips/windows-xp/performance-monitoring-and-optimization/performance-options-can-slow-d_1.php" />
    <link rel="service.edit" type="application/atom+xml" href="/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=539" title="Performance Options can slow down Windows XP" />
    <id>tag:www.setup32.com,2006:/tech-tips//8.539</id>
    
    <published>2006-12-22T08:29:56Z</published>
    <updated>2006-12-22T08:32:45Z</updated>
    
    <summary>Windows XP includes many functional improvements and visual features that do not directly add to or improve the functionality of the product. Examples of these features include the shadow behind the mouse cursor and menus, animated windows, and others....</summary>
    <author>
        <name>Vihren</name>
        
    </author>
            <category term="Performance Monitoring and Optimization" />
    
    <content type="html" xml:lang="en" xml:base="/tech-tips/">
        Windows XP includes many functional improvements and visual
features that do not directly add to or improve the functionality of the
product. Examples of these features include the shadow behind the mouse cursor
and menus, animated windows, and others.
        <![CDATA[<p>
These visual effects may look cool, but they don’t actually
increase a user’s productivity. And, in some cases, they can be
counterproductive. On many computers, these visual features cause negative side
effects and considerably slow system performance. For example, a system may
appear extremely slow while opening the Start menu or other program menus. This
slowdown is typically caused by the graphic card and unoptimized drivers.</p>

<p>There are several ways to work around this problem. The first
option is to check the manufacturer’s Web site for updated drivers. If this
doesn’t help, it’s best to either purchase a better graphic card or turn off
the visual effects that slow the computer down.</p>

<p>To turn off the visual effects:</p>

<ol>
<li>Open the Control Panel.</li>

<li>Double-click on the System icon.</li>

<li>Click Performance And Maintenance if using the Web view.</li>

<li>Click System on the next screen.</li>

<li>Open the Advanced tab in the System Properties dialog that
appears.</li>

<li>Click the Settings button under the Performance section.</li>
</ol>

<p>The Performance Options dialog will open, listing all the
visual effects that can possibly slow down the system. Users can manually
enable or disable individual effects or use one of the predefined settings.</p>

<p>Additional settings are located in the Display Properties
dialog box. To view these settings:</p>

<ol>
<li>Right-click
on the desktop and select Properties.</li>

<li>Click the Effects button on the Appearance tab. A new dialog box with six additional
visual settings will open.</li>
</ol>
]]>
    </content>
</entry>
<entry>
    <title>Run optimizations manually</title>
    <link rel="alternate" type="text/html" href="/tech-tips/windows-xp/performance-monitoring-and-optimization/run-optimizations-manually.php" />
    <link rel="service.edit" type="application/atom+xml" href="/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=537" title="Run optimizations manually" />
    <id>tag:www.setup32.com,2006:/tech-tips//8.537</id>
    
    <published>2006-12-22T08:23:33Z</published>
    <updated>2006-12-22T08:27:57Z</updated>
    
    <summary>Windows XP actively monitors every application startup and logs the files that are used. The same logging is enabled when the operating system loads. Memory pages are logged in the %windir%\prefetch folder. In fact, each application you run will have a special file in this folder....</summary>
    <author>
        <name>Vihren</name>
        
    </author>
            <category term="Performance Monitoring and Optimization" />
    
    <content type="html" xml:lang="en" xml:base="/tech-tips/">
        <![CDATA[Windows XP actively monitors every
application startup and logs the files that are used. The same
logging is enabled when the operating system loads. Memory pages
are logged in the <br>%windir%\prefetch folder. In fact, each
application you run will have a special file in this folder.]]>
        <![CDATA[<p>
When an application is launched, XP looks at
the corresponding file in the prefetch folder and loads the
required data. By knowing what data the application needs, the OS
can consolidate disk seeks optimally and reduce head movement.
Thus, it improves the overall performance of the OS and
applications.  
  </p>
<p>
Periodically, XP parses the files in the
prefetch folder and creates a Layout.ini file. This file includes
the information about the optimal layout of files on your hard
drive. The built-in defragmenter uses this information to optimally
defragment the hard drive every three days.  
  </p>
<p>
While you normally don't have control over this
automatic procedure, it's possible to accidentally disable some of
the optimizations. For example, if you disable the Scheduler
service, you also disable the automatic defragmentation. XP
schedules the defragmenter through the Scheduler service but
doesn't show it through the user interface. 
  </p>
<p>
Fortunately, if you do disable the Scheduler
service, you can still manually run the optimizations. Just open
the Start menu, select Run, and type the following command:  
  </p>
<p>
<pre>rundll32.exe advapi32.dll,ProcessIdleTasks</pre>
  </p>
<p>
This command will run all the tasks XP runs
when the computer is idle.  
  </p>
<p>
To see how the computer performs without
prefetching, turn off this feature. Here's how:  
  </p>
<p>

<ol>
<li>
Open the Registry Editor (Regedit.exe).</li>
<li>
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\<br>Session
Manager\Memory Management\PrefetchParameters\.</li>
<li>
Set the EnablePrefetcher to 0.</li>
<li>
Delete the layout.ini file from the %windir%\prefetch folder.</li>
</ol>
  
  </p>
<p>
Since the system runs faster with Prefetcher
turned on, you typically will not want it disabled.  
  </p>
<p>
<b>Note:</b> Editing the registry is risky, so
be sure you have a verified backup before saving any changes.  
  </p>]]>
    </content>
</entry>
<entry>
    <title>Learn the (non) value of disabling QoS</title>
    <link rel="alternate" type="text/html" href="/tech-tips/windows-xp/performance-monitoring-and-optimization/learn-the-non-value-of-disabli.php" />
    <link rel="service.edit" type="application/atom+xml" href="/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=536" title="Learn the (non) value of disabling QoS" />
    <id>tag:www.setup32.com,2006:/tech-tips//8.536</id>
    
    <published>2006-12-22T08:21:17Z</published>
    <updated>2006-12-22T08:23:32Z</updated>
    
    <summary>Numerous Internet sites feature tips and tricks on the optimization of Windows XP, and most of them promise huge performance gains. However, a lot of optimization tricks actually do very little to improve performance....</summary>
    <author>
        <name>Vihren</name>
        
    </author>
            <category term="Performance Monitoring and Optimization" />
    
    <content type="html" xml:lang="en" xml:base="/tech-tips/">
        Numerous Internet sites feature tips and
tricks on the optimization of Windows XP, and most of them promise
huge performance gains. However, a lot of optimization tricks
actually do very little to improve performance.
        <![CDATA[<p>
For example, some sites recommend that you turn
off the Quality of Service (QoS) RSVP feature because it supposedly
reserves 20 percent of the network bandwidth. Turning off this
service, they say, will improve network performance.  
  </p>
<p>
Unfortunately, disabling QoS RSVP doesn't do
much. QoS isn't even used in most home networks; Microsoft enabled
it by default on Windows XP Professional to make the deployment of
QoS in enterprise environments a bit easier.  
  </p>
<p>
Are you still concerned about it reserving 20
percent of the network bandwidth? Don't be. This percentage refers
to the bandwidth limit that can be used by QoS applications. It
doesn't mean that your other applications will only be able to use
the remaining 80 percent.  </p>]]>
    </content>
</entry>
<entry>
    <title>Get the inside details of a crash report</title>
    <link rel="alternate" type="text/html" href="/tech-tips/windows-xp/performance-monitoring-and-optimization/get-the-inside-details-of-a-cr.php" />
    <link rel="service.edit" type="application/atom+xml" href="/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=535" title="Get the inside details of a crash report" />
    <id>tag:www.setup32.com,2006:/tech-tips//8.535</id>
    
    <published>2006-12-22T08:19:40Z</published>
    <updated>2006-12-22T08:21:56Z</updated>
    
    <summary>When a program crashes, Windows XP gathers information about the program, its code, and the actual crash. This data is then compiled into a special report. A dialog window appears, which prompts you to send the crash report to Microsoft....</summary>
    <author>
        <name>Vihren</name>
        
    </author>
            <category term="Performance Monitoring and Optimization" />
    
    <content type="html" xml:lang="en" xml:base="/tech-tips/">
        When a program crashes, Windows XP gathers
information about the program, its code, and the actual crash. This
data is then compiled into a special report. A dialog window
appears, which prompts you to send the crash report to Microsoft.
        <![CDATA[<p>
While its delivery is optional, remember that Microsoft collects
this information and creates fixes based on the data.  </span>
  </p>
<p>
Details of the report can be viewed by clicking
on the link that specifies: "To see what data this error report
contains, click here." However, if you're skeptical about privacy,
it's possible to disable Error Reporting. Here's how:  </span>
  </p>
<p>

<ol>
<li>
Right-click on My Computer and select Properties.</li>
<li>
Go to the Advanced tab and click Error Reporting.</li>
<li>
Click Disable Error Reporting.</li>
</ol>
  
  </p>
<p>
<span class="normalArial">If you want Error Reporting only on certain
applications, click Enable Reporting and then select Choose
Programs.  
  </p>]]>
    </content>
</entry>
<entry>
    <title>Decipher the name behind the process</title>
    <link rel="alternate" type="text/html" href="/tech-tips/windows-xp/performance-monitoring-and-optimization/decipher-the-name-behind-the-p.php" />
    <link rel="service.edit" type="application/atom+xml" href="/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=534" title="Decipher the name behind the process" />
    <id>tag:www.setup32.com,2006:/tech-tips//8.534</id>
    
    <published>2006-12-22T08:15:43Z</published>
    <updated>2006-12-22T08:19:22Z</updated>
    
    <summary>Windows XP runs numerous processes. To view them, open Task Manager and go to the Process tab. While several of these processes are self-explanatory, the majority of them are not....</summary>
    <author>
        <name>Vihren</name>
        
    </author>
            <category term="Performance Monitoring and Optimization" />
    
    <content type="html" xml:lang="en" xml:base="/tech-tips/">
        Windows XP runs numerous processes. To view
them, open Task Manager and go to the Process tab. While several of
these processes are self-explanatory, the majority of them are
not.  
        <![CDATA[<p>
Here's a short description of some XP
processes: 
  </p>
<p>

<ul>
<li>
<b>Csrss.exe:</b> The Client Server Runtime Subsystem process, also known
as the Win32 subsystem, generates a worker thread for client
requests.</li>
<li>
<b>Explorer.exe:</b> This process is the user interface/default Windows
shell.</li>
<li>
<b>Iexplorer.exe:</b> This process is the built-in Web browser.</li>
<li>
<b>Inetinfo.exe:</b> The Internet Information
Services (IIS) process is Microsoft's Web server.</li>
<li>
<b>Lsass.exe:</b> The Local Security Authentication Server process
receives authentication requests from Winlogon and calls the
appropriate authentication package.</li>
<li>
<b>Mdm.exe:</b> The Machine Debug Manager is a support process for
debugging.</li>
<li>
<b>Msmsgs.exe:</b> The Microsoft Windows Messenger
process is the built-in instant messaging application.</li>
<li>
<b>Services.exe:</b> The Service Control Manager process is responsible
for starting, stopping, and interacting with system services.</li>
<li>
<b>Smss.exe:</b> The Session Manager Subsystem is the first user mode
process that's created. It's responsible for the initial launch of
other subsystem processes.</li>
<li>
<b>Svchost.exe:</b> This is a placeholder process, or Service Host, where
all DLL-based services execute.</li>
<li>
<b>System:</b> The System process contains the majority of the kernel-mode
system threads.</li>
<li>
<b>System Idle Process:</b> This process runs when no other process is
executing.</li>
<li>
<b>Winlogon.exe:</b> The logon process handles interactive user logons and
logoffs.</li>
</ul>
 
  </p>
<p>
This list includes processes that are found on
most computers, but it's not exhaustive.  
  </p>
]]>
    </content>
</entry>
<entry>
    <title>Cool off with the System Idle Process</title>
    <link rel="alternate" type="text/html" href="/tech-tips/windows-xp/performance-monitoring-and-optimization/cool-off-with-the-system-idle-.php" />
    <link rel="service.edit" type="application/atom+xml" href="/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=533" title="Cool off with the System Idle Process" />
    <id>tag:www.setup32.com,2006:/tech-tips//8.533</id>
    
    <published>2006-12-22T08:12:55Z</published>
    <updated>2006-12-22T08:16:05Z</updated>
    
    <summary>If you take a look at the Task Manager&amp;#151;press [Ctrl][Shift][Esc]&amp;#151;and click the Processes tab, you&apos;ll see all the programs and system processes that are currently running....</summary>
    <author>
        <name>Vihren</name>
        
    </author>
            <category term="Performance Monitoring and Optimization" />
    
    <content type="html" xml:lang="en" xml:base="/tech-tips/">
        If you take a look at the Task Manager&amp;#151;press
[Ctrl][Shift][Esc]&amp;#151;and click the Processes tab, you&apos;ll see all the
programs and system processes that are currently running.
        <![CDATA[<p>The
majority of processes vary, but some are present on all Windows XP
computers.  
  </p>
<p>
One constant is the System Idle Process, which
is a single thread that runs on each processor. This process runs
more than any other system process, and it takes a lot of CPU time;
however, its memory usage is very low.  
  </p>
<p>
The System Idle Process runs only when no other
processes are using the CPU. Thus, when the CPU is idle, the System
Idle Process is in action, executing special halt (HLT)
instructions that put the CPU into a suspended mode and thereby
cool the processor.  
  </p>
<p>
<b>Note:</b> It's not possible to End Task the
System Idle Process from the Task Manager.  
  </p>
]]>
    </content>
</entry>
<entry>
    <title>Conserve energy with these power states</title>
    <link rel="alternate" type="text/html" href="/tech-tips/windows-xp/performance-monitoring-and-optimization/conserve-energy-with-these-pow.php" />
    <link rel="service.edit" type="application/atom+xml" href="/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=532" title="Conserve energy with these power states" />
    <id>tag:www.setup32.com,2006:/tech-tips//8.532</id>
    
    <published>2006-12-22T08:11:30Z</published>
    <updated>2006-12-22T08:13:37Z</updated>
    
    <summary>Standby and Hibernation are two power states in which computers use less electricity. When the computer enters Standby mode, the machine shuts off the monitor and hard disks and uses minimal power to keep other devices running, such as the motherboard and memory....</summary>
    <author>
        <name>Vihren</name>
        
    </author>
            <category term="Performance Monitoring and Optimization" />
    
    <content type="html" xml:lang="en" xml:base="/tech-tips/">
        Standby and Hibernation are two power states in which
computers use less electricity. When the computer enters Standby mode, the
machine shuts off the monitor and hard disks and uses minimal power to keep
other devices running, such as the motherboard and memory. 
        <![CDATA[<p>
But you should be
careful when using Standby because it doesn't save the memory content. A power
failure during Standby would cause the loss of all unsaved data. The advantage
to Standby is that the computer awakens quickly from this state.</p>

<p>Hibernation is different from Standby. If you experience a
power failure, you won’t lose any data when the computer is in Hibernation. The
machine saves the complete memory content to the hard disk (in the Hiberfil.sys
file) and completely turns off the power. When you restart the computer, it
reads the Hiberfil.sys file and restores your desktop exactly as you left it.
Restoring the computer from Hibernation takes more time than Standby. The exact
time depends on the amount of memory you have in your computer.</p>

<p>You can put your computer into Standby or Hibernation using
either the Start menu or Task Manager. From the Start menu, select Turn Off
Computer. A dialog box will present you with three options: Stand By, Turn Off,
and Restart. If you want to hibernate, press the [Shift] key, and the Hibernate
option will replace Stand By in the dialog box. Putting the computer in any
power state is also possible from the Task Manager by using the Shut Down menu.</p>]]>
    </content>
</entry>
<entry>
    <title>Changes to Task Manager in Windows XP</title>
    <link rel="alternate" type="text/html" href="/tech-tips/windows-xp/performance-monitoring-and-optimization/changes-to-task-manager-in-win.php" />
    <link rel="service.edit" type="application/atom+xml" href="/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=531" title="Changes to Task Manager in Windows XP" />
    <id>tag:www.setup32.com,2006:/tech-tips//8.531</id>
    
    <published>2006-12-22T08:09:29Z</published>
    <updated>2006-12-22T08:12:36Z</updated>
    
    <summary>Microsoft made minor improvements to the Task Manager in Windows XP. When you run it (the simplest way is to press [Ctrl][Shift][Esc]), you&apos;ll see five tabs....</summary>
    <author>
        <name>Vihren</name>
        
    </author>
            <category term="Performance Monitoring and Optimization" />
    
    <content type="html" xml:lang="en" xml:base="/tech-tips/">
        Microsoft made minor improvements to the Task
Manager in Windows XP. When you run it (the simplest way is to
press [Ctrl][Shift][Esc]), you&apos;ll see five tabs. 
        <![CDATA[<p>The first three
will be familiar to Windows NT/2000 users. The other two are new to
Windows XP.  
  </p>
<p>
The Applications tab lists all applications you
are currently running. Use this tab to end running applications, to
switch between them, or to run new ones. The Processes tab displays
more detailed information about the processes that are running on
your system. It displays the name of the executable, the user
account under which the process is running, the CPU usage, and the
amount of memory the process is using. You also have the option to
end running processes on this tab. The Performance tab displays the
graphs for CPU and memory usage and some additional counters, such
as the amount of memory allocated to the system cache, the total
amount of memory used by the kernel, and so on.  
  </p>
<p>
The Networking and Users tabs are new to
Windows XP. By default, the Networking tab displays the network
utilization graph for your network adapters. You can add additional
counters on this tab by selecting the Select Columns option on the
View menu. You can set additional options on the Options menu. The
Users tab lists all users currently logged on to your computer
(either locally or through Remote Desktop). You can send users
messages and, if you have the proper permissions, you can also
disconnect them or log them off. When you disconnect someone, his
or her programs continue running on your machine. When you log
someone off, his or her programs are closed, and the session is
disconnected.  
  </p>
<p>
Notice also that the Shut Down menu in Task
Manager performs the same tasks as the Start menu. You can shut the
machine down, log off, put the computer into hibernation or
standby, restart the computer, or switch the user.  
  </p>]]>
    </content>
</entry>
<entry>
    <title>Identify third-party burning software compatibility issues</title>
    <link rel="alternate" type="text/html" href="#" />
    <link rel="service.edit" type="application/atom+xml" href="/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=530" title="Identify third-party burning software compatibility issues" />
    <id>tag:www.setup32.com,2006:/tech-tips//8.530</id>
    
    <published>2006-12-22T07:59:15Z</published>
    <updated>2006-12-22T08:02:05Z</updated>
    
    <summary>Although Windows XP includes a burning engine, you can still use third-party burning applications. Before you use third-party applications, however, you should ensure that they are compatible with Windows XP....</summary>
    <author>
        <name>Vihren</name>
        
    </author>
            <category term="Storage" />
    
    <content type="html" xml:lang="en" xml:base="/tech-tips/">
        Although Windows XP includes a burning
engine, you can still use third-party burning applications. Before
you use third-party applications, however, you should ensure that
they are compatible with Windows XP.
        <![CDATA[<p>Many applications will not
work at all, and some might crash your system, requiring complex
troubleshooting. Before you install a third-party burning
application, check the vendors' Web site for any compatibility
issues. Windows XP is known to be incompatible with:  </span>
  </p>
<p>

<ul>
<li>Roxio DirectCD Creator versions 5.00, 5.01,
5.02, and 5.02a</li>
<li>Roxio Easy CD Creator 3.x and 4.x, CD Creator
5 Platinum IS compatible</li>
<li>Hewlett-Packard CD Writer 8200</li>
</ul>
 
  </p>
<p>
One reason for choosing a third-party
application over XP's integrated burning engine is the lack of
support for burning so-called ISO files. ISO files or images are
files that contain an image of the entire CD. To burn ISO files,
you don't need to purchase a third-party application; you can
obtain it for free. Alex Feinman has written a small application
that uses the engine from Windows XP to burn ISO images. You'll
find this free application on his <a href="http://isorecorder.alexfeinman.com/isorecorder.htm" target="_blank">Web
site</a>.  
  </p>]]>
    </content>
</entry>
<entry>
    <title>Exploring burning engine limitations</title>
    <link rel="alternate" type="text/html" href="#" />
    <link rel="service.edit" type="application/atom+xml" href="/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=529" title="Exploring burning engine limitations" />
    <id>tag:www.setup32.com,2006:/tech-tips//8.529</id>
    
    <published>2006-12-22T07:56:59Z</published>
    <updated>2006-12-22T08:00:17Z</updated>
    
    <summary>Microsoft has integrated more and more features in Windows XP that were previously available only through third-party applications....</summary>
    <author>
        <name>Vihren</name>
        
    </author>
            <category term="Storage" />
    
    <content type="html" xml:lang="en" xml:base="/tech-tips/">
        Microsoft has integrated more and more
features in Windows XP that were previously available only through
third-party applications.
        <![CDATA[<p>One such feature is integrated support
for CD burning. In addition to the CD burning issues already
discussed in previous TechMails, you should be aware of a few other
issues, as well.  
  </p>
<p>
The burning engine doesn't include packet
writing, obtainable from third-party vendors. This has several
consequences to how the engine works. For instance, you cannot
delete individual files from the CD-RW; you can only erase the
whole CD-RW. Additionally, you cannot format CD-RW discs. You can
only erase them.  
  </p>
<p>
When you write files to your CD-R, the engine
creates a new session, burns the files, and then closes the
session. However, the disc is not closed, which means that you can
still add files to the CD-R. The engine opens another session,
burns files, imports the previous session, and closes the new
session. This causes some overhead (21 MB for the first session and
12 MB for each additional session).</p>]]>
    </content>
</entry>
<entry>
    <title>More burning-engine basics</title>
    <link rel="alternate" type="text/html" href="#" />
    <link rel="service.edit" type="application/atom+xml" href="/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=527" title="More burning-engine basics" />
    <id>tag:www.setup32.com,2006:/tech-tips//8.527</id>
    
    <published>2006-12-22T07:55:34Z</published>
    <updated>2006-12-22T07:56:25Z</updated>
    
    <summary>Although Windows XP includes an integrated burning engine, experienced users may want to use third-party software....</summary>
    <author>
        <name>Vihren</name>
        
    </author>
            <category term="Storage" />
    
    <content type="html" xml:lang="en" xml:base="/tech-tips/">
        Although Windows XP includes an integrated burning engine,
experienced users may want to use third-party software.
        <![CDATA[<p>The integrated burning
engine is a simple engine, intended for inexperienced users.</p>

<p>Advanced users will find several flaws. For example, the
burning engine doesn’t support ISO images: You cannot create or record ISO
images. Advanced users will miss this functionality. Another feature that isn’t
supported is the direct copying of one CD to another; you must use the hard
drive as intermediate storage.</p>

<p>Another drawback to using XP’s integrated burning engine is
that it takes much longer to burn a CD than other applications. The engine
first copies all files to a temporary location, called the staging area. When
you are ready to burn the CD and select Write These Files To CD, the engine
uses the data in the staging area to create an image file. It then uses this
image file to record the files to CD. Not only does this take time, it also
takes a large amount of space. For instance, if you want to create a whole CD
(650 MB), you will need more than 1 GB of free space (approximately 650 for the
staging area and another 650 for the image file).</p>]]>
    </content>
</entry>
<entry>
    <title>More burning-engine basics</title>
    <link rel="alternate" type="text/html" href="#" />
    <link rel="service.edit" type="application/atom+xml" href="/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=528" title="More burning-engine basics" />
    <id>tag:www.setup32.com,2006:/tech-tips//8.528</id>
    
    <published>2006-12-22T07:55:34Z</published>
    <updated>2006-12-22T07:57:44Z</updated>
    
    <summary>Although Windows XP includes an integrated burning engine, experienced users may want to use third-party software....</summary>
    <author>
        <name>Vihren</name>
        
    </author>
            <category term="Storage" />
    
    <content type="html" xml:lang="en" xml:base="/tech-tips/">
        Although Windows XP includes an integrated burning engine,
experienced users may want to use third-party software.
        <![CDATA[<p>The integrated burning
engine is a simple engine, intended for inexperienced users.</p>

<p>Advanced users will find several flaws. For example, the
burning engine doesn’t support ISO images: You cannot create or record ISO
images. Advanced users will miss this functionality. Another feature that isn’t
supported is the direct copying of one CD to another; you must use the hard
drive as intermediate storage.</p>

<p>Another drawback to using XP’s integrated burning engine is
that it takes much longer to burn a CD than other applications. The engine
first copies all files to a temporary location, called the staging area. When
you are ready to burn the CD and select Write These Files To CD, the engine
uses the data in the staging area to create an image file. It then uses this
image file to record the files to CD. Not only does this take time, it also
takes a large amount of space. For instance, if you want to create a whole CD
(650 MB), you will need more than 1 GB of free space (approximately 650 for the
staging area and another 650 for the image file).</p>]]>
    </content>
</entry>
<entry>
    <title>XP’s integrated CD-burning engine</title>
    <link rel="alternate" type="text/html" href="#" />
    <link rel="service.edit" type="application/atom+xml" href="/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=526" title="XP’s integrated CD-burning engine" />
    <id>tag:www.setup32.com,2006:/tech-tips//8.526</id>
    
    <published>2006-12-22T07:54:34Z</published>
    <updated>2006-12-22T07:56:22Z</updated>
    
    <summary>To burn a CD, it’s usually necessary to install third-party software. But Microsoft has finally made it possible to bypass the need for special software by including an integrated burning engine in Windows XP....</summary>
    <author>
        <name>Vihren</name>
        
    </author>
            <category term="Storage" />
    
    <content type="html" xml:lang="en" xml:base="/tech-tips/">
        To burn a CD, it’s usually necessary to install third-party
software. But Microsoft has finally made it possible to bypass the need for
special software by including an integrated burning engine in Windows XP. 
        <![CDATA[<p>This
engine allows files to be saved on a CD from any application <br>with the Save As
option and Windows Explorer to be used to burn files to a CD using drag <br>and
drop.</p>

<p>If you have a CD burner or CD-R/RW device, Windows XP should
automatically detect it. <br>Verify this by right-clicking in Windows Explorer on
the burning device’s drive and selecting Properties. In the dialog box that
appears, you should see the Recording tab. This tab <br>includes the settings you
can configure for your CD burner or CD-R/RW device.</p>

<p>To burn a CD, select the desired files in Windows Explorer
and drag them to the burning device’s drive. These files are first saved in a
temporary location on your hard drive. When <br>you are ready to burn them on a CD,
right-click on the CD burner or CD-R/RW device in Windows Explorer and select
Write These Files To CD. A wizard appears that guides you through the process.</p>]]>
    </content>
</entry>
<entry>
    <title>XP offers integrated zip support</title>
    <link rel="alternate" type="text/html" href="#" />
    <link rel="service.edit" type="application/atom+xml" href="/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=525" title="XP offers integrated zip support" />
    <id>tag:www.setup32.com,2006:/tech-tips//8.525</id>
    
    <published>2006-12-22T07:52:13Z</published>
    <updated>2006-12-22T07:54:40Z</updated>
    
    <summary>People never seem to have enough storage or bandwidth. A few years ago, we used different compression algorithms to compress files to store them on one or two floppies....</summary>
    <author>
        <name>Vihren</name>
        
    </author>
            <category term="Storage" />
    
    <content type="html" xml:lang="en" xml:base="/tech-tips/">
        People never seem to have enough storage or bandwidth. A
few years ago, we used different compression algorithms to compress files to
store them on one or two floppies.
        <![CDATA[<p>Times changed, and CD-R drives and the
Internet grew in popularity. While we use the same compression programs, we now
send large files over dial-up or slow Internet connections. One of the most
popular compression methods is the zip file.</p>

<p>It wasn’t that long ago when we had to use some third-party
(in most cases) shareware zip applications. But these times are now gone, since
Microsoft decided to integrate support for zip files into its operating
systems, beginning with Windows Me. Windows XP is the second Microsoft OS that
features integrated zip support.</p>

<p>You can work with zip archives just as you do with normal
folders. To compress a file or folder, select it, right-click it, and select
Send To | Compressed (Zipped) Folder. A simple wizard will launch that will
guide you through the rest of the process. To see the contents of a zipped
folder, just double-click it in Windows Explorer. Extracting files is similarly
straightforward. Right-click the zipped folder and select Extract All.</p>

<p>The biggest advantage of integrated zip support is its
simplicity. Nonetheless, many experienced users will still want to use some
third-party product. Integrated zip support is available only in Windows
Explorer but not from the command prompt. In addition, you can't create
self-extracting archives or archives that span over several files.</p>]]>
    </content>
</entry>
<entry>
    <title>Troubleshoot advanced compatibility issues</title>
    <link rel="alternate" type="text/html" href="#" />
    <link rel="service.edit" type="application/atom+xml" href="/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=524" title="Troubleshoot advanced compatibility issues" />
    <id>tag:www.setup32.com,2006:/tech-tips//8.524</id>
    
    <published>2006-12-15T09:57:43Z</published>
    <updated>2006-12-15T10:00:17Z</updated>
    
    <summary>Although compatibility mode is a useful way to make older applications work on Windows XP, sometimes the applications still refuse to work. In such cases, you&apos;ll want more advanced methods....</summary>
    <author>
        <name>Vihren</name>
        
    </author>
            <category term="Tools and Tasks" />
    
    <content type="html" xml:lang="en" xml:base="/tech-tips/">
        Although compatibility mode is a useful way
to make older applications work on Windows XP, sometimes the
applications still refuse to work. In such cases, you&apos;ll want more
advanced methods.
        <![CDATA[<p> The first step to advanced compatibility
troubleshooting is to install the Compatibility Administration
Toolkit. You can install the toolkit by running the Act20.exe file
from the \support\tools folder on your Windows XP CD.  
  </p>
<p>
The toolkit includes several helpful utilities
and documents, which allow you to look behind the scenes at
compatibility mode. Specifically, the toolkit includes the
following utilities:  
  </p>
<p>

<ul>
<li>
<b>AppVerifier:</b> This is a GUI application
that can help you test the specified <br>application for any
compatibility problems under Windows XP.</li>
<li>
<b>CompatAdmin:</b> This utility provides an
interface for browsing and editing the compatibility fix database
in Windows XP.</li>
<li>
<b>GrabMI:</b> This is a command-line tool
that "grabs" the information about files <br>in a given folder.</li>
<li>
<b>QfixApp:</b> This utility creates a list
of fixes that are necessary for an application <br>to work in Windows
XP.</li>
</ul>
 
  </p>]]>
    </content>
</entry>

</feed> 


