The removable disk is not working when booting via WinToUSB. The fixed disk was able to change from Offline to Online. However, the removable disk was not able to change from Offline to Online. It shows gray letters as the screen-capture when I click the right button of the mouse. I've tested it with many other computers and removable disks but results were same. Please check it out and let me know your opinion.
To prevent accidental data leaks, the host computer's SD cards remain offline by default when booting from a Windows To Go (WTG) USB drive created with the built-in Windows To Go Creation Wizard or Hasleo WinToUSB. This tutorial details how to bring SD cards online in a Windows To Go workspace using Disk Management.
Step 1. Boot Windows from the USB drive created by Hasleo WinToUSB.
Step 2. Run cmd.exe as a administrator.
Step 3. Run Diskpart at the command promptDISKPART>sanDISKPART>san policy=onlineallDISKPART>list diskDISKPART>select disk 2DISKPART>attributes disk clear readonlyDISKPART>exit
Step 4. Eject the SD card from the card slot and reinsert it.
Step 5. Run Diskpart at the command promptDISKPART>list diskDISKPART>select disk 2DISKPART>online diskDISKPART>exit
Note: Replace the disk number with your SD card's actual disk number. Following these steps, you can online SD cards in Windows To Go (WTG) workspace easily.