To Windows users who have non-ascii UserName

Akira Kakuto kakuto at w32tex.org
Thu Apr 29 06:13:45 CEST 2021


> setx USERPROFILE "c:\Users\SuitableASCIIname"

Thanks. Unfortunately this does not apply in the present case.
echo %USERPROFILE% shows
c:\Users\username
not the symlink value
c:\Users\SuitableASCIIname

In the case
set USERPROFILE=c:\Users\SuitableASCIIname
echo %USERPROFILE% shows the symlink value
c:\Users\SuitableASCIIname

However this is of course temporal.

Best,
Akira


More information about the tex-live mailing list.