You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I setup a new devon-ide in a windows VM the CMD and Powershell hooks get installed for WindowsExplorer. Open Devon CMD shell here is working while Open Devon PowerShell here is not:
The text was updated successfully, but these errors were encountered:
When I change the command for Background to powershell.exe -NoExit -Command Write-Host foo it works, opens a PowerShell and prints foo to the top
When I change this to powershell.exe -NoExit -Command Write-Host '%USERPROFILE%/devon.bat' then PowerShell crashes and with it the WindowsExplorer dies.
I am giving up here. This is just bells and whistles. So KISS is to simply remove the PowerShell support for Background. That is what I will do. Some Windows Expert is most welcome to solve this properly and readd this Registry keys to make it work again.
* #95: fixed by removing PS support for Background
* #69: changed registry keys to HKCU as suggested my markusschuh
* #69: fixed magic grep not found error
* #61: added cygwin integration
* #69: #50: uninstall both from cygwin and mingw
* #97: bash fix and disabled settings update
When I setup a new devon-ide in a windows VM the CMD and Powershell hooks get installed for WindowsExplorer.
Open Devon CMD shell here
is working whileOpen Devon PowerShell here
is not:The text was updated successfully, but these errors were encountered: