<?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>thebackroomtech &#187; XP</title>
	<atom:link href="http://thebackroomtech.com/tag/xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebackroomtech.com</link>
	<description>serving up the info back room techs everywhere find interesting</description>
	<lastBuildDate>Sat, 20 Nov 2010 03:13:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Determining when a local Windows account password was last changed</title>
		<link>http://thebackroomtech.com/2010/08/09/determining-when-a-local-windows-account-password-was-last-changed/</link>
		<comments>http://thebackroomtech.com/2010/08/09/determining-when-a-local-windows-account-password-was-last-changed/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 14:33:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[200]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[net user]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=2178</guid>
		<description><![CDATA[Our corporate policy requires us to change Windows server local Administrator passwords on a regular basis.  We have a script that accomplishes this, and after the change we do a QA check to validate the passwords were actually changed. To determine when a local account password was last set (administrator, in this example) , run [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Our corporate policy requires us to change Windows server local Administrator passwords on a regular basis.  We have a script that accomplishes this, and after the change we do a QA check to validate the passwords were actually changed.</p>
<p>To determine when a local account password was last set (administrator, in this example) , run the following command:</p>
<p><em>net user Administrator | find /i &#8220;Password last set&#8221;</em></p>
<p>The result looks like:</p>
<p><em>Password last set            7/8/2010 11:14 AM</em></p>
<p>Tested on Windows 2000, Windows XP, Windows 2003, and Windows 2008.</p>
<p>Note: Just typing <em>net user accountname</em> will provide lots of good details about the user account.</p>
<p><em>C:\&gt;net user administrator<br />
User name                    Administrator<br />
Full Name<br />
Comment                      Built-in account for administering the computer/domain<br />
User&#8217;s comment<br />
Country code                 000 (System Default)<br />
Account active               Yes<br />
Account expires              Never</em></p>
<p><em>Password last set            7/8/2010 11:14 AM<br />
Password expires             Never<br />
Password changeable          7/9/2010 11:14 AM<br />
Password required            Yes<br />
User may change password     Yes</em></p>
<p><em>Workstations allowed         All<br />
Logon script<br />
User profile<br />
Home directory<br />
Last logon                   8/3/2010 5:42 PM</em></p>
<p><em>Logon hours allowed          All</em></p>
<p><em>Local Group Memberships      *Administrators<br />
Global Group memberships     *None<br />
The command completed successfully.</em></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/08/12/howto-reset-a-lost-vmware-guest-password/" title="Howto: Reset a lost VMware guest password">Howto: Reset a lost VMware guest password</a></li><li><a href="http://thebackroomtech.com/2008/01/08/64-bit-windows-isnt-displaying-files-saved-in-the-office-2007-format-when-searching-for-documents/" title="64-bit Windows isn&#8217;t displaying files saved in the Office 2007 format when searching for Documents">64-bit Windows isn&#8217;t displaying files saved in the Office 2007 format when searching for Documents</a></li><li><a href="http://thebackroomtech.com/2008/01/03/reinstalling-system-restore-on-windows-xp/" title="Reinstalling System Restore on Windows XP">Reinstalling System Restore on Windows XP</a></li><li><a href="http://thebackroomtech.com/2007/12/26/microsoft-windows-service-pack-blocker-tool-kit/" title="Microsoft Windows Service Pack Blocker Tool Kit">Microsoft Windows Service Pack Blocker Tool Kit</a></li><li><a href="http://thebackroomtech.com/2010/02/10/finding-windows-user-accounts-with-non-expiring-passwords/" title="Finding Windows user accounts with non-expiring passwords">Finding Windows user accounts with non-expiring passwords</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2010/08/09/determining-when-a-local-windows-account-password-was-last-changed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>64-bit Windows isn&#8217;t displaying files saved in the Office 2007 format when searching for Documents</title>
		<link>http://thebackroomtech.com/2008/01/08/64-bit-windows-isnt-displaying-files-saved-in-the-office-2007-format-when-searching-for-documents/</link>
		<comments>http://thebackroomtech.com/2008/01/08/64-bit-windows-isnt-displaying-files-saved-in-the-office-2007-format-when-searching-for-documents/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 05:53:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[office]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/2008/01/08/64-bit-windows-isnt-displaying-files-saved-in-the-office-2007-format-when-searching-for-documents/</guid>
		<description><![CDATA[Brandon has posted the answer to a question that has been driving me mad&#8230; why my Office 2007 files, saved in their native formats (.docx, .xlsx, etc) are not displayed when I search for files of type &#8220;Document&#8221; from my Windows Vista machine. It appears that the issue is with where 64-bit versions of Windows [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://brandonlive.com" target="_blank">Brandon</a> has posted <a href="http://brandonlive.com/2007/11/29/faq-office-2007-documents-kinddocument-and-64-bit-windows/" target="_blank">the answer to a question that has been driving me mad</a>&#8230; why my Office 2007 files, saved in their native formats (.docx, .xlsx, etc) are not displayed when I search for files of type &#8220;Document&#8221; from my Windows Vista machine.</p>
<p>It appears that the issue is with where 64-bit versions of Windows (XP/2003/Vista) look for information.  Brandon goes on to explain:</p>
<p><i>&#8220;This is a known issue with the 64-bit property system, and happens because the 64-bit shell only looks in the 64-bit section of the registry for a set of keys that map file extensions to various “kinds” for filetypes that don’t emit their own “kind” information.  Because Office 2007 is a 32-bit application, it registers its kinds in the 32-bit section of the registry, where the shell never sees it.&#8221;</i></p>
<p>Brandon has been kind enough to post a <a href="http://brandonlive.com/files/Office12KindMap.reg" target="_blank">.reg file</a> that will import the Office 2007 file formats into the 64-bit section of the registry, thus allowing these documents to be found.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/02/13/its-the-day-after-patch-tuesday-and-my-vista-business-machine-lost-all-network-connectivty/" title="It&#8217;s the day after Patch Tuesday, and my Vista Business machine has lost ALL network connectivty">It&#8217;s the day after Patch Tuesday, and my Vista Business machine has lost ALL network connectivty</a></li><li><a href="http://thebackroomtech.com/2007/12/26/microsoft-windows-service-pack-blocker-tool-kit/" title="Microsoft Windows Service Pack Blocker Tool Kit">Microsoft Windows Service Pack Blocker Tool Kit</a></li><li><a href="http://thebackroomtech.com/2007/11/06/howto-enable-windows-vista-uac-quiet-mode/" title="Howto: Enable Windows Vista UAC quiet mode">Howto: Enable Windows Vista UAC quiet mode</a></li><li><a href="http://thebackroomtech.com/2007/11/05/howto-disabling-driver-signing-in-windows-vista-64-bit/" title="Howto: Disabling Driver Signing in Windows Vista 64 bit">Howto: Disabling Driver Signing in Windows Vista 64 bit</a></li><li><a href="http://thebackroomtech.com/2010/08/09/determining-when-a-local-windows-account-password-was-last-changed/" title="Determining when a local Windows account password was last changed">Determining when a local Windows account password was last changed</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/01/08/64-bit-windows-isnt-displaying-files-saved-in-the-office-2007-format-when-searching-for-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reinstalling System Restore on Windows XP</title>
		<link>http://thebackroomtech.com/2008/01/03/reinstalling-system-restore-on-windows-xp/</link>
		<comments>http://thebackroomtech.com/2008/01/03/reinstalling-system-restore-on-windows-xp/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 05:25:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[rstrui.exe]]></category>
		<category><![CDATA[sr.inf]]></category>
		<category><![CDATA[System Restore]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/2008/01/03/reinstalling-system-restore-on-windows-xp/</guid>
		<description><![CDATA[One of my main network monitoring computers, a Windows XP SP2 machine, has had some major problems with lack of responsiveness this week. I can&#8217;t find any traces of malware or corruption, so I decided it was time to perform a System Restore (SR). Unfortunately, the machine froze solid each time the system restore process [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>One of my main network monitoring computers, a Windows XP SP2 machine, has had some major problems with lack of responsiveness this week.  I can&#8217;t find any traces of malware or corruption, so I decided it was time to perform a System Restore (SR).  Unfortunately, the machine froze solid each time the system restore process started.</p>
<p>I used XP&#8217;s System Restore diagnostics program to  generate log files for troubleshooting.  To run the System restore diagnostics, paste the following command, as all one line, into your Run box:</p>
<p><i>%windir%\system32\restore\srdiag.exe</i></p>
<p>This will generate a .cab file in your %windir%\system32\restore\ directory, where %windir% is the directory Windows is installed into (typically c:\windows).</p>
<p>Browse to your %windir%\system32\restore\ directory and open up the .cab file with your favorite compression/extraction program, such as <a href="http://legroom.net/software/uniextract" target="_blank">UniExtract</a>.  You should now be able to view the associated log files.</p>
<p>To make a long story short, I couldn&#8217;t find the exact cause of my restoration failure, so I went ahead and just reinstalled System Restore by running the following command, as all one line, in my Windows XP Run box:</p>
<p><i>rundll32.exe advpack.dll,LaunchINFSection %Windir%\Inf\sr.inf</i></p>
<p>Please note that reinstalling System Restore will remove all existing restore points!</p>
<p>Reinstalling SR did end up fixing my problem, but with no restore points to go back to, I just ended up re-imaging my machine.</p>
<p>If you ever need to manually create a restore point, run the following command, as all one line, from the Windows XP Run box:</p>
<p>%systemroot%\system32\restore\rstrui.exe</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/08/09/determining-when-a-local-windows-account-password-was-last-changed/" title="Determining when a local Windows account password was last changed">Determining when a local Windows account password was last changed</a></li><li><a href="http://thebackroomtech.com/2008/01/08/64-bit-windows-isnt-displaying-files-saved-in-the-office-2007-format-when-searching-for-documents/" title="64-bit Windows isn&#8217;t displaying files saved in the Office 2007 format when searching for Documents">64-bit Windows isn&#8217;t displaying files saved in the Office 2007 format when searching for Documents</a></li><li><a href="http://thebackroomtech.com/2007/12/26/microsoft-windows-service-pack-blocker-tool-kit/" title="Microsoft Windows Service Pack Blocker Tool Kit">Microsoft Windows Service Pack Blocker Tool Kit</a></li><li><a href="http://thebackroomtech.com/2009/10/16/microsoft-releases-load-simulation-tools-for-desktops/" title="Microsoft releases load simulation tools for desktops">Microsoft releases load simulation tools for desktops</a></li><li><a href="http://thebackroomtech.com/2009/09/01/find-windows-system-uptime-from-the-command-line/" title="Find Windows system uptime from the command line">Find Windows system uptime from the command line</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/01/03/reinstalling-system-restore-on-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Windows Service Pack Blocker Tool Kit</title>
		<link>http://thebackroomtech.com/2007/12/26/microsoft-windows-service-pack-blocker-tool-kit/</link>
		<comments>http://thebackroomtech.com/2007/12/26/microsoft-windows-service-pack-blocker-tool-kit/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 06:28:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[utilities]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[blocker]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[service pack]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[windows update]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/2007/12/26/microsoft-windows-service-pack-blocker-tool-kit/</guid>
		<description><![CDATA[A blocking tool is available for organizations that would like to temporarily prevent installation of Service Pack updates through Windows Update. This tool can be used with: Windows Server 2003 Service Pack 2 (valid through March, 2008) Windows XP Service Pack 3 (valid for 12 months following general availability) Windows Vista Service Pack 1 (valid [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span>A <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d7c9a07a-5267-4bd6-87d0-e2a72099edb7&amp;DisplayLang=en" target="_blank">blocking tool</a> is available for organizations that would like to temporarily prevent installation of Service Pack updates through Windows Update. This tool can be used with:</span></p>
<ul>
<li>Windows Server 2003 Service Pack 2 (valid through March, 2008)</li>
<li>Windows XP Service Pack 3 (valid for 12 months following general availability)</li>
<li>Windows Vista Service Pack 1 (valid for 12 months following general availability)</li>
</ul>
<p><span> This toolkit contains three components. All of them function primarily to set or clear a specific registry key that is used to detect and block download of Service Packs from Windows Update. You only need to use the component which best serves your organization’s computer management infrastructure.</span></p>
<ul>
<li>A Microsoft-signed executable</li>
<li>A script</li>
<li>An ADM template</li>
</ul>
<p><span>Supported Operating Systems<b> </b>are<b> </b>Windows Server 2003, Windows Vista, and Windows XP.</span></p>
<p>Read more about the blocker tool in <a href="http://technet.microsoft.com/en-us/windowsvista/bb927794.aspx" target="_blank">this Technet article</a>.</p>
<ul></ul>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/01/08/64-bit-windows-isnt-displaying-files-saved-in-the-office-2007-format-when-searching-for-documents/" title="64-bit Windows isn&#8217;t displaying files saved in the Office 2007 format when searching for Documents">64-bit Windows isn&#8217;t displaying files saved in the Office 2007 format when searching for Documents</a></li><li><a href="http://thebackroomtech.com/2010/08/09/determining-when-a-local-windows-account-password-was-last-changed/" title="Determining when a local Windows account password was last changed">Determining when a local Windows account password was last changed</a></li><li><a href="http://thebackroomtech.com/2008/01/29/howto-speed-up-your-network-connection-on-windows-vista/" title="Howto: Speed up your Network Connection on Windows Vista">Howto: Speed up your Network Connection on Windows Vista</a></li><li><a href="http://thebackroomtech.com/2008/01/03/reinstalling-system-restore-on-windows-xp/" title="Reinstalling System Restore on Windows XP">Reinstalling System Restore on Windows XP</a></li><li><a href="http://thebackroomtech.com/2007/11/06/howto-enable-windows-vista-uac-quiet-mode/" title="Howto: Enable Windows Vista UAC quiet mode">Howto: Enable Windows Vista UAC quiet mode</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2007/12/26/microsoft-windows-service-pack-blocker-tool-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 17/51 queries in 0.016 seconds using disk: basic
Object Caching 621/689 objects using disk: basic

Served from: thebackroomtech.com @ 2012-02-04 10:11:52 -->
