LankeyFish Posted November 12, 2020 Posted November 12, 2020 Hi All, Hopefully a simple one for somebody out there. So on our system students cannot access C:, and in our start menu there is a 'Documents' icon that only goes to C:\User\Username\Documents. So when it gets clicked they are told it is blocked, only recently has this started to create some confusment as the student tells the teacher and the teacher has no idea what is happening when the student suddenly has an error popup while locating their files. Is it possible to either remove this feature or redirect it so it goes to a specified location?
DaveTheTech Posted November 12, 2020 Posted November 12, 2020 I had thought this was mapped to their documents folder? So if that has been redirected to \\myserver\students\billy\Documents it would open that folder?
LankeyFish Posted November 12, 2020 Author Posted November 12, 2020 It seems to be since we updated to 1909, the direction seems to have defaulted back to C - documents rather than Server - Documents. Its only just now come up so we never noticed it was broken.
BOOT Posted November 12, 2020 Posted November 12, 2020 KnownFolders have had an overhaul, there's at least 3 IDs for documents now. If they're not set, they'll default to the user profile.
LankeyFish Posted November 12, 2020 Author Posted November 12, 2020 Do you happen to know where those ID's are so i can change/redirect them elsewhere?
BOOT Posted November 12, 2020 Posted November 12, 2020 The values are under in the users registry: Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders The key names are guids Documents: {FDD39AD0-238F-46AF-ADB4-6C85480369C7} LocalDocuments: {F42EE2D3-909F-4907-8871-4C22FC0BF756} Set the type to REG_EXPAND_SZ and the value to the path you want. 1
LankeyFish Posted November 12, 2020 Author Posted November 12, 2020 (edited) Thanks Boot, do you know if we can do this through a group policy to set it back as we like or does it have to set permanently by the registry? Edited November 12, 2020 by LankeyFish
BOOT Posted November 12, 2020 Posted November 12, 2020 I have it set via group policy; the changes stay even if the policy is removed, they don't change back.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now