<?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>ITfall&#187; windows xp &#8211; ITfall</title>
	<atom:link href="http://www.itfall.com/tag/windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itfall.com</link>
	<description>Where Infinite IT Is Defined</description>
	<lastBuildDate>Sun, 02 May 2010 10:59:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Viewing Scheduled Windows CHKDSK (Error-checking) Report Log</title>
		<link>http://www.itfall.com/viewing-scheduled-windows-chkdsk-error-checking-report-log/</link>
		<comments>http://www.itfall.com/viewing-scheduled-windows-chkdsk-error-checking-report-log/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 01:29:45 +0000</pubDate>
		<dc:creator>Amer Kachmar</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[CHKDSK]]></category>
		<category><![CDATA[Error-checking]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.itfall.com/?p=25</guid>
		<description><![CDATA[CHKDSK is a utility that checks the Hard Disk volumes for errors and tries to fix them. Error-checking is just a Graphical User Interface that invokes the same verification routines that CHKDSK invokes. When you run CHKDSK to fix errors (not read-only mode), the utility may ask you to schedule the volume to be checked [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><strong>CHKDSK</strong> is a utility that checks the Hard Disk volumes for errors and tries to fix them. <strong>Error-checking</strong> is just a Graphical User Interface that invokes the same verification routines that CHKDSK invokes. When you run CHKDSK to fix errors (not read-only mode), the utility may ask you to schedule the volume to be checked the next time your system restarts. This is certain when you run CHKDSK for the drive that has Windows running on (usually drive <strong>C</strong>).<span id="more-25"></span></p>
<p>The following was done on Windows XP. For Windows Vista you will see at the bottom of the article direct instructions to view the report log.</p>
<p>An example on how to run CHKDSK that requires scheduling a check on reboot:</p>
<p>-  <strong>Using Command Prompt</strong>:</p>
<ol>
<li>Click <strong>Start</strong>, then click <strong>Run</strong></li>
<li>Type <strong>cmd</strong>, then click <strong>OK</strong>, or hit <strong>Enter</strong></li>
<li>Type <strong>chkdsk c: /f</strong></li>
<li>Hit the <strong>Enter </strong>key</li>
<li>CHKDSK asks you if you’d like to schedule a check on system restart, type <strong>y</strong>, then hit the <strong>Enter </strong>key.
<p><div id="attachment_26" class="wp-caption aligncenter" style="width: 543px"><img class="size-full wp-image-26" title="chkdsk-cmd" src="http://www.itfall.com/wp-content/uploads/2009/09/chkdsk-cmd.gif" alt="Scheduled chkdsk" width="533" height="211" /><p class="wp-caption-text">On Reboot Scheduled CHKDSK</p></div></li>
<li>Restart your computer.</li>
</ol>
<p>- <strong>Us</strong><strong>ing the Graphical User Interface (Error-checking)</strong>:</p>
<ol>
<li>Double click <strong>My Computer.</strong></li>
<li>Right click drive <strong>C</strong>.</li>
<li>Click <strong>Properties</strong>, then click the <strong>Tools</strong> tab.</li>
<li>Under <strong>Error-checking </strong>section, click the <strong>Check Now…</strong> button.</li>
<li>Check the <strong>Automatically fix file system errors</strong> checkbox.</li>
<li>Click the <strong>Start</strong> button.
<p><div id="attachment_27" class="wp-caption aligncenter" style="width: 377px"><img class="size-full wp-image-27" title="Error-checking" src="http://www.itfall.com/wp-content/uploads/2009/09/error-checking.png" alt="Error-checking" width="367" height="481" /><p class="wp-caption-text">Error-checking (Graphical User Interface)</p></div></li>
<li>Click <strong>Y</strong><strong>es</strong> for the message that pops up to schedule a check on reboot.
<p><div id="attachment_28" class="wp-caption aligncenter" style="width: 502px"><img class="size-full wp-image-28" title="scheduled-gui" src="http://www.itfall.com/wp-content/uploads/2009/09/scheduled-gui.png" alt="Scheduling disk checking (Error-checking)" width="492" height="102" /><p class="wp-caption-text">Scheduling disk checking (Error-checking)</p></div></li>
<li>Restart your computer.</li>
</ol>
<p>When the system is restarted, the error checking process will begin and you may not want to sit and watch it especially if it takes hours to finish. When it finishes you may miss the report summary because the system won’t pause and wait for you to see it. Fortunately, the process logs an event in the Application Event log that contains the report for the drive checked.</p>
<p><strong>Here is how to view the report log (Windows XP)</strong>:</p>
<ol>
<li>To open the <strong>Event Viewer:</strong> click <strong>Start</strong>, then click <strong>Run</strong>, then type <strong>eventvwr.msc</strong> and hit the <strong>Enter</strong> key. (or <strong>Start</strong>, <strong>Control Panel</strong>, <strong>Administrative Tools</strong>, <strong>Event Viewer</strong>).</li>
<li>On the left pane and under <strong>Event Viewer (local)</strong>, select <strong>Application</strong>.</li>
<li>On the right pane, search for the first entry in the list that matches <strong>Winlogon </strong>under the <strong>Source</strong> Column. (Search top to bottom).
<p><div id="attachment_29" class="wp-caption aligncenter" style="width: 501px"><img class="size-full wp-image-29" title="winlogon" src="http://www.itfall.com/wp-content/uploads/2009/09/winlogon.gif" alt="CHKDSK Report Log entry" width="491" height="17" /><p class="wp-caption-text">CHKDSK Report Log entry</p></div></li>
<li>Double click that entry, and there is the log of the disk checking.</li>
</ol>
<p><strong>And here is how to view the report log on Windows Vista</strong>:</p>
<ol>
<li>Click the Vista Start button, and then start typing “<strong>Event Viewer</strong>” until you see <strong>Event Viewer</strong> under <strong>Programs</strong>. Click on it to open the Event Viewer.</li>
<li>On the left pane, expand <strong>Windows Logs</strong>, then select <strong>Application</strong>.</li>
<li>In the middle pane you will see the log entries.  Search for the first entry in the list that matches <strong>Wininit </strong>under the <strong>Source</strong> Column. (Search top to bottom).</li>
<li>Double click that entry, and there is the log of the disk checking.</li>
</ol>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.itfall.com/viewing-scheduled-windows-chkdsk-error-checking-report-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP Default Administrator Account , A Security Hole</title>
		<link>http://www.itfall.com/windows-xp-default-administrator-account-security-hole/</link>
		<comments>http://www.itfall.com/windows-xp-default-administrator-account-security-hole/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 20:46:13 +0000</pubDate>
		<dc:creator>Amer Kachmar</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[default administrator account]]></category>
		<category><![CDATA[security hole]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.itfall.com/?p=17</guid>
		<description><![CDATA[The default Administrator account in Windows XP is often overlooked, and many users do not even know that it exists. This account may open a security hole if someone can get into your computer physically.
I’ll make it clear from the beginning; When I say physical access, I am not talking about hacking/cracking your computer with [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>The <strong>default Administrator account</strong> in Windows XP is often overlooked, and many users do not even know that it exists. This account may open a security hole if someone can get into your computer physically.</p>
<p>I’ll make it clear from the beginning; When I say physical access, I am not talking about hacking/cracking your computer with password recovery software/disks or using bootable disks to access your data or, worst case, opening your computer’s case and picking up your hard disk. I am also, not referring to any security hole that the technical structure of Windows accounts may pose.</p>
<p>The presumed person who might try to have unauthorized access to your computer might be anyone you know, just having the basic access to your computer; access to the power button and keyboard.<span id="more-17"></span></p>
<p>Normally, Windows XP computers have 2 or more accounts that are in the Administrators group. These are: The default Administrator account and another administrator account which is the one that you usually use (you may also have more admin accounts).</p>
<p>What I have seen is that rarely do users have the default Administrator account password protected. This happens because during Windows XP deployment, Windows does not require you to enter a password for that account; you can just keep it blank. With this, the computer is subject to unauthorized access from someone that can get physical access to it.</p>
<p>So how can someone access the computer with the default Administrator Account when it is not password protected (i.e. blank password)?</p>
<p>It depends on how your logon and logoff options are set on your computer, 2 cases:</p>
<ul>
<li><strong>Welcome screen is enabled</strong>. This is the case where you just click on the user account name to logon. Here, the default Administrator account does not show up. To access it you need to start the computer in <strong>Safe Mode</strong>. After that, the account will show up on the Welcome screen as <strong>Administrator</strong>. Since the password is blank, a user needs only to click on that name to have full administrative access to the computer.<br />
(Please note that if your computer has the default Administrator account as the only admin account, then it will show up in the normal Welcome screen (i.e. not in safe mode) and would probably be the account you are using).<strong> </strong></li>
<li><strong>Welcome screen is disabled</strong>. This is the case where you have to type the name of the account as well as the password. Here, the default Administrator account can be accessed by typing<strong> Administrator </strong>as the account name and leaving the password field blank and then enter. As you have noticed here, the user does not need to enter safe mode to have access.</li>
</ul>
<p>Now that you know that keeping the default Administrator account password blank is risky, do the following to prevent users from having easy administrative access to your computer:</p>
<ul>
<li><strong>Create a password for the account</strong>. Login using that account (the above mentions how) and then go to <strong>Start</strong>, <strong>Control Panel</strong>, <strong>User Accounts</strong>. Click on <strong>Administrator</strong> account and then click <strong>Create a password</strong>. Fill the fields and click <strong>Create Password</strong>.<br />
(You can also create a password for that Account using another account in the Administrators group by using the Computer Management Console).</li>
<li><strong>Disable the account</strong>. If you do not need the default Administrator account, which is usually the case, disable it. To do so,
<ol>
<li>Logon as your normal admin account and enter the <strong>Computer Management Console</strong> by right clicking on <strong>My Computer</strong> then choosing <strong>Manage</strong>.</li>
<li>Expand <strong>System Tools</strong>, and then expand <strong>Local Users and Groups</strong>.</li>
<li>Select <strong>Users</strong>.</li>
<li>On the right pane, right click on <strong>Administrator</strong> and choose <strong>Properties</strong>.</li>
<li>Check the <strong>Account is disabled</strong> checkbox.</li>
<li>Click <strong>OK</strong>.</li>
</ol>
</li>
</ul>
<p>You can do one of the above choices or both. I recommend both (really better and more secure).</p>
<p>(Please note that if the default Administrator account is the only admin account on your computer you DO NOT need to disable anything and would probably be the account your are using).</p>
<p>You may want to see the following:</p>
<ul>
<li>To see how to change the log on and off options see the Microsoft KB article, <a href="http://support.microsoft.com/kb/291559" target="_blank">How to change the logon window and the shutdown preferences in Windows XP</a> .</li>
<li>To see how to start windows in Safe Mode see the Microsoft page, <a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/boot_failsafe.mspx?mfr=true" target="_blank">start the computer in safe mode</a> .</li>
</ul>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.itfall.com/windows-xp-default-administrator-account-security-hole/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Completely disable StickyKeys, FilterKeys and ToggleKeys</title>
		<link>http://www.itfall.com/disable-stickykeys-filterkeys-togglekeys/</link>
		<comments>http://www.itfall.com/disable-stickykeys-filterkeys-togglekeys/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 20:28:24 +0000</pubDate>
		<dc:creator>Amer Kachmar</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[FilterKeys]]></category>
		<category><![CDATA[StickyKeys]]></category>
		<category><![CDATA[ToggleKeys]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.itfall.com/?p=8</guid>
		<description><![CDATA[For those who don’t use StickyKeys, FilterKeys, or ToggleKeys, these are very annoying features in Windows if not disabled. These are accessibility features in Windows that helps users with disabilities. However, they can run when normal users don’t want them to, especially the StickyKeys feature as it can run if a user presses the Shift [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>For those who don’t use StickyKeys, FilterKeys, or ToggleKeys, these are very annoying features in Windows if not disabled. These are accessibility features in Windows that helps users with disabilities. However, they can run when normal users don’t want them to, especially the StickyKeys feature as it can run if a user presses the <strong>Shift</strong> key five times.</p>
<p>By default, these features are not enabled. However, their associated Keyboard Shortcuts can make them run even if they aren’t enabled. What we are going to do is disable the shortcuts that launch them. <span id="more-8"></span></p>
<p><strong>Here is how to completely disable StickyKeys, FilterKeys and ToggleKeys in Windows XP</strong>:</p>
<ol>
<li>Choose <strong>Start</strong>, <strong>Control Panel</strong>, <strong>Accessibility Options</strong>. See figure,
<p><div id="attachment_9" class="wp-caption aligncenter" style="width: 377px"><img class="size-full wp-image-9" title="accessibility-options" src="http://www.itfall.com/wp-content/uploads/2009/08/accessibility-options.jpg" alt="Accessibility Options" width="367" height="450" /><p class="wp-caption-text">Accessibility Options</p></div></li>
<li>Before you proceed, make sure that <strong>Use StickyKeys</strong>, <strong>Use FilterKeys</strong>, and <strong>Use ToggleKeys</strong> are unchecked.</li>
<li>Now, in the <strong>StickyKeys</strong> section, press the <strong>Settings</strong> button. Uncheck the <strong>Use Shortcut</strong> checkbox. See figure,
<p><div id="attachment_10" class="wp-caption aligncenter" style="width: 357px"><img class="size-full wp-image-10" title="stickykeys-settings" src="http://www.itfall.com/wp-content/uploads/2009/08/stickykeys-settings.jpg" alt="Stickykeys Settings" width="347" height="381" /><p class="wp-caption-text">StickyKeys Settings</p></div></li>
<li>Click the <strong>OK</strong> button.</li>
<li>Similarly, you can do the same for <strong>FilterKeys</strong> and <strong>ToggleKeys</strong> sections (<strong>Settings</strong> button, uncheck <strong>Use Shortcut…</strong>)</li>
<li>When done, don’t forget to press the <strong>OK</strong> button in the <strong>Accessibility Options</strong> dialog to save settings.</li>
</ol>
<p>Now, these keys should not annoy you again, most likely users get annoyed of them while playing games. They suddenly find themselves kicked out to the Windows desktop. Well, not anymore <img src='http://www.itfall.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' title="Completely disable StickyKeys, FilterKeys and ToggleKeys" /> </p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.itfall.com/disable-stickykeys-filterkeys-togglekeys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
