Hello there,
Have you installed all the updates prior to upgrading to PRO?
Sometimes the error 0x80070002 occurs because the system update process fails, and the Windows Update installation files are corrupted or missing.
- Press Windows Key then type CMD right click and run as administrator.
- At the Command Prompt, type the command below and press Enter to run a full system scan and have SFC attempt repairs:
sfc /scannow - Leave the Command Prompt window open until the command completes, which may take some time.
- After its done scanning. Try next the dism scan by entering the command below. DISM checks your Windows component store for corruption and automatically fix any problems it finds.
DISM /Online /Cleanup-Image /RestoreHealth - Allow the command to finish running before closing the Command Prompt window. This may take five to ten minutes. It’s normal for the progress bar to stay at 20 percent for a while, so don’t worry about that.
- Restart your PC afterward and try to upgrade to PRO.
------------------------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept it as an answer–