70-698 · Question #74
You install Windows 10 on a computer named Computer1. Computer1 is a member of workgroup and will be used by multiple users to browse the Internet. You need to ensure that a file named policy1.docx…
The correct answer is B. Copy Policy1.docx to C:\Users\Public\Desktop. The Public Desktop folder in Windows is a special shell folder whose contents are merged with every user's desktop, making it the most efficient way to display a single file to all users.
Question
You install Windows 10 on a computer named Computer1. Computer1 is a member of workgroup and will be used by multiple users to browse the Internet. You need to ensure that a file named policy1.docx appears on the desktop of Computer1 for all users who use the computer. The solution must minimize the number of copies of policy1.docx. What should you do?
Options
- ACopy Policy1.docx to C:\Users\Default\Desktop.
- BCopy Policy1.docx to C:\Users\Public\Desktop.
- CFrom a Group Policy object (GPO), modify the Desktop settings.
- DUse a Group Policy object (GPO) to configure Folder Redirection.
How the community answered
(25 responses)- B96% (24)
- D4% (1)
Why each option
The Public Desktop folder in Windows is a special shell folder whose contents are merged with every user's desktop, making it the most efficient way to display a single file to all users.
C:\Users\Default\Desktop is the template profile used only when creating new user accounts - files placed there are copied to each new user's profile on first logon, creating multiple copies and not appearing for existing users.
C:\Users\Public\Desktop is a shared desktop folder that Windows merges with each individual user's desktop view at logon, so any file placed there appears on every user's desktop. Because only one physical copy of the file exists in the Public Desktop folder, this solution meets the requirement to minimize the number of copies.
Computer1 is a member of a workgroup, not a domain, so Group Policy objects (GPOs) targeting Desktop settings cannot be deployed centrally to it.
Folder Redirection via GPO requires a domain environment with a file server target, which is not available in a workgroup configuration.
Concept tested: Windows Public Desktop folder for all-user file visibility
Source: https://learn.microsoft.com/en-us/windows/deployment/usmt/usmt-recognized-environment-variables
Topics
Community Discussion
No community discussion yet for this question.