<?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>Index of /andrejciho &#187; Windows</title>
	<atom:link href="http://www.andrejciho.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrejciho.com</link>
	<description>Personal blog of a webdeveloper</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:52:18 +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>Reimaging your computer with Partimage</title>
		<link>http://www.andrejciho.com/linux/reimaging-with-partimage/</link>
		<comments>http://www.andrejciho.com/linux/reimaging-with-partimage/#comments</comments>
		<pubDate>Fri, 02 Jun 2006 15:04:41 +0000</pubDate>
		<dc:creator>Andrej</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dev.ciho.net/posts/reimaging-with-partimage/</guid>
		<description><![CDATA[At your own risk, as always when tinkering with stuff]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.partimage.org">Partimage</a> is an Open Source software for capturing an image of a drive and restoring it later. It works with ext2/ext3, reiserfs, fat16/32, jfs, xfs, ufs, hpfs, hfs and <strong>ntfs</strong> file systems. You can create/restore images of hard drives, usb memory keys, floppy disks etc. So without further introduction, here&#8217;s how I prefer to use partimage:</p>
<p>I either boot from Knoppix live CD or into one of my Linux installs</p>
<p>Then I make sure that the partition I want to capture into an image file is NOT mounted and the partition where I want to save the image file IS mounted.</p>
<p>Then I open partimage by typing <em>partimage</em></p>
<p>In the top of the screen that comes up&#8230;</p>
<ul>
<li>I choose the partition to save/restore</li>
<li>In the &#8220;Image file to create/use&#8221; field I type in the path of the image file to create or use&#8221; e.g. /mnt/home/andrej/images/XPinstalled.gz</li>
<li>Then I select the action that I want to take &#8211; save or restore &#8211; and hit Next or F5.</li>
</ul>
<p>When saving an image, in the next screen&#8230;</p>
<ul>
<li>I select Gzip compression level</li>
<li>Tell it to split the image files into files whose size is 2037MB</li>
<li>Hit Next or F5</li>
</ul>
<p>When saving an image, in the next screen I sometimes enter description of what I&#8217;m capturing. When I&#8217;m restoring an image I just confirm the image file I&#8217;ve selected.</p>
<p>When I&#8217;m in a command-line mood, to save a partition I type<br />
<code>partimage -z1 -d save /dev/sda2 /mnt/home/andrej/images/XPinstalled.gz</code><br />
&#8230;and to restore it, I type<br />
<code>partimage restore /dev/sda2 /mnt/home/andrej/images/XPinstalled.gz</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrejciho.com/linux/reimaging-with-partimage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minimize to System Tray</title>
		<link>http://www.andrejciho.com/windows/minimize-to-tray/</link>
		<comments>http://www.andrejciho.com/windows/minimize-to-tray/#comments</comments>
		<pubDate>Thu, 04 May 2006 13:53:10 +0000</pubDate>
		<dc:creator>Andrej</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dev.ciho.net/posts/minimize-to-tray/</guid>
		<description><![CDATA[Small utility to let you minimize windows to tray (WinXP)]]></description>
			<content:encoded><![CDATA[<p>(Windows XP)</p>
<p>If you keep a lot of windows/programs open and your cluttered taskbar bothers you, there&#8217;s a utility that lets you minimize any open window to the System Tray (also called &#8220;Notification Area&#8221;). The name of the program is PowerMenu and it can be downloaded from <a href="http://www.veridicus.com/tummy/programming/powermenu/">http://www.veridicus.com/tummy/programming/powermenu/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrejciho.com/windows/minimize-to-tray/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disabling Windows Balloon tips</title>
		<link>http://www.andrejciho.com/windows/disabling-balloon-tips/</link>
		<comments>http://www.andrejciho.com/windows/disabling-balloon-tips/#comments</comments>
		<pubDate>Thu, 04 May 2006 13:24:00 +0000</pubDate>
		<dc:creator>Andrej</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dev.ciho.net/posts/disabling-balloon-tips/</guid>
		<description><![CDATA[(WinXP) Never show me a balloon tip again]]></description>
			<content:encoded><![CDATA[<p>Registry entry:<br />
<code>[HKEY_CURRENT_USER\Software\Microsoft\ Windows\CurrentVersion\Explorer\Advanced]<br />
"EnableBalloonTips"=dword:00000000</code><br />
NOTE: Some programs use the Balloon Tips to notify you about stuff, so disabling Balloon Tips may prevent them from doing so.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrejciho.com/windows/disabling-balloon-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free PDF maker</title>
		<link>http://www.andrejciho.com/windows/free-pdf-maker/</link>
		<comments>http://www.andrejciho.com/windows/free-pdf-maker/#comments</comments>
		<pubDate>Fri, 24 Mar 2006 01:22:10 +0000</pubDate>
		<dc:creator>Andrej</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dev.ciho.net/2006/03/free-pdf-maker/</guid>
		<description><![CDATA[I use it almost every day]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://sourceforge.net/projects/pdfcreator/">PDFCreateor</a> almost every day. It&#8217;s open source so no licensing hassles. How much better can it get? Well&#8230;. maybe if it could edit existing PDF&#8217;s&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrejciho.com/windows/free-pdf-maker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symbolic Links in Windows</title>
		<link>http://www.andrejciho.com/windows/symlinks-windows/</link>
		<comments>http://www.andrejciho.com/windows/symlinks-windows/#comments</comments>
		<pubDate>Fri, 24 Mar 2006 01:13:36 +0000</pubDate>
		<dc:creator>Andrej</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dev.ciho.net/2006/03/symlinks-windows/</guid>
		<description><![CDATA[Very cool.]]></description>
			<content:encoded><![CDATA[<p>Didn&#8217;t think it was possible? Me neither until I read <a href="http://shell-shocked.org/article.php?id=284">this article</a>. Now my Windows profile (documents, media, settings, etc.) is stored on a different partition than my operating system. So the if I ever have to reinstall my Windows, I can just re-symlink to my profile. Actually, I have it more automated than that but that&#8217;s for a later post.</p>
<p>They show several utilities in the article, the one I have the best experience can be downloaded from <a href="http://www.sysinternals.com/Utilities/Junction.html">Sysinternals</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrejciho.com/windows/symlinks-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting a CD iso</title>
		<link>http://www.andrejciho.com/linux/mount-iso/</link>
		<comments>http://www.andrejciho.com/linux/mount-iso/#comments</comments>
		<pubDate>Thu, 23 Mar 2006 16:01:13 +0000</pubDate>
		<dc:creator>Andrej</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dev.ciho.net/2006/03/mount-iso/</guid>
		<description><![CDATA[Read an ISO as if it was a CD in your drive]]></description>
			<content:encoded><![CDATA[<p><strong>In Linux</strong><br />
<code>mount -o loop -t iso9660 filename.iso /mnt/iso</code><br />
<strong>For Windows (XP)</strong>&#8230;</p>
<p>&#8230;you&#8217;ll need to download a tool that does this :) There&#8217;s an <a href="http://download.microsoft.com/download/7/b/6/7b6abd84-7841-4978-96f5-bd58df02efa2/winxpvirtualcdcontrolpanel_21.exe">unofficial one</a> from Microsoft that I&#8217;ve been using and it works well. Make sure you read the Readme file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrejciho.com/linux/mount-iso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Erasing last logon in Windows (XP)</title>
		<link>http://www.andrejciho.com/windows/erase-last-logon/</link>
		<comments>http://www.andrejciho.com/windows/erase-last-logon/#comments</comments>
		<pubDate>Tue, 21 Mar 2006 15:58:49 +0000</pubDate>
		<dc:creator>Andrej</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dev.ciho.net/?p=34</guid>
		<description><![CDATA[So that nobody knows you were in]]></description>
			<content:encoded><![CDATA[<p>Visit the following registry entry<br />
<code>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]</code><br />
and change the default user and default domain values.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrejciho.com/windows/erase-last-logon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent Windows&#8217; Picture and Fax Viewer from opening pictures</title>
		<link>http://www.andrejciho.com/windows/pic-fax-viewer/</link>
		<comments>http://www.andrejciho.com/windows/pic-fax-viewer/#comments</comments>
		<pubDate>Tue, 21 Mar 2006 15:56:11 +0000</pubDate>
		<dc:creator>Andrej</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dev.ciho.net/?p=33</guid>
		<description><![CDATA[Let's be honest, there are better picture viewers]]></description>
			<content:encoded><![CDATA[<p>Simple. Just remove the following key.<br />
<code>[HKEY_CLASSES_ROOT\SystemFileAssociations\image\ShellEx\<br />
ContextMenuHandlers\ShellImagePreview]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrejciho.com/windows/pic-fax-viewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS-Outlook &#8211; disable Ctrl-Enter sending emails</title>
		<link>http://www.andrejciho.com/windows/outlook-ctrl-enter/</link>
		<comments>http://www.andrejciho.com/windows/outlook-ctrl-enter/#comments</comments>
		<pubDate>Tue, 21 Mar 2006 13:54:59 +0000</pubDate>
		<dc:creator>Andrej</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dev.ciho.net/?p=32</guid>
		<description><![CDATA[I hate sending unfinished emails]]></description>
			<content:encoded><![CDATA[<p>A few times, I have accidentally sent an email before I was finished with it by pressing Ctrl-Enter. While I see the practicality of this shortcut, I decided to disable it. To do this, you have make the following registry change, just remember, you&#8217;re doing this at your own risk :-)</p>
<p>Create the following entry:<br />
<code>[HKEY_CURRENT_USER\Software\Policies\Microsoft\<br />
Office\11.0\Outlook\DisabledShortcutKeysCheckBoxes]<br />
"CtrlEnter"="13,8"</code><br />
And if you&#8217;re using MS Word as your default email editor, create this one too:<br />
<code>[HKEY_CURRENT_USER\Software\Policies\Microsoft\<br />
Office\11.0\Word\DisabledShortcutKeysCheckBoxes]<br />
"CtrlEnter"="13,8"</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrejciho.com/windows/outlook-ctrl-enter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

