WT Version: 0.9.433.0
OS/PS Build: 10.0.19572.1000.
This works:
wt /d "C:\Users\"
This doesn't:
wt /d "c:\Documents and Settings\"
The error is
[error 0x8007010b when launching `powershell.exe']
Workaround: add a period at the end:
wt /d "c:\Documents and Settings\."
WT Version: 0.9.433.0
OS/PS Build: 10.0.19572.1000.
This works:
wt /d "C:\Users\"
This doesn't:
wt /d "c:\Documents and Settings\"
The error is
[error 0x8007010b when launching `powershell.exe']
Workaround: add a period at the end:
wt /d "c:\Documents and Settings\."