<?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>cyprich.com &#187; How To</title>
	<atom:link href="http://www.cyprich.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyprich.com</link>
	<description>Occasionally Relevant Insights from a Software Builder</description>
	<lastBuildDate>Wed, 25 Jan 2012 20:36:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How To Use Microsoft SQL Server with Joomla 2.5</title>
		<link>http://www.cyprich.com/2012/01/25/how-to-use-microsoft-sql-server-with-joomla-2-5/</link>
		<comments>http://www.cyprich.com/2012/01/25/how-to-use-microsoft-sql-server-with-joomla-2-5/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 20:35:28 +0000</pubDate>
		<dc:creator>Johan Cyprich</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Joomla 2.5 has just been released, and it finally supports databases other than MySQL! You can now use Microsoft SQL Server (including the express versions) with Joomla. Many web developers will probably be using MS SQL Server Express for developing sites on their local machine. The following steps show you how to setup and install [...]]]></description>
			<content:encoded><![CDATA[<p>Joomla 2.5 has just been released, and it finally supports databases other than MySQL! You can now use Microsoft SQL Server (including the express versions) with Joomla. Many web developers will probably be using MS SQL Server Express for developing sites on their local machine.</p>
<p><table align="right">
<tr>
<td>
<script type="text/javascript"><!--
google_ad_client = "pub-2737139081127841";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text_image";
//2006-12-05: www.cyprich.com
google_ad_channel = "2715439300";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table></p>
<p>The following steps show you how to setup and install Joomla 2.5 with MSSQL.</p>
<p><strong>Install the PHP Drivers for SQL Server</strong></p>
<p>The <a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=20098" target="_blank">Microsoft Drivers for PHP for SQL Server</a> driver is needed to connect to SQL Server with PHP. These drivers also provide support for PDO. When you run the setup program, a good place to install the DLLs are in the ext folder in the PHP installation (i.e. C:\Program Files\PHP\ext).</p>
<p><strong>Modify php.ini to Use MSSQL</strong></p>
<p>The PHP configuration file needs to be modified to use the new MSSQL DLL. Add the following code at the end of the .ini file:</p>
<p><span style="font-family: Courier New; font-size: x-small;">[PHP_MSSQL]<br />
extension=php_sqlsrv_53_ts_vc9.dll<br />
extension=php_pdo_sqlsrv_53_ts_vc9.dll</span></p>
<p>The first line is all you need, unless you use PDO which the second line adds support for.</p>
<p><strong>Install Joomla 2.5</strong></p>
<p>Copy Joomla to a folder where you web site will host it and setup IIS to point to it. You still need to manually create a database with SQL Server Management Studio.</p>
<p>Once this is done, run the Joomla installation program. Follow the normal installation routine until you reach the Database Configuration page. When you select the Database Type, you will have the option of Sqlsrv for MSSQL on your server, or Sqlazure for SQL Azure for cloud-based Joomla (see image below).</p>
<p><img style="display: inline; border-width: 0px;" title="Joomla 2.5.0 Database Configuration" src="http://www.cyprich.com/images/2012/HowToUseMicrosoftSQLServerwithJoomla2.5_B135/image.png" border="0" alt="Joomla 2.5.0 Database Configuration" width="500" height="305" /></p>
<p>After these are setup correctly, the rest of the Joomla installation proceeds normally.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyprich.com/2012/01/25/how-to-use-microsoft-sql-server-with-joomla-2-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Associating .scr with Screen Saver File Type</title>
		<link>http://www.cyprich.com/2011/12/30/associating-scr-with-screen-saver-file-type/</link>
		<comments>http://www.cyprich.com/2011/12/30/associating-scr-with-screen-saver-file-type/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 10:12:41 +0000</pubDate>
		<dc:creator>Johan Cyprich</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When I installed AutoCAD 2012, it changed the file type of .scr to AutoCAD Script. This made it difficult to write screen savers because I wasn’t able to run them anymore after they were compiled. Restoring the file association isn’t very difficult. One solution is to run assoc .scr=scrfile in the command shell. If this [...]]]></description>
			<content:encoded><![CDATA[<p>When I installed AutoCAD 2012, it changed the file type of .scr to AutoCAD Script. This made it difficult to write screen savers because I wasn’t able to run them anymore after they were compiled.</p>
<p> <table align="right">
<tr>
<td>
<script type="text/javascript"><!--
google_ad_client = "pub-2737139081127841";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text_image";
//2006-12-05: www.cyprich.com
google_ad_channel = "2715439300";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table>
<p>Restoring the file association isn’t very difficult. One solution is to run <strong>assoc .scr=scrfile</strong> in the command shell. If this doesn’t work, open Windows Explorer and follow these steps:</p>
<ol>
<li>Open the Tools menu and select Folder Options. </li>
<li>Select the File Types tab. </li>
<li>Press the New button. </li>
<li>Enter <strong>scr</strong> in the File Extension text box. </li>
<li>Press the Advanced button. </li>
<li>Select <strong>Screen Saver</strong> in the Associated File Type. </li>
<li>Press OK and allow the change to a new file type. </li>
</ol>
<p>Now when you run an .scr file, it displays the screen saver.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyprich.com/2011/12/30/associating-scr-with-screen-saver-file-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP is Free with Windows 7</title>
		<link>http://www.cyprich.com/2011/11/28/windows-xp-is-free-with-windows-7/</link>
		<comments>http://www.cyprich.com/2011/11/28/windows-xp-is-free-with-windows-7/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 17:25:20 +0000</pubDate>
		<dc:creator>Johan Cyprich</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.cyprich.com/?p=875</guid>
		<description><![CDATA[Upgrades to a new operating system almost always causes compatibility problems with older applications that you were using. One way to get around this is to install the previous operating system in a virtual machine so that you can continue using the old apps on any system that can run the VM. One of the [...]]]></description>
			<content:encoded><![CDATA[<p>Upgrades to a new operating system almost always causes compatibility problems with older applications that you were using. One way to get around this is to install the previous operating system in a virtual machine so that you can continue using the old apps on <em>any</em> system that can run the VM.<!--adsense--></p>
<p>One of the best kept secrets is that Windows 7 comes with a free Window XP virtual machine. It&#8217;s not available on the installation DVD. You need to download three components from Microsoft to install it:</p>
<ol>
<li>Windows XP Mode</li>
<li>Windows Virtual PC</li>
<li>Windows XP Mode Update</li>
</ol>
<p>You can find these files on the <a href="http://www.microsoft.com/windows/virtual-pc/download.aspx">Download Windows XP Mode</a> page and the total download size for all of this is around 483 MB.</p>
<p>Once installed, you have a licensed version of Windows XP that can run all of your old applications. Keep in mind that you should also install a virus scanner (i.e. <a href="http://windows.microsoft.com/en-US/windows/products/security-essentials">Microsoft Security Essentials)</a> even if your Windows 7 system is already running one, but a firewall isn&#8217;t necessary if Windows 7 has one installed.</p>
<p>After installing XP mode, run Windows Update to install the latest patches for optimal security (this will take about 2-3 hours). Something to consider is backing up your virtual machine after you set it up. This is in case something goes wrong in the future with Windows XP and you have to reinstall it. If its backed up, you can just copy the VM files and your back to where you saved it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyprich.com/2011/11/28/windows-xp-is-free-with-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Bypass Activation on Palm Pre 2</title>
		<link>http://www.cyprich.com/2011/08/11/how-to-bypass-activation-on-palm-pre-2/</link>
		<comments>http://www.cyprich.com/2011/08/11/how-to-bypass-activation-on-palm-pre-2/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 18:00:00 +0000</pubDate>
		<dc:creator>Johan Cyprich</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[bypass activation]]></category>
		<category><![CDATA[cdma]]></category>
		<category><![CDATA[devmode]]></category>
		<category><![CDATA[fido]]></category>
		<category><![CDATA[gsm]]></category>
		<category><![CDATA[palm pre 2]]></category>
		<category><![CDATA[rogers]]></category>

		<guid isPermaLink="false">http://www.cyprich.com/2011/08/11/how-to-bypass-activation-on-palm-pre-2/</guid>
		<description><![CDATA[HP send me a Palm Pre 2 through a developer promotion they had not too long ago, and I had a very difficult time trying to get started using it. The problem occurs when the phone starts for the first time and you need to create an account on it with HP. I couldn’t connect [...]]]></description>
			<content:encoded><![CDATA[<p>HP send me a Palm Pre 2 through a developer promotion they had not too long ago, and I had a very difficult time trying to get started using it. The problem occurs when the phone starts for the first time and you need to create an account on it with HP. I couldn’t connect to the internet with this unlocked phone. I contacted Fido (my cell phone provider) and also Rogers (they own Fido) and neither was able to get the phone connected to their network. This cost me $35 at Best Buy in purchasing a SIM card for Rogers.</p>
<p><!--adsense--></p>
<p>I gave up for a while and then resumed my search for a solution later. This is one very effective method of solving problems: put it aside for some time and come back to it again with a fresh perspective. I’ve solved many IT related issues this way.</p>
<p>I found a post from unwiredben on the Palm developer forum who gave <a href="https://developer.palm.com/distribution/viewtopic.php?f=91&amp;t=10495&amp;start=0" target="_blank">instructions</a> on how to bypass the activation screen. On the first use of the phone, press the “make emergency call” button and erase the 911 number already there. Then type the keys that correspond to #*DEVMODE# (for GSM networks like Fido/Rogers) or ##DEVMODE# (for CDMA networks).</p>
<p>The phone will then function normally on your network.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyprich.com/2011/08/11/how-to-bypass-activation-on-palm-pre-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix: &#8220;The name &#8216;HttpUtility&#8217; does not exist in the current context&#8221;</title>
		<link>http://www.cyprich.com/2011/06/30/how-to-fix-the-name-httputility-does-not-exist-in-the-current-context/</link>
		<comments>http://www.cyprich.com/2011/06/30/how-to-fix-the-name-httputility-does-not-exist-in-the-current-context/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 19:52:16 +0000</pubDate>
		<dc:creator>Johan Cyprich</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The HttpUtility class is a part of System.Web in Visual Studio and should be available in .NET 4.0. If you include this library in your application and an error is being generated, check the properties of the project. In the Application tab, the Target framework should not be a Client Profile, but the full framework, [...]]]></description>
			<content:encoded><![CDATA[<p>The HttpUtility class is a part of System.Web in Visual Studio and should be available in .NET 4.0. If you include this library in your application and an error is being generated, check the properties of the project. In the Application tab, the Target framework should not be a Client Profile, but the full framework, i.e. .NET Framework 4 (see image below).</p>
<p> <!--adsense-->
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Setting Target Framework in project properties." border="0" alt="Setting Target Framework in project properties." src="http://www.cyprich.com/images/2011/HowtoFixThenameHttpUtilitydoesnotexistin_A1E1/image.png" width="397" height="172" /> </p>
<p>If this doesn’t fix the error, then add System.Web as a reference to your project (see image below).</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Adding System.Web to references." border="0" alt="Adding System.Web to references." src="http://www.cyprich.com/images/2011/HowtoFixThenameHttpUtilitydoesnotexistin_A1E1/image_3.png" width="231" height="144" /> </p>
</p>
<p>The error should be corrected after these changes are applied.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyprich.com/2011/06/30/how-to-fix-the-name-httputility-does-not-exist-in-the-current-context/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Rotate Your Screen Display</title>
		<link>http://www.cyprich.com/2011/06/24/how-to-rotate-your-screen-display/</link>
		<comments>http://www.cyprich.com/2011/06/24/how-to-rotate-your-screen-display/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 16:58:19 +0000</pubDate>
		<dc:creator>Johan Cyprich</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Every once in a while, I see someone who accidentally rotates the display output on their monitor. Its typically upside down, but it could also be rotated to the left or right. There are no obvious key sequences in Windows that can do this and it would have the average person contacting their IT department [...]]]></description>
			<content:encoded><![CDATA[<p>Every once in a while, I see someone who accidentally rotates the display output on their monitor. Its typically upside down, but it could also be rotated to the left or right. There are no obvious key sequences in Windows that can do this and it would have the average person contacting their IT department or local computer expert for help.</p>
<p> <!--adsense-->
<p>Why would there be a feature in Windows for rotating the display? Many wide screen monitors can be rotated to a portrait position instead of the default landscape one. When you do this, you need to rotate the screen display to match the new physical position. This is typically done through your computer and not from the monitor’s controls.</p>
<p>Rotating the screen is very easy. Press and hold both the Ctrl and Alt keys, then while still holding them, press an arrow key. The left/right keys will rotate in those directions, the up key will rotate the screen 180 degrees, and the down arrow will restore the screen to the original landscape reading position.</p>
<p>Rotating a screen can a fun way to annoy co-workers, but you need to keep in mind that when you change the screen orientation, all of the desktop icons are reset and it make time to place them back to where they were originally located.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyprich.com/2011/06/24/how-to-rotate-your-screen-display/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Edit an Outlook 2010 E-mail</title>
		<link>http://www.cyprich.com/2011/06/13/how-to-edit-an-outlook-2010-e-mail/</link>
		<comments>http://www.cyprich.com/2011/06/13/how-to-edit-an-outlook-2010-e-mail/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 16:26:54 +0000</pubDate>
		<dc:creator>Johan Cyprich</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Editing a received e-mail is useful if want to add notes to it and save it. Outlook 2010 changed the way that e-mails get edited from the 2003 version. The earlier version had pull down menus which had the edit function, but the latest version doesn’t have these menus and instead uses a ribbon bar [...]]]></description>
			<content:encoded><![CDATA[<p>Editing a received e-mail is useful if want to add notes to it and save it. Outlook 2010 changed the way that e-mails get edited from the 2003 version. The earlier version had pull down menus which had the edit function, but the latest version doesn’t have these menus and instead uses a ribbon bar for selecting options.</p>
<p><!--adsense--></p>
<p>To add notes to an e-mail, double click the message to open it in its own window. In the Message tab, open Actions in the Move section and the select Edit Message. Add your notes, and then save the e-mail (see image below).</p>
<p><img style="display: inline; border-width: 0px;" title="Editing an Outlook 2010 E-mail." src="http://www.cyprich.com/images/2011/HowtoEditanOutlook2010Email_803D/image_thumb.png" border="0" alt="Editing an Outlook 2010 E-mail." width="243" height="180" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyprich.com/2011/06/13/how-to-edit-an-outlook-2010-e-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Redirect a WordPress Page to a URL</title>
		<link>http://www.cyprich.com/2011/06/13/how-to-redirect-a-wordpress-page-to-a-url/</link>
		<comments>http://www.cyprich.com/2011/06/13/how-to-redirect-a-wordpress-page-to-a-url/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 10:57:27 +0000</pubDate>
		<dc:creator>Johan Cyprich</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A page in WordPress can be easily redirected to a URL without using a plugn. It just requires a little knowledge of HTML. In the Title of the page, add &#60;a href …&#62; code which points to the URL that you want to display. On my blog, I created a Forums page which has the [...]]]></description>
			<content:encoded><![CDATA[<p>A page in WordPress can be easily redirected to a URL without using a plugn. It just requires a little knowledge of HTML. In the Title of the page, add &lt;a href …&gt; code which points to the URL that you want to display.</p>
<p><!--adsense--></p>
<p>On my blog, I created a Forums page which has the following code in the Title:</p>
<p>&lt;a href=”http://forums.cyprich.com”&gt;<span style="color: #ff8080;"><strong>Forums</strong></span>&lt;/a&gt;</p>
<p>Forums is the actual page title that will appear on the blog (see image below).</p>
<p><img style="display: inline; border-width: 0px;" title="Redirecting a WordPress Page to a URL." src="http://www.cyprich.com/images/2011/HowtoRedirectaWordPressPagetoaURL_37A2/image.png" border="0" alt="Redirecting a WordPress Page to a URL." width="510" height="122" /></p>
<p>This is not an approved method of redirecting URL’s with WordPress and it may not work with all themes. You can include target=”_blank” if you want to open the page in a new window instead of overwriting the current window.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyprich.com/2011/06/13/how-to-redirect-a-wordpress-page-to-a-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 Build Error: Unable to find manifest signing certificate in the certificate store</title>
		<link>http://www.cyprich.com/2011/06/09/visual-studio-2010-build-error-unable-to-find-manifest-signing-certificate-in-the-certificate-store/</link>
		<comments>http://www.cyprich.com/2011/06/09/visual-studio-2010-build-error-unable-to-find-manifest-signing-certificate-in-the-certificate-store/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 18:24:13 +0000</pubDate>
		<dc:creator>Johan Cyprich</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This error can appear during a project build in Visual Studio if you decide to create a stand alone installer when the project was initially set to use ClickOnce technology. The error message can occur when the signing certificate (.pfx) is deleted or the project is moved to another computer. To prevent this message from [...]]]></description>
			<content:encoded><![CDATA[<p>This error can appear during a project build in Visual Studio if you decide to create a stand alone installer when the project was initially set to use ClickOnce technology. The error message can occur when the signing certificate (.pfx) is deleted or the project is moved to another computer.</p>
<p><!--adsense--></p>
<p>To prevent this message from displaying, right click on the project and select Properties. Click on the Signing tab and you will see the <em>Sign the ClickOnce manifests</em> checkbox selected. Remove the check here and then you can re-build the project without errors.</p>
<p><img style="display: inline; border-width: 0px;" title="Turning off ClickOnce for a Visual Studio project." src="http://www.cyprich.com/images/2011/VisualStudio2010BuildErrorUnabletofindma_9C22/image.png" border="0" alt="Turning off ClickOnce for a Visual Studio project." width="515" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyprich.com/2011/06/09/visual-studio-2010-build-error-unable-to-find-manifest-signing-certificate-in-the-certificate-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A More Powerful Way to Administer Passwords (control userpasswords2)</title>
		<link>http://www.cyprich.com/2011/06/01/a-more-powerful-way-to-administer-passwords-control-userpasswords2/</link>
		<comments>http://www.cyprich.com/2011/06/01/a-more-powerful-way-to-administer-passwords-control-userpasswords2/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 20:31:02 +0000</pubDate>
		<dc:creator>Johan Cyprich</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Windows users typically modify their login accounts through the User Accounts or Computer Management apps in the Control Panel. This would typically be sufficient for performing the most common tasks, such as changing your password. I recently activated an Administrator account through a registry hack in Windows XP. This was done by adding Administrator as [...]]]></description>
			<content:encoded><![CDATA[<p>Windows users typically modify their login accounts through the User Accounts or Computer Management apps in the Control Panel. This would typically be sufficient for performing the most common tasks, such as changing your password.</p>
<p> <!--adsense-->
<p>I recently activated an Administrator account through a registry hack in Windows XP. This was done by adding Administrator as a dword and setting the value to 00000001 in <em>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList</em>. Administrator is then an option to login to Windows, along with the administrator account that you created when Windows was installed. There is no way to delete the old administrator account through the Control Panel options because its the default administrator account. In order to delete it, you need to use another app.</p>
<p>In the Start menu, select Run (or press WindowsKey R). Enter <em>control userpasswords2</em> in the Open text box, and press OK (see below).</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Starting control userpasswords2." border="0" alt="Starting control userpasswords2." src="http://www.cyprich.com/images/2011/AMorePowerfulWaytoAdministerPasswords_B8AF/image.png" width="347" height="186" /> </p>
<p>&#160;</p>
<p>The User Accounts dialog box will open. You can change any password by selecting the User Name and pressing the Reset Password button. Access level can be changed by pressing the Properties button. You have many more options here than in the Control Panel for setting the access level.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="The User Account main dialog box." border="0" alt="The User Account main dialog box." src="http://www.cyprich.com/images/2011/AMorePowerfulWaytoAdministerPasswords_B8AF/image_thumb.png" width="404" height="455" /> </p>
<p>&#160;</p>
<p>The advanced tabs offers the ability to set passwords for network shares by pressing Manage Passwords. This option can be done <a href="http://www.cyprich.com/2011/04/07/how-to-connect-to-a-windows-share-with-a-different-user/" target="_blank">manually</a> through the command line. The advanced options also gives you the ability to require users to press Ctrl-Alt-Delete to login to their account. This will increase the security of your computer because it will prevent a hacker on the outside from gaining login access to your machine.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="The Advanced tab in User Accounts." border="0" alt="The Advanced tab in User Accounts." src="http://www.cyprich.com/images/2011/AMorePowerfulWaytoAdministerPasswords_B8AF/image_thumb_3.png" width="404" height="455" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyprich.com/2011/06/01/a-more-powerful-way-to-administer-passwords-control-userpasswords2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

