I was change the target into D disk, but when I restart the PC, bitcoin core success auto running, but it doesn't on the target, the core running on C disk (create new wallet like begining install)).
How to make it auto running on the D disk target when turning my PC?
Did you find solution to your problem from the above mentioned replies? If you are still battling with same issue I would also suggest that you do this, especially on a windows PC.
Firstly, I will advise you to shut down your windows PC completely, although it doesn't matter, but to refresh your PC memory.
Then, Close Bitcoin core if it's in anyway running in the background, then find your
bitcoin.conf file, and change the
datadir setting. e.g.
# [core]
# Specify a non-default location to store blockchain and other data.
datadir=D:\Bitcoin
Then re-open core. It should pick up where your wallet last synced to the drive D:.
I hope this helps!