<?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>Microsoft Windows &#8211; Henry Poon&#039;s Blog</title>
	<atom:link href="https://blog.henrypoon.com/blog/tag/microsoft-windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.henrypoon.com</link>
	<description></description>
	<lastBuildDate>Wed, 05 Oct 2022 02:08:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">83044199</site>	<item>
		<title>Running LINE Messenger in Ubuntu 14.04</title>
		<link>https://blog.henrypoon.com/blog/2015/02/09/running-line-messenger-in-ubuntu-14-04/</link>
					<comments>https://blog.henrypoon.com/blog/2015/02/09/running-line-messenger-in-ubuntu-14-04/#comments</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Mon, 09 Feb 2015 22:25:38 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[APT]]></category>
		<category><![CDATA[BackSlash Linux]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Chrome OS]]></category>
		<category><![CDATA[Computer architecture]]></category>
		<category><![CDATA[Computing platforms]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Extension]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Lie]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lubuntu]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[System software]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WINE]]></category>
		<guid isPermaLink="false">https://www.henrypoon.com/blog/?p=2039</guid>

					<description><![CDATA[LINE is a messaging program kind of like WhatsApp, but it has a desktop client. &#160;However, this desktop client only runs on Windows. &#160;On Linux, it has to run under Wine, which&#160;allows running Windows programs (some) inside the Linux environment. &#160;Caveat: sending stickers does not appear to work. UPDATE 7. JULY 2015: Since this post, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">LINE is a messaging program kind of like WhatsApp, but it has a desktop client. &nbsp;However, this desktop client only runs on Windows. &nbsp;On Linux, it has to run under <a href="https://www.winehq.org/" target="_blank" rel="noopener noreferrer">Wine</a>, which&nbsp;allows running Windows programs (some) inside the Linux environment. &nbsp;Caveat: sending stickers does not appear to work.</p>



<p class="wp-block-paragraph">UPDATE 7. JULY 2015: Since this post, my version of LINE has been updated to 4.0.3.367, and it looks like stickers work now!</p>



<p class="wp-block-paragraph"><span style="color: #ff0000;">UPDATE 31. JULY 2016: Looks like in July 2015, LINE released a Chrome app.  Users of Chrome can just use that extension instead of using this method:</span> <a href="https://chrome.google.com/webstore/detail/line/ophjlpahpchlmihnnnihgmmeilfjmjjc" target="_blank" rel="noreferrer noopener">Link</a></p>



<p class="wp-block-paragraph">Running LINE in Ubuntu 14.04</p>



<ol class="wp-block-list"><li>Install Wine</li></ol>



<pre class="wp-block-code"><code lang="bash" class="language-bash">sudo apt-get install wine</code></pre>



<ol class="wp-block-list" start="2"><li>Install VC++ 2008 Redistributable</li></ol>



<pre class="wp-block-code"><code lang="bash" class="language-bash">winetricks vcrun2008</code></pre>



<ol class="wp-block-list" start="3"><li>Download and install <a href="http://line.me/en-US/download" target="_blank" rel="noopener noreferrer">LINE</a> for Windows</li></ol>



<p class="wp-block-paragraph">Without installing the VC++ 2008 Redistributable, LINE would intermittently crash (even though it was able to start correctly). &nbsp;This worked on my Ubuntu 14.04 x64 system.</p>



<p class="wp-block-paragraph">LINE Version: 3.9.1.188<br>Wine Version: 1.6.2</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2015/02/09/running-line-messenger-in-ubuntu-14-04/feed/</wfw:commentRss>
			<slash:comments>26</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2039</post-id>	</item>
		<item>
		<title>What to do with a window that is trapped off the screen</title>
		<link>https://blog.henrypoon.com/blog/2013/04/24/what-to-do-with-a-window-that-is-trapped-off-the-screen/</link>
					<comments>https://blog.henrypoon.com/blog/2013/04/24/what-to-do-with-a-window-that-is-trapped-off-the-screen/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Wed, 24 Apr 2013 19:56:51 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Features new to Windows 8]]></category>
		<category><![CDATA[Graphical user interfaces]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Keyboard shortcut]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[RAR]]></category>
		<category><![CDATA[System software]]></category>
		<category><![CDATA[Taskbar]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[User interface techniques]]></category>
		<category><![CDATA[User interfaces]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows 95]]></category>
		<category><![CDATA[Windows key]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/what-to-do-with-a-window-that-is-trapped-off-the-screen</guid>

					<description><![CDATA[Because of my dual monitor setup, sometimes programs don&#8217;t really remember what screen appears on which screen and in very rare cases, the window shows up on neither screen. &#160;The following key commands should help fix that. Select the hidden screen (using the taskbar or some other method) Press &#8216;Alt+Space&#8217; (a window should pop up [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Because of my dual monitor setup, sometimes programs don&#8217;t really remember what screen appears on which screen and in very rare cases, the window shows up on neither screen. &nbsp;The following key commands should help fix that.</p>
<ol>
<li><span style="line-height:13px;">Select the hidden screen (using the taskbar or some other method)</span></li>
<li>Press &#8216;Alt+Space&#8217; (a window should pop up with a few options)</li>
<li>Press &#8216;M&#8217; to enable the move option</li>
<li>Use the arrow keys to bring the hidden window back into view</li>
</ol>
<p>It works like a charm!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2013/04/24/what-to-do-with-a-window-that-is-trapped-off-the-screen/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1598</post-id>	</item>
		<item>
		<title>Switching Microsoft Windows and Office to English</title>
		<link>https://blog.henrypoon.com/blog/2011/01/20/switching-microsoft-windows-and-office-to-english/</link>
					<comments>https://blog.henrypoon.com/blog/2011/01/20/switching-microsoft-windows-and-office-to-english/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Thu, 20 Jan 2011 18:40:36 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[Chan]]></category>
		<category><![CDATA[Click]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Computer architecture]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Graphical user interfaces]]></category>
		<category><![CDATA[Icon]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Start menu]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows Me]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/switching-microsoft-windows-and-office-to-english</guid>

					<description><![CDATA[At my workplace, all the computers are in German.&#160; I do not read German.&#160; I get by by remembering what buttons were where in the Windows version.&#160; Luckily, I managed to switch the language to English. Switching the Language for Windows To do this, go to the Control Panel and open the Regional and Language [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>At my workplace, all the computers are in German.&nbsp; I do not read German.&nbsp; I get by by remembering what buttons were where in the Windows version.&nbsp; Luckily, I managed to switch the language to English.</p>
<h1>Switching the Language for Windows</h1>
<p>To do this, go to the Control Panel and open the Regional and Language Options.&nbsp; This might be hard to do when Windows is in a different language so just look for the icon that has a globe on it.&nbsp; Depending on the version of Windows, switching the language may not be possible.&nbsp; And also, different versions of Windows put these buttons in different places within the Language Options.&nbsp; Click around the tabs, and there should be a drop down box for you to change the language.&nbsp; Once that’s done, restart the computer.</p>
<h1>Switching the Language for Office</h1>
<p>Hopefully switching the language for Windows worked, because it would really help for this part, although it isn’t necessary.&nbsp; Not every version of Office supports changing languages.&nbsp; It depends on the version that was installed.&nbsp; Go to the Start Menu, find Microsoft Office, and then Microsoft Office Tools.&nbsp; Under there, there should be an icon for Language Settings.&nbsp; The icon has a globe and an A on it under Windows 7.&nbsp; Open it and change the language.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2011/01/20/switching-microsoft-windows-and-office-to-english/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">731</post-id>	</item>
		<item>
		<title>SolidWorks Side-By-Side Configuration Error Fix</title>
		<link>https://blog.henrypoon.com/blog/2010/08/07/solidworks-2010-side-by-side-configuration-error-fix/</link>
					<comments>https://blog.henrypoon.com/blog/2010/08/07/solidworks-2010-side-by-side-configuration-error-fix/#comments</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Sun, 08 Aug 2010 01:57:03 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[.exe]]></category>
		<category><![CDATA[3D graphics software]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Comment]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Dassault Group]]></category>
		<category><![CDATA[Digital technology]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Error message]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Final]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Product design]]></category>
		<category><![CDATA[Proprietary software]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[SolidWorks]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 8]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/solidworks-2010-side-by-side-configuration-error-fix</guid>

					<description><![CDATA[I finally found the fix to the error in SolidWorks 2010 (also reported to work for SW 2011, 2015 and 2016) that prevented me from running the program.&#160; The computer uses Windows 7 32-bit (works also for Windows 8 and 10 as pointed out in the comments), and every time I started up the program [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I finally found the fix to the error in SolidWorks 2010 (also reported to work for SW 2011, 2015 and 2016) that prevented me from running the program.&nbsp; The computer uses Windows 7 32-bit (works also for Windows 8 and 10 as pointed out in the comments), and every time I started up the program it would something like:</p>
<blockquote><p>The application failed to start because its side-by-side configuration is incorrect.&nbsp; Please see the application event log or use the command-line sxstrace.exe tool.</p></blockquote>
<p>I used my Google-fu and found that the cause of this error is due my computer not having the Microsoft Visual C++ 2005 Redistributable.&nbsp; A copy of the setup file for this is in the SolidWorks 2010 disc.&nbsp; It is in the folder (DVD Drive):PreReqsVCRedist.&nbsp; After installing that, the error disappeared and SolidWorks starts properly.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2010/08/07/solidworks-2010-side-by-side-configuration-error-fix/feed/</wfw:commentRss>
			<slash:comments>19</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">411</post-id>	</item>
		<item>
		<title>Automatically Logon to Windows 7</title>
		<link>https://blog.henrypoon.com/blog/2010/07/16/automatically-logon-to-windows-7/</link>
					<comments>https://blog.henrypoon.com/blog/2010/07/16/automatically-logon-to-windows-7/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Fri, 16 Jul 2010 23:05:30 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Computer access control]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Digital technology]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Graphical identification and authentication]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[SAP Logon Ticket]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Struct]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Vol]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/automatically-logon-to-windows-7</guid>

					<description><![CDATA[If you ever get annoyed by having to logon to your computer every time you turn it on, just follow the instructions in that link below.&#160; The process does not involve removing the password, but rather tells Windows to log on using that specific information every time the computer is turned on. http://www.windows7news.com/2009/02/01/automatic-logon-into-windows-7/]]></description>
										<content:encoded><![CDATA[<p>If you ever get annoyed by having to logon to your computer every time you turn it on, just follow the instructions in that link below.&nbsp; The process does not involve removing the password, but rather tells Windows to log on using that specific information every time the computer is turned on.</p>
<p><a href="http://www.windows7news.com/2009/02/01/automatic-logon-into-windows-7/" target="_blank" rel="noopener noreferrer">http://www.windows7news.com/2009/02/01/automatic-logon-into-windows-7/</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2010/07/16/automatically-logon-to-windows-7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">403</post-id>	</item>
		<item>
		<title>New Sync Method</title>
		<link>https://blog.henrypoon.com/blog/2010/05/21/new-sync-method/</link>
					<comments>https://blog.henrypoon.com/blog/2010/05/21/new-sync-method/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Sat, 22 May 2010 04:05:15 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[Cloud applications]]></category>
		<category><![CDATA[cloud storage]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Data synchronization]]></category>
		<category><![CDATA[Digital technology]]></category>
		<category><![CDATA[Directory]]></category>
		<category><![CDATA[DROPBOX]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Go software]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[My Documents]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Online backup services]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[Symbolic link]]></category>
		<category><![CDATA[UNC]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/new-sync-method</guid>

					<description><![CDATA[Apparently, my initial set up for syncing my files using symlinks was a little bit reversed. &#160;Rather than setting the symlink to be in the Dropbox folder, I&#8217;ve now put my originals in the Dropbox folder and have now put the symlinks at where those files used to be. &#160;The reason I did this was [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Apparently, my initial set up for syncing my files using symlinks was a little bit reversed. &nbsp;Rather than setting the symlink to be in the Dropbox folder, I&#8217;ve now put my originals in the Dropbox folder and have now put the symlinks at where those files used to be. &nbsp;The reason I did this was that my initial setup confused Dropbox. &nbsp;It would only sync my files at program launch. &nbsp;While the program was running it did not know how to follow the symlink to do the automatic syncing.</p>
<p>However, this poses a problem for syncing the desktop folder. &nbsp;I wasn&#8217;t going to move everything on my desktop to the dropbox folder because that would mean I wouldn&#8217;t be able to see these files on the desktop anymore. &nbsp;Also, if I did put a symlink in my user folder, network shares would be broken since other computers cant follow symlinks when using network access. &nbsp;I couldn&#8217;t go back to putting a symlink in the Dropbox directory due to the problem that I just had. &nbsp;So what I did was use LiveMesh. &nbsp;LiveMesh has the ability to follow symlinks while the program is running. &nbsp;Now I put up a symlink for my Desktop in my Documents folder and now the program just syncs that. &nbsp;For some reason, LiveMesh can&#8217;t sync the Desktop folder directly.</p>
<p>I might just ditch Dropbox altogether so I can do all my file syncing using LiveMesh.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2010/05/21/new-sync-method/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">347</post-id>	</item>
		<item>
		<title>Helloooo Symlinks</title>
		<link>https://blog.henrypoon.com/blog/2010/05/18/helloooo-symlinks/</link>
					<comments>https://blog.henrypoon.com/blog/2010/05/18/helloooo-symlinks/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Tue, 18 May 2010 08:58:30 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[Click]]></category>
		<category><![CDATA[cloud storage]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Dia]]></category>
		<category><![CDATA[Directory]]></category>
		<category><![CDATA[DROPBOX]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[My Documents]]></category>
		<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[Shortcut]]></category>
		<category><![CDATA[Special folder]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Symbolic link]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/helloooo-symlinks</guid>

					<description><![CDATA[So apparently Dropbox doesn&#8217;t let me share any random folder on my computer. &#160;I can only share folders that are WITHIN the &#8220;My Dropbox&#8221; directory in my documents. &#160;My aim was to share my &#8220;users/desktop&#8221; directory. &#160;The only way I could do that is if my Dropbox folder was somehow one level higher than my [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">So apparently Dropbox doesn&#8217;t let me share any random folder on my computer. &nbsp;I can only share folders that are WITHIN the &#8220;My Dropbox&#8221; directory in my documents. &nbsp;My aim was to share my &#8220;users/desktop&#8221; directory. &nbsp;The only way I could do that is if my Dropbox folder was somehow one level higher than my desktop folder. &nbsp;Doing that would be disastrous seeing that it would share everything else in the same directory level. &nbsp;I tried using Live Mesh, but it refuses to share my desktop.</p>



<p class="wp-block-paragraph">However, I stumbled upon&nbsp;something called symbolic links (symlinks for short). &nbsp;Basically it is a pointer to another directory. &nbsp;I put a symlink in my Dropbox folder which pointed to my desktop and now inside my Dropbox folder there is a folder called &#8220;Desktop&#8221;. &nbsp;Well, it&#8217;s not exactly a folder. &nbsp;It&#8217;s a symbolic link. &nbsp;When the computer follows the link&nbsp;when I double click it, it just leads to the destination directory that I set. &nbsp;So now Dropbox has no problem syncing that directory!</p>



<p class="wp-block-paragraph">EDIT May 21, 2010: Apparently Dropbox can&#8217;t actually follow the symlinks inside the Dropbox directory while its running. &nbsp;The originals have to be inside the Dropbox folder and the symlink has to be put at where you used to access those files before. &nbsp;At the same time, shortcuts can be used in place of symlinks.</p>



<p class="wp-block-paragraph">More info about symlinks here: <a href="http://en.wikipedia.org/wiki/Symbolic_link" target="_blank" rel="noreferrer noopener">http://en.wikipedia.org/wiki/Symbolic_link</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2010/05/18/helloooo-symlinks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">340</post-id>	</item>
		<item>
		<title>Linking Windows Live ID with Windows 7 User Account</title>
		<link>https://blog.henrypoon.com/blog/2010/05/08/linking-windows-live-id-with-windows-7-user-account/</link>
					<comments>https://blog.henrypoon.com/blog/2010/05/08/linking-windows-live-id-with-windows-7-user-account/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Sun, 09 May 2010 06:31:34 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer architecture]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Digital technology]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Live]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/linking-windows-live-id-with-windows-7-user-account</guid>

					<description><![CDATA[I don&#8217;t know why you would do this (yet), but here it is. http://www.blogsdna.com/5067/instantly-link-windows-live-id-with-windows-7-user-account.htm]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I don&#8217;t know why you would do this (yet), but here it is.</p>



<p class="wp-block-paragraph"><a href="http://www.blogsdna.com/5067/instantly-link-windows-live-id-with-windows-7-user-account.htm" target="_blank" rel="noreferrer noopener">http://www.blogsdna.com/5067/instantly-link-windows-live-id-with-windows-7-user-account.htm</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2010/05/08/linking-windows-live-id-with-windows-7-user-account/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">284</post-id>	</item>
		<item>
		<title>Setup Windows 7 XP Mode</title>
		<link>https://blog.henrypoon.com/blog/2010/05/04/setup-windows-7-xp-mode/</link>
					<comments>https://blog.henrypoon.com/blog/2010/05/04/setup-windows-7-xp-mode/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Wed, 05 May 2010 01:48:01 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[Click]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer architecture]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Features new to Windows XP]]></category>
		<category><![CDATA[File Explorer]]></category>
		<category><![CDATA[Force]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[Shortcut]]></category>
		<category><![CDATA[Start menu]]></category>
		<category><![CDATA[System software]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[tuna]]></category>
		<category><![CDATA[UNC]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Windows XP editions]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/setup-windows-7-xp-mode</guid>

					<description><![CDATA[Requires Intel Virtualization http://www.sevenforums.com/tutorials/8247-windows-xp-mode-install-setup.html If the applications don&#8217;t appear, disable and enable the &#8220;Auto-Publish&#8221; setting within the VM&#8221;s settings Working with Virtual Applications By default, applications installed in the Windows XP VM are auto-published to the Windows 7 host. This means that your Windows XP applications appear on Windows 7’s Start menu. You can then [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Requires Intel Virtualization</p>



<p class="wp-block-paragraph"><a href="http://www.sevenforums.com/tutorials/8247-windows-xp-mode-install-setup.html" target="_blank" rel="noreferrer noopener">http://www.sevenforums.com/tutorials/8247-windows-xp-mode-install-setup.html</a></p>



<p class="wp-block-paragraph">If the applications don&#8217;t appear, disable and enable the &#8220;Auto-Publish&#8221; setting within the VM&#8221;s settings</p>



<h2 class="wp-block-heading">Working with Virtual Applications</h2>



<p class="wp-block-paragraph">By default, applications installed in the Windows XP VM are auto-published to the Windows 7 host. This means that your Windows XP applications appear on Windows 7’s Start menu. You can then launch your XP applications without having to first load the Windows XP VM and then launch them from the virtual Windows XP’s Start menu.</p>



<p class="wp-block-paragraph">In order for a Windows XP application to be auto-published to the Windows 7 host, the application must be installed in the All Users profile in the Windows XP VM. However, not all applications are installed in the All Users profile by default.</p>



<p class="wp-block-paragraph">So, what if the application that you want to be able to run from within Windows 7 isn’t auto-published? Or what if an application is auto-published and you really don’t want it to be available from within Windows 7? Fortunately, you can take control of the auto-published using a couple of tips.</p>



<p class="wp-block-paragraph"><span style="color: #ff0000;">If the XP application that you want to be able to run from within Windows 7 isn’t auto-published, you can force it to be so simply by creating a shortcut to the application in the All Users profile in the Windows XP VM. When you do so, the application will be auto-published to the Windows 7 host.</span></p>



<p class="wp-block-paragraph">Access the Windows XP VM, right-click the Start button, and select the Open All Users command. When Windows Explorer launches, open the Programs folder. Once there, you can either drag-and-drop the shortcut from Windows XP’s Start menu to the Programs folder or you can launch the Create Shortcut wizard, as shown in&nbsp;<strong>Figure A</strong>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2010/05/04/setup-windows-7-xp-mode/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">274</post-id>	</item>
		<item>
		<title>Startup Folder</title>
		<link>https://blog.henrypoon.com/blog/2010/02/17/startup-folder/</link>
					<comments>https://blog.henrypoon.com/blog/2010/02/17/startup-folder/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 04:31:19 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Data management]]></category>
		<category><![CDATA[Data synchronization]]></category>
		<category><![CDATA[Directory structure]]></category>
		<category><![CDATA[Hidden file and hidden directory]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Roaming]]></category>
		<category><![CDATA[Start menu]]></category>
		<category><![CDATA[System software]]></category>
		<category><![CDATA[User interface techniques]]></category>
		<category><![CDATA[Virtual folder]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/startup-folder</guid>

					<description><![CDATA[Anything put in this folder will automatically be executed when the computer starts up. C:\Users&#40;User-Name)\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup]]></description>
										<content:encoded><![CDATA[<p>Anything put in this folder will automatically be executed when the computer starts up.</p>
<p>C:\Users&#40;User-Name)\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2010/02/17/startup-folder/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">231</post-id>	</item>
	</channel>
</rss>
