https://bugs.winehq.org/show_bug.cgi?id=25740
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, obviously still present.
--- snip --- $ winetricks -q dotnet20sp1
$ taskset -c 0 wine ./WindowsXP-KB968930-x86-ENG.exe /q ... 0052:fixme:userenv:USERENV_138 (23,"Accessories\Windows PowerShell","Windows PowerShell",""%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe"","%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe",0,"%HOMEDRIVE%%HOMEPATH%",0x0,1,"Performs object-based (command-line) functions.","",0) - stub 0052:fixme:userenv:USERENV_138 (23,"Accessories\Windows PowerShell","Windows PowerShell ISE",""%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell_ise.exe"","%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell_ise.exe",0,"%HOMEDRIVE%%HOMEPATH%",0x0,1,"Windows PowerShell Integrated Scripting Environment. Performs object-based (command-line) functions.","",0) - stub --- snip ---
--- snip --- $ wine reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\PowerShellEngine"
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\PowerShellEngine ApplicationBase REG_SZ %SystemRoot%\system32\WindowsPowerShell\v1.0 ConsoleHostAssemblyName REG_SZ Microsoft.PowerShell.ConsoleHost,Version=1.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35,ProcessorArchitecture=msil ConsoleHostModuleName REG_SZ "%SystemRoot%\system32\WindowsPowerShell\v1.0\Microsoft.PowerShell.ConsoleHost.dll" PowerShellVersion REG_SZ 2.0 PSCompatibleVersion REG_SZ 1.0,2.0 RuntimeVersion REG_SZ v2.0.50727 --- snip ---
In addition to my previous analysis some technet.microsoft.com article, also showing full paths:
https://social.technet.microsoft.com/Forums/office/en-US/06266215-21c4-4e63-...
$ wine --version wine-3.1
Regards