0

Normally the User_Data folder is created automatically when the new user logs into their profile. Where/how can I check what's preventing this?

1 Answers1

1

Which version of Windows are you using? If Win7,8, or 10 it should be c:\users\%username%\appdata\ local\ locallow\ roaming\

The appdata folder is a hidden folder so it might be there. You just need to show hidden files.

Mark
  • 179
  • 2
  • 13
  • Windows 7. I'm checking it from the server though, and she doesn't have a User_Data folder at all (I see everyone else's). Her desktop is just saving files locally. – 666adminpal Jan 07 '16 at 18:41
  • Okay so are you talking about folder redirection or a home folder? – Mark Jan 07 '16 at 18:46
  • The user has a local home folder, but does not have a User_Data folder on the server, which contains the Desktop, Documents, AppData folders so that they can be accessed from any machine on the network. Normally this folder is created automatically when the user logs into their Windows profile for the first time but this time it was not. I'm not sure what kinds of things to even look for besides permissions. Thanks for your help, by the way! – 666adminpal Jan 07 '16 at 19:19
  • With a HOME directory I don't believe anything is created automatically. It's more of just a remote folder. https://support.microsoft.com/en-us/kb/320043 A roaming profile on the other hand would have the desktop/appdata you are looking for. A roaming profile is controlled in group policy for a domain. https://technet.microsoft.com/en-us/library/jj649079.aspx You have to make sure permissions on the server share are proper as well as the group policy settings correct in order to send the data to the right destination. – Mark Jan 07 '16 at 21:02