Specifically, he mentioned something about hiding his backup drives that has me curious
I am curious as to more info behind the comment.
From you saying this, I can offer this process... I use SyncBack Free (2BrightSparks) for data backup use. The program can access a volume via either the drive letter or the volume ID. The volume ID is something most of us rarely consider. Think of the volume ID as the "full name" and the drive letter as the "nickname". From what I have info on, ransomware type programs seem to attack drive-letter-accessible volumes (local and network). One would think - remove the drive letter and this might stop those programs (or reduce the risk) from getting access to precious, online connected, data.
The Windows program (command line) for showing drive letter & volume ID assignments is MountVol.
Say, I have an USB attached backup drive that windows, for this session, has assigned drive letter H:, I'll run the MountVol command and it will display mounted volumes - their ID's and associated drive letters. I look in the simple list for drive H: and highlight / copy the volume ID text. In the backup program, I substitute the volume ID wherever the drive letter would be used.
H:\SyncBack\DailyBackup\
\\?\Volume{f78036a0-84d6-11eb-bf18-7085c2466b09}\SyncBack\DailyBackup\
That's the first part - the setup. The second part - the important step. Run Disk Management, find the partition / volume in question (it would have an H: drive letter assigned) and right-click upon it. From the context menu, select "Change Drive Letter & Paths". A window should appear with the H: drive letter. Click the Remove button and then OK and close Disk Management. Drive "H:" is no longer visible to the system. Run the backup program - it should work as desired.
I believe volume ID access does require some network component to be active - I don't recall if it's Client for Windows or File & Printer Sharing or perhaps the workstation service.
Volume ID access, with or without a drive letter assigned, is quite handy when configuring a backup program to reliably talk with USB connected devices. Should the system assign a different drive letter - it does not matter - the volume ID is a reliable access method.