Thursday, September 17, 2015

How can I create a Windows 7 user profile without the user logging in?



I've created a new user in Windows 7.




I now want to FTP into the PC as that user but it fails because the user profile does not yet exist under c:\users\



If I log in as that user first, it creates the profile and then I can FTP in fine.



Is there a way to create the data under c:\users\ without having to log in first?


Answer



Without knowing more about what you are using for an FTP server, it is hard to be more precise, but it has to do with your FTP settings making the default directory something like %userprofile%.



Set the default login directory in the FTP server's settings to a static directory like: C:\ftp or C:\inetpub\ftp. As long as the user exists, and the permissions exist, you won't have any problems.



No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...