<?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>Useful solutions</title>
	<atom:link href="http://blog.eurocomp.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.eurocomp.info</link>
	<description>Providing you with quick solutions to difficult problems we have stumbled upon.</description>
	<lastBuildDate>Sat, 26 Dec 2009 14:39:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To: backup your File Vault home directory unencrypted (also works with Snow Leopard!)</title>
		<link>http://blog.eurocomp.info/2009/12/12/how-to-time-machine-and-file-vault-the-real-thing-also-works-with-snow-leopard/</link>
		<comments>http://blog.eurocomp.info/2009/12/12/how-to-time-machine-and-file-vault-the-real-thing-also-works-with-snow-leopard/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 12:57:14 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.eurocomp.info/?p=10</guid>
		<description><![CDATA[So you got your brand new flashing MacBook and want to have your home directory encrypted with the oh-so-easy FileVault? The bad news is that TimeMachine backups of your home directory will become uncomfortable, to say the least. They will only be done upon logoff (not hourly!), and they&#8217;ll hog a lot of space because [...]]]></description>
			<content:encoded><![CDATA[<p>So you got your brand new flashing MacBook and want to have your home directory encrypted with the oh-so-easy FileVault? The bad news is that TimeMachine backups of your home directory will become uncomfortable, to say the least. They will only be done upon logoff (not hourly!), and they&#8217;ll hog a lot of space because major parts of the encrypted sparse bundle will have to be backed up every time (even small changes lead to a large number of &#8216;bands&#8217; in the sparse bundle being changed).</p>
<p>But there&#8217;s a solution. I couldn&#8217;t find it anywhere on the web, but some quick questions on the Apple Support Forums helped me find the answer.</p>
<p>First, you&#8217;ll want Time Machine to exclude the encrypted version of your home directory. You can either log in as a different user and then add <span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre; ">/Users/username/username.sparsebundle<span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px; "> to your exclusion list. But if you don&#8217;t want to create a second user on your Mac, you can also edit <span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre; ">/Library/Preferences/com.apple.TimeMachine.plist <span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px; ">directly. You&#8217;ll have to do so in part two of this guide anyway. You&#8217;ll notice that this file is stored as a &#8216;binary plist&#8217;, e.g. you can&#8217;t read it. But Bare Bones&#8217; <a href="http://www.barebones.com/products/textwrangler/">TextWrangler</a> can. When editing the plist with the appropriate tool, you&#8217;ll find an entry called <span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre; ">&lt;key&gt;SkipPaths&lt;/key&gt;<span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px; ">. Make sure that it contains an entry like this:</span></span></span></span></span></span></p>
<p><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre; "><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px; "><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre; "><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px; "><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre; "><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px; "> </span></span></span></span></span></span></p>
<pre style="font: normal normal normal 12px/18px Consolas, Monaco, 'Courier New', Courier, monospace;">&lt;key&gt;SkipPaths&lt;/key&gt;
	&lt;array&gt;
		&lt;string&gt;/Users/username/username.sparsebundle&lt;/string&gt;
	&lt;/array&gt;</pre>
<pre>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>&lt;key&gt;SkipPaths&lt;/key&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>&lt;</div>
</pre>
<p>You may also want to remove your existing backups of the encrypted home directory. To get rid of them, start Time Machine, navigate to any version of <span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre; ">/Users/username/username.sparsebundle<span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px; ">, alternate-click it, and select &#8216;remove from Backups&#8217;.</span></span></p>
<p>Step two. Snow Leopard excluded mounted volumes by default, but we want it to include your mounted home directory volume. To do so, we&#8217;ll need to dig a bit further into the matter. You can explicitly tell it to include volumes by adding entries to the Time Machine plist like this:</p>
<pre>	&lt;key&gt;IncludedVolumeUUIDs&lt;/key&gt;
	&lt;array&gt;
		&lt;string&gt;B59D3B0B-...&lt;/string&gt;
	&lt;/array&gt;
	&lt;key&gt;IncludedVolumes&lt;/key&gt;
	&lt;array&gt;
		&lt;data&gt;
		AAAAAAKIAAIAAQZkYW5pZWwAAAAAAAAAAAAAAAAAAAAAAAAAAADHOwPSSCsA</pre>
<pre>		...
		&lt;/data&gt;
	&lt;/array&gt;</pre>
<p>So we&#8217;ll have to find out your home directory volume&#8217;s UUID and its garbled base64 ID. The UUID part is easy. In a terminal, type</p>
<pre>$ diskutil info /Users/username</pre>
<p>and search for an entry called &#8216;Volume UUID&#8217;.  To get the second, base64-encoded ID, do the following:</p>
<ol>
<li>Open a Finder window.</li>
<li>Drag your home directory into the Finder&#8217;s toolbar.</li>
<li>Close the Finder window.</li>
<li>Open ~/Library/Preferences/com.apple.Finder.plist, and search for a section called TB Item Plists. Look for an entry that contains the path to your home directory and copy the &lt;data&gt; part of the CFURLAliasData section as the Volume ID.</li>
</ol>
<p>Now insert those two IDs into your com.apple.TimeMachine.plist and reboot. Your home directory should be backed up unencrypted in the future. You&#8217;ll find it on the top level of your backups, next to &#8216;Macintosh HD&#8217;. Make sure it&#8217;s there, of course.</p>
<p>You can find the original thread on the Apple support forums <a href="http://discussions.apple.com/thread.jspa?threadID=2261912&amp;tstart=0" target="_blank">here</a>. I did write about a different approach <a href="http://blog.eurocomp.info/2009/12/06/how-to-create-time-machine-like-hourly-backups-for-your-filevault-home-directory-on-mac-os-x/">before</a>, but it&#8217;s not Time Machine and I couldn&#8217;t get Carbon Copy Cloner to automatically mount my network share.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eurocomp.info/2009/12/12/how-to-time-machine-and-file-vault-the-real-thing-also-works-with-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Create Time-Machine-like hourly backups for your FileVault home directory on Mac OS X</title>
		<link>http://blog.eurocomp.info/2009/12/06/how-to-create-time-machine-like-hourly-backups-for-your-filevault-home-directory-on-mac-os-x/</link>
		<comments>http://blog.eurocomp.info/2009/12/06/how-to-create-time-machine-like-hourly-backups-for-your-filevault-home-directory-on-mac-os-x/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 10:33:30 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.mypostup.com/?p=9</guid>
		<description><![CDATA[If you own a MacBook, you might want to protect your private data from others. For this purpose, Apple has built in the FileVault technology into your MacBook. It basically consists of 128-bit AES encryption for your home directory. FileVault works very well, but it has one major downside: It doesn&#8217;t like to play with [...]]]></description>
			<content:encoded><![CDATA[<p>If you own a MacBook, you might want to protect your private data from others. For this purpose, Apple has built in the FileVault technology into your MacBook. It basically consists of 128-bit AES encryption for your home directory. FileVault works very well, but it has one major downside: It doesn&#8217;t like to play with Time Machine. Time Machine will not backup your home directory every hour, but rather just do backups at logoff. In addition to that, it will just backup the encrypted data, which is stored in a .sparsebundle kind of directory. So Time Machine will backup too much, but at the same time won&#8217;t give you the comfort of a non-FileVaulted Time Machine backup.</p>
<p>Enter <a href="http://bombich.com/" target="_blank">Carbon Copy Cloner</a>. This is a donationware utility that has various means to backup your data. Originally intended to clone your entire hard drive, Carbon Copy Cloner can do a lot more than that. It can also do regular backups of your home directory, and it will even archive the old files. When scheduling it to do hourly backups, Carbon Copy Cloner will almost work like Time Machine for your FileVaulted home directory. I have set up Carbon Copy Cloner to do hourly backups of my home directory to a .sparseimage (no support for .sparsebundles yet, as it seems) and archive changed and deleted files. For all the other stuff on my Hard Disk, I continue to use Time Machine, because it still is slightly more comfortable and because I&#8217;m used to it.</p>
<p>But wait. With the default settings, Carbon Copy Cloner will archive about 30 MB of changed files on every backup. When doing hourly backups, that might become half a gigabyte a day, while Time Machine seems to backup far less. I&#8217;ve found <a href="http://www.architektenwerk.de/time_machine_tipps.html" target="_blank">a site</a> that explains this difference: Time Machine doesn&#8217;t backup some volatile data, e.g. caches and temporary files. You can find the files Time Machine excludes in a file called<em> StdExclusions.plist</em> in the bundle <em>/System/Library/CoreServices/backupd.bundle</em>.</p>
<p>Here are the contents of my version of that file:</p>
<ul>
<li>Library/Application Support/SyncServices/data.version</li>
<li>Library/Caches</li>
<li>Library/Logs</li>
<li>Library/Mail/Envelope Index</li>
<li>Library/Mail/AvailableFeeds</li>
<li>Library/Mirrors</li>
<li>Library/PubSub/Database</li>
<li>Library/PubSub/Downloads</li>
<li>Library/PubSub/Feeds</li>
<li>Library/Safari/Icons.db</li>
<li>Library/Safari/WebpageIcons.db</li>
<li>Library/Safari/HistoryIndex.sk</li>
</ul>
<div>So I suggest you exclude those files from your Carbon Copy Cloner backup settings. I also disabled backup of Library/Preferences/VLC/plugins-04041e.dat, which is a cache file for the VLC media player. Because I also have some large XCode projects, I decided not to backup their build results, too. Because all those projects reside below a folder called XCode in my home directory, I created a rule called <em>- XCode/**/build</em> in Carbon Copy Cloner&#8217;s advanced settings. This will exclude every directory or file called <em>build</em> in any directory anywhere below the XCode directory. Now my hourly backups are sometimes as small as 1 or 2 MB.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.eurocomp.info/2009/12/06/how-to-create-time-machine-like-hourly-backups-for-your-filevault-home-directory-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ActiveSync not willing to sync while Windows Media player is running</title>
		<link>http://blog.eurocomp.info/2009/01/21/activesync-not-willing-to-sync-while-windows-media-player-is-running/</link>
		<comments>http://blog.eurocomp.info/2009/01/21/activesync-not-willing-to-sync-while-windows-media-player-is-running/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 20:51:43 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mypostup.com/?p=8</guid>
		<description><![CDATA[When your ActiveSync keeps refusing to sync with your device, even though it has been working all the time before, you should make sure that Windows Media Player isn&#8217;t running. On my device, It tries to sync the device and both its SD Card Slot and its CF Card Slot with my Media Library. This [...]]]></description>
			<content:encoded><![CDATA[<p>When your ActiveSync keeps refusing to sync with your device, even though it has been working all the time before, you should make sure that Windows Media Player isn&#8217;t running. On my device, It tries to sync the device and both its SD Card Slot and its CF Card Slot with my Media Library. This causes ActiveSync to hickup and stop synchronisation. In my case, you could work around the problem by just closing Windows Media Player.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eurocomp.info/2009/01/21/activesync-not-willing-to-sync-while-windows-media-player-is-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get rid of that annoying (and mostly useless) ctfmon.exe</title>
		<link>http://blog.eurocomp.info/2008/08/24/how-to-get-rid-of-that-annoying-and-mostly-useless-ctfmonexe/</link>
		<comments>http://blog.eurocomp.info/2008/08/24/how-to-get-rid-of-that-annoying-and-mostly-useless-ctfmonexe/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 13:04:29 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mypostup.com/?p=7</guid>
		<description><![CDATA[Hi there,
This is for all of you who are annoyed by ctfmon.exe, for whatever reason (maybe it is crashing etc.), and want to get rif of it.
It is really simple: just download CTFMON-Remover from Gerhard Schlager&#8217;s Website, get the English or German File from the bottom of the Website, unzip it and execute. To restore, [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there,</p>
<p>This is for all of you who are annoyed by ctfmon.exe, for whatever reason (maybe it is crashing etc.), and want to get rif of it.</p>
<p>It is really simple: just download CTFMON-Remover from <a href="http://www.gerhard-schlager.at/de/projects/ctfmonremover/" target="_blank">Gerhard Schlager&#8217;s Website</a>, get the English or German File from the bottom of the Website, unzip it and execute. To restore, just re-run CTFMON-Remover. You might have to run CTFMON-Remover after an Office Update or something similar.</p>
<p>Afterwards, you won&#8217;t have problems with ctfmon anymore.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eurocomp.info/2008/08/24/how-to-get-rid-of-that-annoying-and-mostly-useless-ctfmonexe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing popup delay of Windows XP&#8217;s start menu</title>
		<link>http://blog.eurocomp.info/2008/08/24/changing-popup-delay-of-windows-xps-start-menu/</link>
		<comments>http://blog.eurocomp.info/2008/08/24/changing-popup-delay-of-windows-xps-start-menu/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 11:49:34 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mypostup.com/?p=6</guid>
		<description><![CDATA[I recently created a Windows XP SP3 slipstreamed install using nLite. There was an option to reduce the delay when the XP start men ushows up after clicking the start button. I set it to zero, but now I found out that I liked the old way with 400 ms more. The value is stored [...]]]></description>
			<content:encoded><![CDATA[<p>I recently created a Windows XP SP3 slipstreamed install using <a href="http://www.german-nlite.de/">nLite</a>. There was an option to reduce the delay when the XP start men ushows up after clicking the start button. I set it to zero, but now I found out that I liked the old way with 400 ms more. The value is stored in <strong>HKEY_CURRENT_USER\Control Panel\Desktop\MenuShowDelay</strong>, given in milliseconds. Default is 400. Just change it to your likings.<strong></strong></p>
<p>Source: http://blogs.tech-recipes.com/tipmonkies/2005/07/23/changing-xp-start-menu-delay/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eurocomp.info/2008/08/24/changing-popup-delay-of-windows-xps-start-menu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remote Desktop Control and XP SP3 IE 7 Workaround</title>
		<link>http://blog.eurocomp.info/2008/08/11/remote-desktop-and-xp-sp3-ie-7-workaround/</link>
		<comments>http://blog.eurocomp.info/2008/08/11/remote-desktop-and-xp-sp3-ie-7-workaround/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 19:41:44 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Add-on not installed]]></category>
		<category><![CDATA[IE 7]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Remote Desktop Client]]></category>
		<category><![CDATA[Terminal Services]]></category>
		<category><![CDATA[XP SP 3]]></category>

		<guid isPermaLink="false">http://blog.mypostup.com/?p=5</guid>
		<description><![CDATA[If you cannot get RDP connected through Internet Explorer 7 after installing Service Pack 3 (SP3) on Windows XP because the ActiveX control is disabled by default in the Service Pack read this.
The Terminal Services can be re-enabled by the following method:
In IE 7 Click on Tools, Manage Add-Ons, Enable or Disable Add-Ons to enable [...]]]></description>
			<content:encoded><![CDATA[<p>If you cannot get RDP connected through Internet Explorer 7 after installing Service Pack 3 (SP3) on Windows XP because the ActiveX control is disabled by default in the Service Pack read this.</p>
<p>The Terminal Services can be re-enabled by the following method:</p>
<p>In IE 7 Click on Tools, Manage Add-Ons, Enable or Disable Add-Ons to enable the Terminal Services ActiveX control. If you don&#8217;t see the Terminal Services ActiveX control in IE7 on XP SP 3 try this workaround by deleting one of the following registry keys (or all of them) in the path HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Settings\:</p>
<ul>
<li>{4eb89ff4-7f78-4a0f-8b8d-2bf02e94e4b2}</li>
<li>{4EDCB26C-D24C-4e72-AF07-B576699AC0DE}</li>
<li>{7390f3d8-0439-4c05-91e3-cf5cb290c3d0}</li>
<li>{7584c670-2274-4efb-b00b-d6aaba6d3850}</li>
<li>{9059f30f-4eb1-4bd2-9fdc-36f43a218f4a}</li>
</ul>
<p>Once you delete these keys, the activeX control should be enabled in IE7.</p>
<p>For me using the Remote Desktop Client ActiveX (ActiveX Client for Terminal Services) version 5.1.2600.2180 it was ok to delete only the last key.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eurocomp.info/2008/08/11/remote-desktop-and-xp-sp3-ie-7-workaround/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tips for working with user privileges while being able to quickly become an Administrator (Windows XP)</title>
		<link>http://blog.eurocomp.info/2008/07/10/tips-for-working-with-user-privileges-while-being-able-to-quickly-become-an-administrator-windows-xp/</link>
		<comments>http://blog.eurocomp.info/2008/07/10/tips-for-working-with-user-privileges-while-being-able-to-quickly-become-an-administrator-windows-xp/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 16:40:19 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mypostup.com/?p=4</guid>
		<description><![CDATA[To start the device manager as Administrator, issue the following command in the Run dialog (Win+R):
runas /user:Administrator /savecred &#8220;cmd /c devmgmt.msc&#8221;
This way you can edit device settings quickly. You may use any other control panel applet (.msc or .cpl files) instead if devmgmt.msc, too. You will be prompted for the credentials of user &#8220;Administrator&#8221; once, [...]]]></description>
			<content:encoded><![CDATA[<p>To start the device manager as Administrator, issue the following command in the <em>Run</em> dialog (Win+R):</p>
<blockquote><p>runas /user:Administrator /savecred &#8220;cmd /c devmgmt.msc&#8221;</p></blockquote>
<p>This way you can edit device settings quickly. You may use any other control panel applet (.msc or .cpl files) instead if devmgmt.msc, too. You will be prompted for the credentials of user &#8220;Administrator&#8221; once, but then runas will save the credentials (thanks to the /savecred flag).</p>
<p>If you selected the option <em>start each folder in a separate process</em> in the Administrator&#8217;s folder settings, you can similarly start an explorer windows with admin rights:</p>
<blockquote><p>runas /user:Administrator /savecred explorer</p></blockquote>
<p>With that window, you can install MSI files requiring admin privileges, start up control panel, etc.</p>
<p>If you simply want to start a single program as administrator, just right click the .exe file and select &#8220;run as&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eurocomp.info/2008/07/10/tips-for-working-with-user-privileges-while-being-able-to-quickly-become-an-administrator-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution: Authentication problems with Windows File Shares</title>
		<link>http://blog.eurocomp.info/2008/07/05/issue-authentication-problems-with-windows-file-shares/</link>
		<comments>http://blog.eurocomp.info/2008/07/05/issue-authentication-problems-with-windows-file-shares/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 16:21:58 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mypostup.com/?p=3</guid>
		<description><![CDATA[When you try to connect to a remote Windows file share, you might find that you are not asked for username and password (but you should have been), but can connect to the share server. But when opening any share, you won&#8217;t be granted accesss since your credentials are wrong. A similar issue might be [...]]]></description>
			<content:encoded><![CDATA[<p>When you try to connect to a remote Windows file share, you might find that you are not asked for username and password (but you should have been), but can connect to the share server. But when opening any share, you won&#8217;t be granted accesss since your credentials are wrong. A similar issue might be that you won&#8217;t be given access to a remote windows server at all in first place, and the file share server doesn&#8217;t ask for credentials, too.</p>
<p>The solution for this issue is simple:</p>
<ol>
<li>In Control Panel, select User Accounts.</li>
<li>On the left hand side, select &#8220;Manage own network passwords&#8221;.</li>
<li>Add a new entry with the server you wish to connect to (without leading \\&#8217;s) as server name and SERVER\USERNAME as username, where SERVER is the remote server and USER is the username you wish to authenticate as on the file share.</li>
<li>Now, try to connect to the share again. You should be either given access immediately, or you should at least be asked for your credentials which you can enter then.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.eurocomp.info/2008/07/05/issue-authentication-problems-with-windows-file-shares/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction</title>
		<link>http://blog.eurocomp.info/2008/07/05/hello-world/</link>
		<comments>http://blog.eurocomp.info/2008/07/05/hello-world/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 14:10:10 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mypostup.com/wordpress/?p=1</guid>
		<description><![CDATA[Hi there!
In this blog, we will post solutions about problems we experienced with our computers. Maybe you can find some of these solutions useful, too.
]]></description>
			<content:encoded><![CDATA[<p>Hi there!</p>
<p>In this blog, we will post solutions about problems we experienced with our computers. Maybe you can find some of these solutions useful, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eurocomp.info/2008/07/05/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
