<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: [:de]Android Studio mit Windows-Serverbenutzerprofilen und Ordnerumleitung[:en]Android Studio with Windows Server User Profiles and Redirected Folders[:]	</title>
	<atom:link href="https://www.dxsdata.com/2016/11/android-studio-with-windows-server-user-profiles-and-redirected-folders/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dxsdata.com/2016/11/android-studio-with-windows-server-user-profiles-and-redirected-folders/</link>
	<description>Software &#124; Network &#124; Administration</description>
	<lastBuildDate>Thu, 09 Mar 2017 11:16:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: DXSdata		</title>
		<link>https://www.dxsdata.com/2016/11/android-studio-with-windows-server-user-profiles-and-redirected-folders/#comment-174</link>

		<dc:creator><![CDATA[DXSdata]]></dc:creator>
		<pubDate>Thu, 09 Mar 2017 11:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.dxsdata.com/?p=1324#comment-174</guid>

					<description><![CDATA[I updated the post. Using the /j parameter, it works for directories and you do not need elevated permissions.]]></description>
			<content:encoded><![CDATA[<p>I updated the post. Using the /j parameter, it works for directories and you do not need elevated permissions.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Xenophon Fenderson, the Carbon(d)ated		</title>
		<link>https://www.dxsdata.com/2016/11/android-studio-with-windows-server-user-profiles-and-redirected-folders/#comment-173</link>

		<dc:creator><![CDATA[Xenophon Fenderson, the Carbon(d)ated]]></dc:creator>
		<pubDate>Sun, 01 Jan 2017 16:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dxsdata.com/?p=1324#comment-173</guid>

					<description><![CDATA[If I tried to run mklink without running Command Prompt as an admin, I got a &quot;permission denied&quot; error, so even though my regular user account isn&#039;t an administrator, I had to run Command Prompt as an admin, authenticate using my regular user account (!), and then use the &quot;mklink /d&quot; command.  That creates symbolic links to directories, which may be relative to the current directory, e.g.:

```
cd /d %USERPROFILE%
move .android AppData\Local
mklink /d .android AppData\Local\.android
```

Note that I vaguely recall tinkering (via GPO or local policy) with the behavior of links on Windows, which may explain why I had to explicitly request symlinkd&#039;s instead of whatever you&#039;re creating (junctions?).]]></description>
			<content:encoded><![CDATA[<p>If I tried to run mklink without running Command Prompt as an admin, I got a &#8220;permission denied&#8221; error, so even though my regular user account isn&#8217;t an administrator, I had to run Command Prompt as an admin, authenticate using my regular user account (!), and then use the &#8220;mklink /d&#8221; command.  That creates symbolic links to directories, which may be relative to the current directory, e.g.:</p>
<p>&#8220;`<br />
cd /d %USERPROFILE%<br />
move .android AppData\Local<br />
mklink /d .android AppData\Local\.android<br />
&#8220;`</p>
<p>Note that I vaguely recall tinkering (via GPO or local policy) with the behavior of links on Windows, which may explain why I had to explicitly request symlinkd&#8217;s instead of whatever you&#8217;re creating (junctions?).</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
