I have a created a new user (standard account type) on my Windows 10 Pro machine and I need to limit the access of this user to C:/ (the system drive) only. Any other existing partitions, or hard drives on the computer (including any usb storage sticks) must not be accessible to this user. And if I later add a new HDD to the computer under letter say X:, this user should not be able to access that as well.
Basically anything not on C:/ should not be accessible to this user.
How can I achieve this? Thank you.