<?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>Platinum Computer Solutions &#187; Tech Help FAQ</title>
	<atom:link href="http://www.platinumpc.com/archives/category/tech-help-faq/feed" rel="self" type="application/rss+xml" />
	<link>http://www.platinumpc.com</link>
	<description>Small Business Specialist!</description>
	<lastBuildDate>Tue, 20 Jul 2010 02:13:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tech Help FAQ</title>
		<link>http://www.platinumpc.com/archives/74</link>
		<comments>http://www.platinumpc.com/archives/74#comments</comments>
		<pubDate>Fri, 05 Feb 2010 00:21:27 +0000</pubDate>
		<dc:creator>John Northcutt</dc:creator>
				<category><![CDATA[Tech Help FAQ]]></category>
		<category><![CDATA[Backup Data]]></category>
		<category><![CDATA[Batch File]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Computer Repair]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.platinumpc.com/?p=74</guid>
		<description><![CDATA[Search FAQ AllGeneralOutlookWindowsBatch Files
GeneralCan power surges wreak havoc?Besides hardware damages that can be caused by power fluctuations, there are software damages that can occur when the electricity goes off suddenly. The typical problem is the loss of documents that you are working on when the power goes off. You should save your work frequently. Never [...]]]></description>
			<content:encoded><![CDATA[<p><div class="faq-search"><form method="post"><h3>Search FAQ</h3><p><input type="text" name="faq-search" id="faq-search" value="" /> <select name="faq-cat"><option value="0">All</value><option value="1">General</option><option value="2">Outlook</option><option value="3">Windows</option><option value="4">Batch Files</option></select><input type="submit" name="faq-search-btn" id="faq-search-btn" value="Search" /></p></form></div></p>
<p><h4 class="faq-header">General</h4><p class="faq-question"><a onclick="faq_showQuestion(3);" style="cursor: pointer;">Can power surges wreak havoc?</a></p><p class="faq-answer" id="faq-question-3" style="display: none;">Besides hardware damages that can be caused by power fluctuations, there are software damages that can occur when the electricity goes off suddenly. The typical problem is the loss of documents that you are working on when the power goes off. You should save your work frequently. Never be caught with an hours work lost because you did not save it. Saving your work every 10-15 minutes is good practice. Another perfect time to save your work is just after you have performed a task which you do not wish to recreate.
</p></p>
<p><h4 class="faq-header">Outlook</h4><p class="faq-question"><a onclick="faq_showQuestion(4);" style="cursor: pointer;">How can I remove message stuck in Outlook's outbox?</a></p><p class="faq-answer" id="faq-question-4" style="display: none;"><body>
It doesn&rsquo;t happen too often but when a message is stuck in
the Outbox it can be a real pain. Below you&rsquo;ll find three
methods to get the message out of the Outbox.<br>
<br>
Method 1<br>
<br>
Open the message from the Outbox and close it again. Now select the
message and press DELETE<br>
<br>
Method 2<br>
<br>
Put Outlook in offline mode. To do this go to File-&gt; Work
Offline. Now restart Outlook and see if you can delete it (you can try
this in combination with method 1). Don&rsquo;t forget to put
Outlook back On-line again.<br>
<br>
Method 3<br>
<br>
&nbsp;&nbsp; 1. Create a new pst-file; File-&gt;
New-&gt; Outlook Data File&hellip;<br>
&nbsp;&nbsp; 2. Set this pst-file as your default delivery
location in your Account settings; Tools-&gt; E-mail
Accounts-&gt; button Next<br>
&nbsp;&nbsp; 3. When you now restart Outlook your original
pst-file will show up as the secondary set of folders where should
easily be able to remove the file from or even the complete Outbox
folder<br>
&nbsp;&nbsp; 4. Set the original pst-file as the default
delivery location again and restart Outlook; the Outbox folder will be
recreated and will be empty.<br>
<br>
Method 4<br>
<br>
Use the Microsoft MDBVU32.EXE tool to forcefully clear the Outbox. The
instructions for this are the same for when removing a stuck read
receipt but instead of choosing &ldquo;MDB-&gt; Open Root
Folder&rdquo; choose &ldquo;MDB-&gt; Open IPM
Outbox&rdquo;.
</body>
</p><p class="faq-question"><a onclick="faq_showQuestion(1);" style="cursor: pointer;">Outlook 2007 Shared Calendars disappears. How can I fix it?</a></p><p class="faq-answer" id="faq-question-1" style="display: none;">Start-> Run; outlook.exe /resetnavpane
</p></p>
<p><h4 class="faq-header">Windows</h4></p>
<p><h4 class="faq-header">Batch Files</h4><p class="faq-question"><a onclick="faq_showQuestion(2);" style="cursor: pointer;">What is a good Windows Server Logon script?</a></p><p class="faq-answer" id="faq-question-2" style="display: none;"><body>
@ECHO OFF <br>
<br>
<br>
echo. <br>
echo. <br>
echo&nbsp;&nbsp; Welcome %USERNAME% to Platinum Computer
Solutions!!!<br>
echo&nbsp;&nbsp; Main Office information system network. <br>
echo. <br>
echo. <br>
Rem Logon script <br>
<br>
<br>
REM Drive Mappings********************** <br>
echo J: drive mapped to the Data Directory<br>
NET USE J: \\thor\DATA /yes <br>
<br>
echo P: drive mapped to the Public Directory<br>
NET USE P: \\thor\PUBLIC /yes<br>
<br>
echo S: drive mapped to the User Directory<br>
NET USE S: \\thor\PROFILES\%USERNAME%<br>
<br>
echo U: drive mapped to the Utility Directory<br>
NET USE U: \\thor\Util /yes<br>
<br>
NET TIME \\thor /SET /YES&nbsp;
</body>
</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.platinumpc.com/archives/74/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
