See this Re: Windows 10 Anniversary + Boot Camp = no longer mounting Mac partition.
Here are the extracted steps.
Option#2, mounting via Dos Devices registry edit (ext2fsd does exactly this, this is the manual way without using ext2fsd);
Run regedit, navigate to:
HKEY_LOCAL_MACHINE/system/CurrentControlSet/Control/Session Manager/DOS Devices/
Right click-> new-> add string.
Enter drive letter you want by adding ":" to the end. In "data", type "\Device\HarddiskVolume#" where # will be your volume number of your partition as it would be detected in MS-DOS. I am sure someone would suggest a more elegant solution for this one, but you can simply navigate to Control Panel/Administrative Tools/Computer Management/Storage/Disk Management and count your partitions from beginning starting with 1. In my example, I have 1 partition on disk0, and my macOS partition is 2nd one in disk1. So my volume number # is 3.
In my registry it is "G:", "REG_SZ" and "\Device\HarddiskVolume3" for name, type, and data respectively. Your letter and numbers will be different, of course.
After making the registry tweak, cross fingers and reboot, macOS partition should be there. If something else is mounted instead, check volume number.