Share via

Folder Redirection on client Windows 10 machine

Edwald Neo 51 Reputation points
2022-07-29T09:35:35.5+00:00

Dear All,
I would like to re-direct the Desktop, Downloads, Documents ... folders on client machine into the partition drive within the client machine... Is there anyway that I can set a GPO to work on this ?

Thanks

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. Limitless Technology 40,106 Reputation points
    2022-08-02T07:24:05.583+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having query related to Folder redirection.

    Jnctions (also called symbolic links or reparse points) allows you to do that. You can use mklink in the command prompt (with /D for directory) to create them:

    mklink /D C:\Source D:\Source
    This will be transparent to applications - that is they will see it as a regular folder.

    Reference:

    https://answers.microsoft.com/en-us/windows/forum/all/redirecting-a-folder-path-to-another-drive/ed83a0f8-fff6-49dd-ae65-ef289e53d426

    ------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--

    Was this answer helpful?

    0 comments No comments

  2. Anonymous
    2022-08-02T04:44:40.877+00:00

    Hello @Edwald Neo ,

    Thank you for posting here.

    Q: I would like to re-direct the Desktop, Downloads, Documents ... folders on client machine into the partition drive within the client machine.

    We can use the following user policy.

    User Configuration\Policies\Windows Settings\Folder Redirection\UserProfileFolderName

    For more information, please refer to link below.
    Using Folder Redirection in Group Policy
    https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn789199(v=ws.11)

    Hope the information above is helpful.

    Best Regards,
    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.