<?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>IT Mamak &#187; Windows</title>
	<atom:link href="http://it.mamak.info/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://it.mamak.info</link>
	<description>Internet, Information Technology, Computer, Software, Blog, Gadget, Reviews, News etc.</description>
	<lastBuildDate>Sat, 09 Jan 2010 15:10:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DOS Command &#8211; How To Delete Windows Shared Folder Connection</title>
		<link>http://it.mamak.info/2009/07/dos-command-how-to-delete-windows-shared-folder-connection/</link>
		<comments>http://it.mamak.info/2009/07/dos-command-how-to-delete-windows-shared-folder-connection/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 11:37:07 +0000</pubDate>
		<dc:creator>iceman</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[dos command]]></category>
		<category><![CDATA[net use]]></category>
		<category><![CDATA[shared folder]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://it.mamak.info/?p=121</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-4915968312450457";
google_ad_slot = "5955380414";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>How to delete windows shared folder connection by using DOS command?</p>
<p>To view current windows shared folder connections.</p>
<blockquote><p><span style="text-decoration: underline;">Command:</span></p>
<p style="color: #ff0000;">net use</p>
</blockquote>
<blockquote><p><span style="text-decoration: underline;">Output:</span><br />
C:\Documents and Settings\user&gt;<span style="color: #0000ff;">net use</span></p>
<p>New connections will not be remembered.<br />
Status          Local         Remote                    Network</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
OK                         Z:                 \\sharedhostname\sharedfoldername\<br />
Microsoft Windows Network<br />
The command completed successfully.</p></blockquote>
<p>To delete CERTAIN windows shared folder connection.</p>
<blockquote><p>
<span style="text-decoration: underline;">Command:</span></p>
<p style="color: #ff0000;">net user z: /d</p>
</blockquote>
<p>Remark : where z: is the mapping drive letter.</p>
<p>To delete ALL windows shared folder connection.</p>
<blockquote><p>
<span style="text-decoration: underline;">Command:</span></p>
<p style="color: #ff0000;">net use * /d</p>
</blockquote>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4915968312450457";
google_ad_slot = "9715587130";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

	Tags: <a href="http://it.mamak.info/tag/connection/" title="connection" rel="tag">connection</a>, <a href="http://it.mamak.info/tag/dos-command/" title="dos command" rel="tag">dos command</a>, <a href="http://it.mamak.info/tag/net-use/" title="net use" rel="tag">net use</a>, <a href="http://it.mamak.info/tag/shared-folder/" title="shared folder" rel="tag">shared folder</a>, <a href="http://it.mamak.info/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://it.mamak.info/2008/11/the-rpc-server-is-unavailable/" title="The RPC server is unavailable (November 14, 2008)">The RPC server is unavailable</a> (1)</li>
	<li><a href="http://it.mamak.info/2008/07/printfolder-v13-utility-used-to-print-a-list-of-files/" title="PrintFolder v1.3 &#8211; Utility used to print a list of files (July 26, 2008)">PrintFolder v1.3 &#8211; Utility used to print a list of files</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://it.mamak.info/2009/07/dos-command-how-to-delete-windows-shared-folder-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The RPC server is unavailable</title>
		<link>http://it.mamak.info/2008/11/the-rpc-server-is-unavailable/</link>
		<comments>http://it.mamak.info/2008/11/the-rpc-server-is-unavailable/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 11:49:29 +0000</pubDate>
		<dc:creator>iceman</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[RPC]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[winxp]]></category>

		<guid isPermaLink="false">http://it.mamak.info/?p=55</guid>
		<description><![CDATA[


When I try to renew an IP address I get this message
C:\&#62;ipconfig /renew
Windows IP Configuration
An error occurred while renewing interface Local Area Connection : The RPC server is unavailable.
How can I solve this problem?
After googling I found that is caused by a file named iKernel.exe is missing.
This problem can be solved by just copy back [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-4915968312450457";
google_ad_slot = "6548710574";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>When I try to renew an IP address I get this message</p>
<blockquote><p>C:\&gt;ipconfig /renew</p>
<p>Windows IP Configuration</p>
<p><span style="color: #ff0000;">An error occurred while renewing interface Local Area Connection : The RPC server is unavailable.</span></p></blockquote>
<p>How can I solve this problem?</p>
<p>After googling I found that is caused by a file named iKernel.exe is missing.<br />
This problem can be solved by just copy back this execute file to the path.</p>
<blockquote><p><span style="text-decoration: underline;">Solution:</span><br />
1. <span style="color: #0000ff;">Copy</span> a <span style="color: #0000ff;">iKernel.exe</span> file from any computer and then paste to below location<br />
<span style="color: #0000ff;"> C:\Program Files\Common Files\InstallShield\Engine\6\Intel 32\</span><br />
2. <span style="color: #0000ff;">Reboot</span> your computer.<br />
3. Done.</p></blockquote>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4915968312450457";
google_ad_slot = "5955380414";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

	Tags: <a href="http://it.mamak.info/tag/error/" title="error" rel="tag">error</a>, <a href="http://it.mamak.info/tag/network/" title="network" rel="tag">network</a>, <a href="http://it.mamak.info/tag/rpc/" title="RPC" rel="tag">RPC</a>, <a href="http://it.mamak.info/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://it.mamak.info/tag/windows-xp/" title="windows xp" rel="tag">windows xp</a>, <a href="http://it.mamak.info/tag/winxp/" title="winxp" rel="tag">winxp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://it.mamak.info/2008/12/samba-idmap-fatal-error-uid-range-full/" title="Samba &#8211; idmap Fatal Error: UID range full!! (December 9, 2008)">Samba &#8211; idmap Fatal Error: UID range full!!</a> (0)</li>
	<li><a href="http://it.mamak.info/2008/07/printfolder-v13-utility-used-to-print-a-list-of-files/" title="PrintFolder v1.3 &#8211; Utility used to print a list of files (July 26, 2008)">PrintFolder v1.3 &#8211; Utility used to print a list of files</a> (0)</li>
	<li><a href="http://it.mamak.info/2009/07/dos-command-how-to-delete-windows-shared-folder-connection/" title="DOS Command &#8211; How To Delete Windows Shared Folder Connection (July 9, 2009)">DOS Command &#8211; How To Delete Windows Shared Folder Connection</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://it.mamak.info/2008/11/the-rpc-server-is-unavailable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PrintFolder v1.3 &#8211; Utility used to print a list of files</title>
		<link>http://it.mamak.info/2008/07/printfolder-v13-utility-used-to-print-a-list-of-files/</link>
		<comments>http://it.mamak.info/2008/07/printfolder-v13-utility-used-to-print-a-list-of-files/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 09:57:04 +0000</pubDate>
		<dc:creator>iceman</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[printfolder]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://it.mamak.info/?p=9</guid>
		<description><![CDATA[



Handy utility to print or save a list of files located in any folder. Right-click any folder in Windows Explorer and select &#8220;PrintFolder&#8221; in the popup menu.
== Software X-Files ==
Name: PrintFolder
Version: 1.3
Language: English
License: Free
Size: 547KB
Support OS: Windows 98/2000/XP/2003/Vista
Official Website: http://no-nonsense-software.com/
Download: Download 1




	Tags: printfolder, Utilities, Windows

	Related posts
	
	The RPC server is unavailable (1)
	DOS Command &#8211; How To [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-4915968312450457";
google_ad_slot = "6548710574";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p style="text-align: center;"><img class="size-full wp-image-10 aligncenter" title="PrintFolder v1.3" src="http://it.mamak.info/wp-content/uploads/2008/07/printfolder_v13.jpg" alt="PrintFolder v1.3" width="500" height="422" /></p>
<p>Handy utility to print or save a list of files located in any folder. Right-click any folder in Windows Explorer and select &#8220;PrintFolder&#8221; in the popup menu.</p>
<blockquote><p><strong>== Software X-Files ==</strong></p>
<p>Name: PrintFolder<br />
Version: 1.3<br />
Language: English<br />
License: Free<br />
Size: 547KB<br />
Support OS: Windows 98/2000/XP/2003/Vista<br />
Official Website: <a href="http://no-nonsense-software.com/" target="_blank">http://no-nonsense-software.com/</a><br />
Download: <a href="http://no-nonsense-software.com/cgi-bin/redirect/cgirdir.exe?printfolder">Download 1</a></p></blockquote>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4915968312450457";
google_ad_slot = "5955380414";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

	Tags: <a href="http://it.mamak.info/tag/printfolder/" title="printfolder" rel="tag">printfolder</a>, <a href="http://it.mamak.info/tag/utilities/" title="Utilities" rel="tag">Utilities</a>, <a href="http://it.mamak.info/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://it.mamak.info/2008/11/the-rpc-server-is-unavailable/" title="The RPC server is unavailable (November 14, 2008)">The RPC server is unavailable</a> (1)</li>
	<li><a href="http://it.mamak.info/2009/07/dos-command-how-to-delete-windows-shared-folder-connection/" title="DOS Command &#8211; How To Delete Windows Shared Folder Connection (July 9, 2009)">DOS Command &#8211; How To Delete Windows Shared Folder Connection</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://it.mamak.info/2008/07/printfolder-v13-utility-used-to-print-a-list-of-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
