Could not copy license file to Local License folder
Typically this error occurs because the "Application Data" folder is not properly junctioned.
It must be junctioned to the C:\ProgramData
folder.
Test and fix your Application Data junction with the following instructions:
- Open a shell window by pressing the Windows key, typing
cmd
, then pressing Enter. - Run the following command to navigate to the
ProgramData
folder:cd C:\ProgramData
- Run the following command to list all junction points in the directory:
dir \aL
- Look for "Application Data" in this list.
If it is missing, run the following commands to remove any bad junctions and replace them with good ones:
rmdir "Application Data"
mklink \j "Application Data" C:\ProgramData