Hello
I would like to deny access to windows partition (c:) for my UPD users (not just hide this partition) but when I do this, users are login with temoporary profile. I noticed it happens because when user is logged in the profile is created on c:\users\%USERNAME% and after logging out this profile is removed (and probably updating UPD).
UPD profiles are stored on D:\Users and I would like to move those "temp" profiles for example to D:\Users\Temp
How can I change default patch for those profiles? I know I could use registry:
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
But it requires to do this manually for every user because of SID, but maybe Im wrong.
It would be great if I could do this only for the specified users
Regards