<?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>Otak Atik [dot] Com &#187; clipboard</title>
	<atom:link href="http://www.otakatik.com/tag/clipboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.otakatik.com</link>
	<description>Empowering Computer</description>
	<lastBuildDate>Wed, 25 Jan 2012 09:06:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Empty Clipboard Content Faster</title>
		<link>http://www.otakatik.com/empty-clipboard-content-faster/</link>
		<comments>http://www.otakatik.com/empty-clipboard-content-faster/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 02:24:37 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[clipboard]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=141</guid>
		<description><![CDATA[Every time you’re copying an object using Ctrl + C keys or Edit – Copy menu, that object will copy to clipboard first. And if you paste it into your destination document, you object is still in clipboard. And if your object is confidential, the other user can to look your copied object. They are [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0158/logo.jpg" alt="" align="left" />Every time you’re copying an object using <strong>Ctrl + C</strong> keys or Edit – Copy menu, that object will copy to clipboard first. And if you paste it into your destination document, you object is still in clipboard. And if your object is confidential, the other user can to look your copied object. They are just pressing the <strong>Ctrl + </strong>V keys or through <strong>Edit – Paste</strong> menu and your object is exposed.<span id="more-141"></span></p>
<p>Actually you can wipe it through Clipboard Viewer program; you need to open it by type clipbrd in Run box and then click <strong>Edit – Delete</strong> menu. But I suggest to use this shorten way to delete your copied object.</p>
<p>We’ll using Windows Scripting to do that.</p>
<ol>
<li> Open Notepad by click <strong>Start</strong> –&gt; <strong>Run</strong> menu, enter <code>notepad</code> in box and then press <strong>Enter</strong>.<br />
<img title="Open Notepad" src="http://www.otakatik.com/wp-content/uploads/general/start-run-notepad.jpg" alt="Open Notepad" /></li>
<li> Type this script in notepad:
<pre lang="VB" line="1">Set my_obj = CreateObject(“InternetExplorer.Application”)
my_obj.Navigate(about:blank”)
my_obj.Document.ParentWindow.ClipboardData.SetData “text”, “”
my_obj.Quit</pre>
<p><img title="Write the script" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0158/script_write_1.jpg" alt="Write the script" /></li>
<li>Save the script with file name: <strong>empty_clipboard.vbs</strong> (you can give it with your own name but keep the vbs extenstion) on your favorite folder. And don’t forget to change the <strong>Save as type</strong> combo box value to <strong>All Files</strong> and then click <strong>Save</strong> button.<br />
<img title="Save the script" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0158/save_script_2.jpg" alt="Save the script" /></li>
<li>Then <strong>empty_clipboard.vbs</strong> is created, find it on your chosen location.<br />
<img title="Saved the script" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0158/vbs_icon_3.jpg" alt="Saved the script" /></li>
<li>Now, we’ll test this script. Copy an object; open the Clipboard Viewer application with the way that I write above. If you copied it properly, you will see your object on Clipboard Viewer.<br />
<img title="Test the script" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0158/test_4.jpg" alt="Test the script" /></li>
<li>Double click <strong>empty_clipboard.vbs</strong> icon and then wait for a moment until your cursor be normal.</li>
<li>Then switch to Clipboard Viewer again, and there has been emptied.<br />
<img title="Result" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0158/result_5.jpg" alt="Result" /></li>
</ol>
<p>You can also look my other article about <strong>Clipboard Viewer</strong> in <a href="http://www.otakatik.com/6-great-hidden-applications-inside-windows-xp/">this article</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/empty-clipboard-content-faster/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>6 Great &#8216;Hidden&#8217; Applications Inside Windows XP</title>
		<link>http://www.otakatik.com/6-great-hidden-applications-inside-windows-xp/</link>
		<comments>http://www.otakatik.com/6-great-hidden-applications-inside-windows-xp/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 15:34:57 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[iexpress]]></category>
		<category><![CDATA[media player]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/6-great-hidden-applications-inside-windows-xp/</guid>
		<description><![CDATA[OK, this time I want to share my experiment results after exploring my system32 folder that located inside Windows folder. And I had found 6 great (I call it &#8220;great&#8221; because those 6 softwares have great functions and I hope you agree with me and why I call it &#8220;hidden&#8221; because Windows XP doesn&#8217;t put [...]]]></description>
			<content:encoded><![CDATA[<p><img title="Logo" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/logo.jpg" alt="Logo" /><br />
OK, this time I want to share my experiment results after exploring my <strong>system32 </strong>folder that located inside Windows folder. And I had found 6 great (I call it &#8220;great&#8221; because those 6 softwares have great functions and I hope you agree with me <img src='http://www.otakatik.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  and why I call it &#8220;hidden&#8221; because Windows XP doesn&#8217;t put the shortcuts in Start Menu so there are not many people to know about those softwares). OK, I will share it for you&#8230;<br />
<span id="more-30"></span><br />
And here are my chosen software lists and maybe these list are old softwares but if you use them you&#8217;ll get better respond or benefits.<br />
<strong> 1. Windows Media Player 6.4</strong><br />
Yup, this is a old player maybe you&#8217;re using it on Windows 2000 but I think you&#8217;ll get better speed with it but with the old &#8216;cloth&#8217;, you know it&#8230;. if you&#8217;re a person that priority the function you may choose it, you can open it with click <strong>Start &#8211; Run</strong> menu and type <code>mplayer2</code> in textbox<br />
<img title="Start Run menu" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/st_run_mplayer2_1.jpg" alt="Start Run menu" /></p>
<p>and Windows Media Player will opened (figure-2).<br />
<img title="Windows Media Player" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/mplayer_2.jpg" alt="Windows Media Player" /></p>
<p>Yes, I know maybe you think why doesn&#8217;t using the Windows Media Player 11? On several computers, Windows Media Player 11 run too slow and of course if you choose to run Windows Media Player 6.4 you will get better speed.</p>
<p><strong>2. Winchat</strong><br />
You can open it through <strong>Start &#8211; Run</strong> menu and type <code>winchat</code> in textbox<br />
<img title="Start Run - Winchat" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/st_run_winchat_3.jpg" alt="Start Run - Winchat" /></p>
<p>and then Winchat will opened with its simple form.<br />
<img title="Winchat" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/winchat_4.jpg" alt="Winchat" /></p>
<p>You can use Winchat likes winpopup. So, if you search &#8220;winpopup looking&#8221; software on Windows XP, use Winchat. To connect to other computer just click <strong>Dial </strong>button on toolbar and just choose or type the computer name.<br />
<img title="Winchat Dial" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/winchat2_5.jpg" alt="Winchat Dial" /></p>
<p>And don&#8217;t forget to check the <strong>Network DDE and Network DDE DSDM</strong> in Windows Services first, if those services is in stop status, just start it (Start Network DDE DSDM first then Network DDE). I had been wrote an article about how to start and stop the Windows Service too, then make sure that your friend&#8217;s computer has open Winchat too.</p>
<p><strong> 3. Netmeeting</strong><br />
If Winchat works on local area network only, Netmeeting works on internet connection. To open it just clicks <strong>Start &#8211; Run</strong> menu and then type <code>conf</code> in textbox.<br />
<img title="Start Run - Netmeeting" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/st_run_netmeeting_6.jpg" alt="Start Run - Netmeeting" /></p>
<p>If you&#8217;re run it for the first time, you will asked to set the configuration (figure7 &#8211; figure15)<br />
<img title="Netmeeting" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/netmeeting_7.jpg" alt="Netmeeting" /><br />
<img title="Netmeeting" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/netmeeting_8.jpg" alt="Netmeeting" /><br />
<img title="Netmeeting" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/netmeeting_9.jpg" alt="Netmeeting" /><br />
<img title="Netmeeting" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/netmeeting_10.jpg" alt="Netmeeting" /><br />
<img title="Netmeeting" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/netmeeting_11.jpg" alt="Netmeeting" /><br />
<img title="Netmeeting" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/netmeeting_12.jpg" alt="Netmeeting" /><br />
<img title="Netmeeting" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/netmeeting_13.jpg" alt="Netmeeting" /><br />
<img title="Netmeeting" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/netmeeting_14.jpg" alt="Netmeeting" /><br />
<img title="Netmeeting" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/netmeeting_15.jpg" alt="Netmeeting" /></p>
<p>after you set it then Netmeeting will opened.<br />
<img title="Netmeeting" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/netmeeting_16.jpg" alt="Netmeeting" /></p>
<p>And if you want to connect it to other client/computer click Dial button and Find someone window will show up and you just choose the user that listed there.<br />
<img title="Netmeeting" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/netmeeting_17.jpg" alt="Netmeeting" /></p>
<p><strong>4. Private Character Editor</strong><br />
If you want to make your own character you can use this software. To open it just click <strong>Start &#8211; Run menu</strong> and then type <code>eudcedit</code> then click <strong>OK</strong> button,<br />
<img title="Private Character Editor" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/st-run-eudcedit_18.jpg" alt="Private Character Editor" /></p>
<p>and Private Character Editor window will opened,<br />
<img title="Private Character Editor" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/pce_19.jpg" alt="Private Character Editor" /></p>
<p>and if you want learn more about this software, <a href="http://www.otakatik.com/make-your-own-private-character/">check this my article</a>.</p>
<p><strong>5. IExpress</strong><br />
This a compression tool software that made by Microsoft, you can create cabinet files with it, to open it click <strong>Start &#8211; Run</strong> menu and then type <code>iexpress</code> then click <strong>OK </strong>button<br />
<img title="Start Run IExpress" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/st_run_iexpress_20.jpg" alt="Start Run IExpress" /></p>
<p>and IExpress software will opened and if you want to learn more this software, click here.<br />
<img title="IExpress" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/iexpress_21.jpg" alt="IExpress" /></p>
<p><strong> 6. Clipbook Viewer</strong><br />
This software will helps you to view the contain of your clipboard, to open this software you can click <strong>Start &#8211; Run</strong> menu and then type <code>clipbrd </code>then click <strong>OK </strong>button.<br />
<img title="Clipbook Viewer" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/st_run_clipbrd_22.jpg" alt="Clipbook Viewer" /></p>
<p>If you has copy something before, you will see the text that copied to clipboard at this software.<br />
<img title="Clipbook Viewer" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/clip_board_23.jpg" alt="Clipbook Viewer" /></p>
<p>But if you get Clipbook Viewer is empty, try to copy a single file to test it (press Ctrl-C key to copy it).<br />
<img title="Clipbook Viewer" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/copy_file_24.jpg" alt="Clipbook Viewer" /></p>
<p>With Clipbook Viewer you can manage the clipboard contain, such as to delete contains of clipboard.<br />
<img title="Clipbook Viewer" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0084/clip_edit_del_25.jpg" alt="Clipbook Viewer" /></p>
<p>Hopefully, this article can help you&#8230;<br />
<em>(article no:0084)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/6-great-hidden-applications-inside-windows-xp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

