<?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>Welcome to my support blog &#187; HTML Code , tips or suggestions</title>
	<atom:link href="http://tech-support-forum.com/category/html-code-tips-or-suggestions/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech-support-forum.com</link>
	<description>Support issues, tips, suggestions, personal reviews on hardware or software</description>
	<lastBuildDate>Sat, 24 Jul 2010 00:20:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Office Communicator 2005 not starting up</title>
		<link>http://tech-support-forum.com/office-communicator-2005-not-starting-up/</link>
		<comments>http://tech-support-forum.com/office-communicator-2005-not-starting-up/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 20:10:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Code , tips or suggestions]]></category>
		<category><![CDATA[Technical-Computer-related to troubleshooting]]></category>

		<guid isPermaLink="false">http://tech-support-forum.com/?p=151</guid>
		<description><![CDATA[I had some issues with this, although some issues may be related to a patch that recently installed the hotfix is here. Run it from a dos command prompt. http://support.microsoft.com/kb/974571 patch that installed end of October. hotfix: http://go.microsoft.com/fwlink/?LinkId=168248 After this is done, if still nothing happens after reinstalling communicator then try these steps. 1. Log [...]]]></description>
			<content:encoded><![CDATA[<div align="left" style="float:left;padding:0px 5px 5px 0px;"><a name="fb_share" type="icon" share_url="http://tech-support-forum.com/office-communicator-2005-not-starting-up/"></a></div><p>I had some issues with this, although some issues may be related to a patch that recently installed the hotfix is here. Run it from a dos command prompt.</p>
<p>http://support.microsoft.com/kb/974571 patch that installed end of October.</p>
<p>hotfix: http://go.microsoft.com/fwlink/?LinkId=168248</p>
<!-- AdSense Now! V1.80 -->
<!-- Post[count: 2] -->
<div class="adsense adsense-midtext" style="float:left;margin: 12px;"><script type="text/javascript"><!--
google_ad_client = "pub-6399743368567753";
/* 300x250, created 10/16/09 */
google_ad_slot = "0514982564";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>After this is done, if still nothing happens after reinstalling communicator then try these steps.</p>
<p>1. Log into the computer as an administrator.<br />
2. Right-click on the My Computer icon and select Manage.<br />
3. In the left column, expand Services and Applications and click on Services.<br />
4. In the right pane, locate the following services:<br />
COM+ Event System<br />
COM+ System Application<br />
Remote Procedure Call (RPC)<br />
Remote Procedure Call (RPC) Locator<br />
5. Double-click on the service to bring up the properties and set each one of<br />
the services to Automatic. Make sure they are all started.<br />
6. While the properties are up, click on the Log On tab and make sure that each<br />
of these services have the options, “Local System account” and “Allow<br />
service to interact with Desktop” checked.<br />
7. Click on OK and reboot the computer.<br />
8.      When the computer comes back up, click on Start &gt; Run and type in &#8220;appwiz.cpl&#8221;.<br />
Then click on OK.</p>
<p>This worked on about eight out of ten desktops. Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://tech-support-forum.com/office-communicator-2005-not-starting-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB Script to delete a folder</title>
		<link>http://tech-support-forum.com/vb-script-to-delete-a-folder/</link>
		<comments>http://tech-support-forum.com/vb-script-to-delete-a-folder/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 20:04:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Code , tips or suggestions]]></category>

		<guid isPermaLink="false">http://tech-support-forum.com/?p=47</guid>
		<description><![CDATA[I never thought I would be enjoying creating scripts but I find myself into playing around with scripts at times due to the nature of my job. Here is something I can share with anyone that needs a simple script that does the job It can either be launched locally or you can use a [...]]]></description>
			<content:encoded><![CDATA[<div align="left" style="float:left;padding:0px 5px 5px 0px;"><a name="fb_share" type="icon" share_url="http://tech-support-forum.com/vb-script-to-delete-a-folder/"></a></div><p>I never thought I would be enjoying creating scripts but I find myself into playing around with scripts at times due to the nature of my job. Here is something I can share with anyone that needs a simple script that does the job It can either be launched locally or you can use a command line function to launch it remotely. </p>
<p><strong>-Open a notepad window<br />
-Copy paste the code below<br />
-Replace the value in the code that corresponds to your need<br />
-Save file as .vbs<br />
-Done</strong></p>
<p>strComputer = &#8220;.&#8221;<br />
Set objWMIService = GetObject(&#8220;winmgmts:&#8221; _<br />
    &#038; &#8220;{impersonationLevel=impersonate}!\\&#8221; &#038; strComputer &#038; &#8220;\root\cimv2&#8243;)<br />
Set colFolders = objWMIService.ExecQuery _<br />
    (&#8220;Select * from Win32_Directory where Name = &#8216;c:\\replacethisvalue_with_yours&#8217;&#8221;)<br />
For Each objFolder in colFolders<br />
    errResults = objFolder.Delete<br />
    Wscript.Echo errResults<br />
Next</p>
]]></content:encoded>
			<wfw:commentRss>http://tech-support-forum.com/vb-script-to-delete-a-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
