<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">On 28 Apr 2021, at 22:44, Akira Kakuto <<a href="mailto:kakuto@w32tex.org" class="">kakuto@w32tex.org</a>> wrote:<br class=""><div><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><div class=""><blockquote type="cite" class="">And redefine the value of the environment variable USERPROFILE<br class="">as the c:\Users\SuitableASCIIname, which is a sumbolic link of<br class="">c:\Users\username.<br class=""></blockquote><br class="">The above is done in a cmd window by<br class="">set USERPROFILE=c:\Users\SuitableASCIIname<br class=""><br class="">I don't know how to change USERPROFILE permanently.<br class=""></div></div></blockquote></div><br class=""><div class="">This answer does a pretty good job of covering the bases on this topic: <a href="https://superuser.com/a/284351" class="">https://superuser.com/a/284351</a> for Windows Vista and later you can write:</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div class="">set<b class="">x</b> USERPROFILE "c:\Users\SuitableASCIIname"</div></div><div class=""><br class=""></div><div class="">note the x in the command and the lack of an = sign. Also, the quotes are mandatory if the value has spaces.</div><div class=""><br class=""></div><div class="">-dh</div></body></html>