I'm not worried about the folders. I do not want the folders there.
When I myself log into terminal services, I connect to 4 folders and none of them have the windows\system folder in it.
Main Topics
Browse All TopicsI am creating a way so that the terminal services will automatically get the new IP address if/when one of it's client's computer's IP addresses changes.
Part of this process is to create a user per client that sole's purpose is to copy a file from the client's computer to the terminal server and then end the session. The folder that the program will upload the file to gets connected when the client/program logs in via remote desktop connection.
My question is this. When connecting to the TS by remote desktop connection, the folder that the user connects to automatically gets a window\system folder added in.
Example:
The User connects to the folder Z:\Test upon connection.
When I look into Z:\Test, I see a Windows Folder. In the Windows folder I see a system folder. I cannot find any files within these folders.
If I delete these folders, they will be recreated the next time the user logs in via remote desktop connection. Why is this? How can I stop it?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
As I said above: the Windows folder will only end up in a network drive if this drive is specified as home drive in the user properties in ADUC; this is probably not the case for the account you're using.
Enter %UserProfile% into Explorer's address bar when logged on, and you should see the folder there.
No, you can't turn it off, this folder is a requirement for terminal services in application mode.
Well, you don't get that folder in the mapped drive anymore, but you'll get it in the root of the user's %UserProfile% folder as I mentioned in http:#a24722858.
Business Accounts
Answer for Membership
by: oBdAPosted on 2009-06-26 at 09:32:37ID: 24722586
That is normal behavior, you can't stop it, and there's no need to stop it.
Terminal Servers in execution mode will redirect API calls to the system folder to the Windows folder in the user's profile or in the user's home folder (if a home folder is specified for the user), to make sure that the user has write access to especially to ini files (you might find a win.ini file in the Windows folder).
In other words: no need to worry about it, it's working as it should be.