On Windows, when creating shortcuts, set $HOME
in the properties
(as Target
)
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -windowstyle hidden -Command "$env:HOME = 'C:/Users/manas'; Start-Process 'C:\Program Files\Emacs\x86_64\bin\runemacs.exe'"
<2023-07-13 Thu 07:22> Update: