Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Good day friends


Please forgive my naivity.

I installed and configured windows server 2008 r2 and succefully joined the client computers. I did not create any Group Policy Object.

I did not create user profile nor users home directory.

My problem is that the folders and files in client library folders(My Documnets, Pictures, Downloads, Videos, and Desktop )are missing. The client machines are running Win7 OS

Please this my first experience with windows server. I do not know how to locate clients Library folders content.

Thanks in advance for your assistance
Posted
Updated 26-Mar-15 11:54am
v2
Comments
Afzaal Ahmad Zeeshan 25-Mar-15 22:42pm    
Library files are re-usable code assemblies, such as System.dll is a library containing the re-usable code (such as classes, namespaces, extensions) to allow you to make use of those classes in your applications, rather than re-writing these namespaces and classes.

You will find more information on these at, http://stackoverflow.com/questions/924485/whats-the-difference-between-a-header-file-and-a-library or at https://en.wikipedia.org/wiki/Library_(computing).

1 solution

Typically, these folders are found in C:\Users\{UserName}

But you can always find the path of your windows Libraries folders at following location

1. Run (Windows+R) > Type regedit to open Registry Editor
2. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders

3. Here you can find the path of all those folders like My Music, My Pictures, My Video etc. Just double clik on the required link.
You can find the path of My Document in Personal link.

Hope, it helps :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900