.: News - Downloads - Hilfe Forum - Windows FAQ - Kontakt - Impressum / Datenschutz :.
  Navigation

    Startseite
    Newscenter
    Downloads
    Screenshots
    Forum
    Online Shop
    Spielhalle
    Bilder Upload
    Mitglieder Map

  FAQ Datenbank

    FAQ, Tipps, Hilfe
    CMD (DOS) Befehle
    Windows 2000
    Windows Vista
    Windows XP
    Server 2003
    Microsoft Office
    Security Bulletins
    Service Packs

  Update Packs

    Windows 2000
    Windows XP
    Server 2003

  Service

    Windows XP Slipper
    Slipstream CD
    MS Security Tools

  RSS Feed  

    Alle News
    Treiber News
    Software News
    Hardware News
    Microsoft News
    Alle Windows FAQ
    Windows 2000 FAQ
    Windows XP FAQ
    Windows Vista FAQ
    Update Packs
    Screenshots
    Downloads

  Surf-Tipp

    Kostenlose Online-Kurse zu MS Office, OpenOffice und Internet-Technik

Keine Kompromisse im Kampf gegen Kinderpornografie


Archiv Screenshots
Archiv FAQ
Archiv Community News
Archiv Spiele News
Archiv Konsolen News
Archiv Allgemeine News
Archiv Microsoft News
Archiv Hardware News
Archiv Treiber News
Archiv Software News
Zurück   Winhelpline Forum > Windows Vista > FAQ Windows Vista > FAQ Datenbank - Infos, Tipps und Tricks Windows Vista
Passwort vergessen?

FAQ Datenbank - Infos, Tipps und Tricks Windows Vista FAQs, Tipps, Infos und Anleitungen zu Windows Vista

Antwort
 
Themen-Optionen Thema durchsuchen Ansicht
Alt 09.07.2007, 09:36   #1
e2e4
Inspekteur
 
Benutzerbild von e2e4
 
Registriert seit: 23.09.2001
Beiträge: 9.608



Standard Benutzerspezifische Dateien verschieben

Im User-Ordner (C:\Users\%Username%) werden in spezifischen Ordnern (z.B. Videos, Music, etc.) diverse Dateien gespeichert. Diese kann man einfach mittels Rechtsklick - Eigenschaften - Pfad auf einen anderen Bereich verschieben.

Wer den User Profile-Ordner komplett verschieben und nicht auf eine Unattended-Installation zurückgreifen möchte, sei auf folgendem Artikel verwiesen:

Externer Link Change User Profile Folder Location in Vista

Grüße, e2e4


e2e4's Signatur Externer Link Schach Externer Link Backgammon
e2e4 ist offline   Mit Zitat antworten
Alt 12.07.2007, 13:26   #2
e2e4
Inspekteur
 
Benutzerbild von e2e4
 
Registriert seit: 23.09.2001
Beiträge: 9.608

  Themenstarter


Standard

Mit freundlicher Genehmigung des Autors wird der Originaltext hier abgedruckt:

Zitat:
Here lies my experience moving my entire User Profile folder structure, including Default, Public, and any local users.

In my search for a solution, the only two easy ways I found to move the user profile directory locations from the system drive is to

Set the User Profile folder during setup using an unattended install file.
Move the individual folders inside your user profile, which can be done using explorer (which will update the registry keys HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\Shell Folders and HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\User Shell Folders).
However, this was not good enough for me, I wanted my actual user profile folder to be moved to a seperate partition/volume, including registry settings. I discovered that it is not actually that hard, provided you’re comfortable with mass replacing registry keys and values.

Here is how I moved my user profile location. Please note that I wanted all of the profiles moved, included Public and Default, so some of these steps can be skipped if you do not want that:

Make sure you have a complete backup of your system!
Copy the original Default Profile directory to the new location (e.g. from C:\Users\Default to D:\Users\Default).
Copy the original Public Profile directory to the new location (e.g. from C:\Users\Public to D:\Users\Public).
Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList.
Change the value of the Default key to the new user profile location (e.g. D:\Users\Default).
Change the value of the Public key to the new user profile location (e.g. D:\Users\Public).
Change the value of the ProfilesDirectory to the new user profile location (e.g. D:\Users).
At this point, you need to restart and log back in as a different user that has never logged in before and therefore does not have a profile created. In my case, the Administrator user had never logged in before so I enabled it so that Administrator could log in and used that. You can enable Administrator login by loading Computer Management and then go to User Accounts, edit the properties for Administrator, and then uncheck Disable Login.
After logging in for the first time with the new user account, you will see “Creating Desktop” and other things like that while Windows is creating your profile. Note that the new profile should be created in the new location.
After logging in, try to close as many applications as possible. This will prevent most files from being locked so that you cannot copy them.
Copy the entire original user profiles folder from the original location to the new location (e.g. C:\Users\* to D:\Users\). (See next step after copy starts).
There are a few things to note during this copy. There were thousands of .TMP files that were locked and would not copy. I just skipped these files. I held down Alt-S so that I could see all of the skipped files and make sure that there were only .TMP files being skipped. Yes, this took a little while, but at least I was confident that I got all of my files copied. This process could probably be made easier using the command prompt or powershell.
If, in your case, there are some files that will not copy, you can run procexp.exe, which is file provided by sysinternals. Then do a Find Handle and search for part of the filename. procexp will tell you which programs are locking the file. As long as you closed as many programs as you could, though, this should not happen.
Find and download a program that will do a Search & Replace on the registry. I will not suggest one because I did not find one single program that worked perfectly. I ended up downloading a few different freeware applications and using all of them.
Using the Registry Search & Replace program, do a search for the original user profile folder and replace it with the new user profile folder (e.g. search for “C:\Users” and replace with “D:\Users”. Note that some of the applications I used would only change values and not key names. However, the keys that needed to be chagned were all related to MuiCache. I do not know if these actually need to be updated. I did just to make sure.
Log out. Log back in with the same user. Repeat step 14 until there is nothing left to replace. The reason for this step is that on logout, some programs seem to update the registry using the old user profile path.
Run regedit.exe and do a search for the original user profile path and make sure it does not exist. The reason for this step is because (as noted in step 13), I did not trust any of the Registry Search & Replace programs I used. I ended up needing to update about a dozen of the keys and values manually, since the search & replace missed them.
So that you can easily find programs that do not use the registry and hard-coded profile paths, rename your original profile folder (e.g. rename C:\Users to C:\~Users).
Log out. Log back in as your usual user. Everything should be working correctly except for programs that use a “hardcoded” user profile location.
There are two easy methods that can be used to find programs that use a “hardcoded” profile location and are still looking for the original user profile path. You can use the procexp.exe trick mentioned above and search for handles in the original profile location. You can also monitor the oringal profile location to see if any new folders or files were created. For example, in my case, FolderShare created some folders and files in the directory C:\Users\MyUsername\AppData\Local\FolderShare\. So, I updated the FolderShare settings to point to the different path and then deleted the C:\Users directory (note that C:\~Users still existed as a backup).
Since you are now confident that all of your data has been moved (right??????), you can deleted the backup of the original user profile location (e.g. C:\~Users).

This procedure worked flawlessly for me. Everything user-related is now on a completely different volume, and I can sleep a little better at night!

Folgenden Hinweis habe ich noch vom Autor erhalten:

Zitat:
Second, I had nothing but problems when I moved or deleted the Default User. I could download Windows Updates.
After a lot of help from MS, a gentleman at the MS Vista newsgroup helped me recreate the Default User. The deletion of Default User was the source of my problems with Windows Update.

Grüße, e2e4


e2e4's Signatur Externer Link Schach Externer Link Backgammon
e2e4 ist offline   Mit Zitat antworten
Alt 13.07.2007, 06:07   #3
e2e4
Inspekteur
 
Benutzerbild von e2e4
 
Registriert seit: 23.09.2001
Beiträge: 9.608

  Themenstarter


Standard

Die dazugehörigen symbolischen Links setzen:

http://www.winhelpline.info/forum/ih...tml#post669560

Grüße, e2e4


e2e4's Signatur Externer Link Schach Externer Link Backgammon
e2e4 ist offline   Mit Zitat antworten
Antwort



Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge anzufügen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

vB Code ist An.
Smileys sind An.
[IMG] Code ist An.
HTML-Code ist Aus.
Gehe zu

Ähnliche Themen
Thema Erstellt von Forum Antworten Letzter Beitrag
Eigene Dateien verschieben muzzle Allgemein Windows Vista 7 02.02.2007 20:17
Eigene Dateien verschieben DoubleUK Software Windows 2000 5 12.03.2004 18:56
Dateien verschieben unmöglich Baxter Allgemein Windows 2000 4 29.04.2003 20:26
Dateien verschieben Grabber66 Allgemein Windows 2000 7 26.07.2002 12:16
outlook2000: dateien verschieben archelon MS Office 2 08.03.2002 15:59


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:26 Uhr.


Powered by vBulletin Version 3.5.4 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2000 - 2006, WinHelpline.info
  Werbung

  Moderatoren

   Schach
   Seefahrt
   Lotte Berk
   Netzwerkservice
   Football
   Webdesign

Partnerlinks:  3DCenter.org |  3DChips.net |  Planet 3DNow! |  3DChip.de |  Netzwerktotal |  Wintotal.de |  Elektrikforum.de |  Computerwissen.de |  Prad.de |  Winsoftware.de |  netzwelt.de |  WinFAQ.de