<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://znil.net/index.php?action=history&amp;feed=atom&amp;title=JumpingProfiles%3AFertige_Ordnerumleitung_fuer_Windows_2003</id>
	<title>JumpingProfiles:Fertige Ordnerumleitung fuer Windows 2003 - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://znil.net/index.php?action=history&amp;feed=atom&amp;title=JumpingProfiles%3AFertige_Ordnerumleitung_fuer_Windows_2003"/>
	<link rel="alternate" type="text/html" href="https://znil.net/index.php?title=JumpingProfiles:Fertige_Ordnerumleitung_fuer_Windows_2003&amp;action=history"/>
	<updated>2026-04-28T12:38:02Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in znilwiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://znil.net/index.php?title=JumpingProfiles:Fertige_Ordnerumleitung_fuer_Windows_2003&amp;diff=9190&amp;oldid=prev</id>
		<title>BLinz: Textersetzung - „&lt;comments&gt;“ durch „&lt;comments /&gt;“</title>
		<link rel="alternate" type="text/html" href="https://znil.net/index.php?title=JumpingProfiles:Fertige_Ordnerumleitung_fuer_Windows_2003&amp;diff=9190&amp;oldid=prev"/>
		<updated>2017-08-06T18:46:06Z</updated>

		<summary type="html">&lt;p&gt;Textersetzung - „&amp;lt;comments&amp;gt;“ durch „&amp;lt;comments /&amp;gt;“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
[[Kategorie:JumpingProfiles]]&lt;br /&gt;
[[Kategorie:GroupLogin.dat]]Diese Ordnerumleitung wird zur Zeit unter Windows 2003 eingesetzt. Umgeleitet wird auf den Heimatordner des Benutzers der im Active Directory gesetzt ist (Verbinde Laufwerk ... mit ...).&lt;br /&gt;
Unter Windows Server 2008 sollten Sie zunächst die Möglichkeiten der Ordnerumleitungen per Gruppenrichtlinie ausschöpfen. Ansonsten funktioniert es dort 1:1 genauso, nur das er mehr Ordner gibt die umgeleitet werden können.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;#039;&amp;#039;&amp;#039;Auszug GroupLogin.dat:&amp;#039;&amp;#039;&amp;#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\&lt;br /&gt;
 AppData = REG_EXPAND_SZ %HOMEDRIVE%%HOMEPATH%\profile\Application data&lt;br /&gt;
 Desktop = REG_EXPAND_SZ %HOMEDRIVE%%HOMEPATH%\profile\Desktop&lt;br /&gt;
 Favorites = REG_EXPAND_SZ %HOMEDRIVE%%HOMEPATH%\profile\Favorites&lt;br /&gt;
 Start Menu = REG_EXPAND_SZ %HOMEDRIVE%%HOMEPATH%\profile\Start Menu&lt;br /&gt;
 Programs = REG_EXPAND_SZ %HOMEDRIVE%%HOMEPATH%\profile\Start Menu\Programs&lt;br /&gt;
 Cache = REG_EXPAND_SZ %HOMEDRIVE%%HOMEPATH%\profile\Temporary Internet Files&lt;br /&gt;
 Cookies = REG_EXPAND_SZ %HOMEDRIVE%%HOMEPATH%\profile\Cookies&lt;br /&gt;
 History = REG_EXPAND_SZ %HOMEDRIVE%%HOMEPATH%\profile\History&lt;br /&gt;
 Local Settings = REG_EXPAND_SZ %HOMEDRIVE%%HOMEPATH%\profile\Local Settings&lt;br /&gt;
 Local AppData = REG_EXPAND_SZ %HOMEDRIVE%%HOMEPATH%\profile\Local Settings\Application Data&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Da wir alles mit JumpingProfiles Umleiten sollten wir sichergehen das das Ziel der Umleitung auch vorhanden ist. Dies geschieht ab besten über eine Gruppenrichtlinie welche den Stamm-Ordner anlegt. Alternativ kann das auch die &amp;lt;code&amp;gt;JPLogin.exe&amp;lt;/code&amp;gt; wenn der entsprechende Parameter in der &amp;lt;code&amp;gt;JPConfig.ini&amp;lt;/code&amp;gt; gesetzt wurde. Um die Unterordner zu erstellen nehmt die &amp;lt;code&amp;gt;FileOperation.dat&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;#039;&amp;#039;&amp;#039;Auszug FileOperation.dat:&amp;#039;&amp;#039;&amp;#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
 #Anmelden_AppData_anlegen&lt;br /&gt;
 Operation   = CREATE&lt;br /&gt;
 Event       = FIRST&lt;br /&gt;
 EventScope  = GLOBAL&lt;br /&gt;
 Recursion   = ON&lt;br /&gt;
 Destination = %HOMEDRIVE%%HOMEPATH%\profile\Application data\&lt;br /&gt;
 &lt;br /&gt;
 #Anmelden_Desktop_anlegen&lt;br /&gt;
 Operation   = CREATE&lt;br /&gt;
 Event       = FIRST&lt;br /&gt;
 EventScope  = GLOBAL&lt;br /&gt;
 Recursion   = OFF&lt;br /&gt;
 Destination = %HOMEDRIVE%%HOMEPATH%\profile\Desktop\&lt;br /&gt;
 &lt;br /&gt;
 #Anmelden_Startmenu+Programs_anlegen&lt;br /&gt;
 Operation   = CREATE&lt;br /&gt;
 Event       = FIRST&lt;br /&gt;
 EventScope  = GLOBAL&lt;br /&gt;
 Recursion   = ON&lt;br /&gt;
 Destination = %HOMEDRIVE%%HOMEPATH%\profile\Start Menu\Programs\&lt;br /&gt;
 &lt;br /&gt;
 #Anmelden_Favorites_anlegen&lt;br /&gt;
 Operation   = CREATE&lt;br /&gt;
 Event       = FIRST&lt;br /&gt;
 EventScope  = GLOBAL&lt;br /&gt;
 Recursion   = OFF&lt;br /&gt;
 Destination = %HOMEDRIVE%%HOMEPATH%profile\Favorites\&lt;br /&gt;
 &lt;br /&gt;
 #Anmelden_Cache_anlegen&lt;br /&gt;
 Operation   = CREATE&lt;br /&gt;
 Event       = FIRST&lt;br /&gt;
 EventScope  = GLOBAL&lt;br /&gt;
 Recursion   = OFF&lt;br /&gt;
 Destination = %HOMEDRIVE%%HOMEPATH%profile\Temporary Internet Files\&lt;br /&gt;
 &lt;br /&gt;
 #Anmelden_Cookies_anlegen&lt;br /&gt;
 Operation   = CREATE&lt;br /&gt;
 Event       = FIRST&lt;br /&gt;
 EventScope  = GLOBAL&lt;br /&gt;
 Recursion   = OFF&lt;br /&gt;
 Destination = %HOMEDRIVE%%HOMEPATH%profile\Cookies\&lt;br /&gt;
 &lt;br /&gt;
 #Anmelden_History_anlegen&lt;br /&gt;
 Operation   = CREATE&lt;br /&gt;
 Event       = FIRST&lt;br /&gt;
 EventScope  = GLOBAL&lt;br /&gt;
 Recursion   = OFF&lt;br /&gt;
 Destination = %HOMEDRIVE%%HOMEPATH%profile\History\&lt;br /&gt;
 &lt;br /&gt;
 #Anmelden_Local_AppData_anlegen&lt;br /&gt;
 Operation   = CREATE&lt;br /&gt;
 Event       = FIRST&lt;br /&gt;
 EventScope  = GLOBAL&lt;br /&gt;
 Recursion   = ON&lt;br /&gt;
 Destination = %HOMEDRIVE%%HOMEPATH%profile\Local Settings\Application Data\&lt;br /&gt;
&lt;br /&gt;
==Kommentare==&lt;br /&gt;
&amp;lt;comments /&amp;gt;&lt;/div&gt;</summary>
		<author><name>BLinz</name></author>
	</entry>
</feed>