Scripts

Activate Visual studio

"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"

View DLL dependencies

dumpbin  /dependents .\onnxruntime_providers_cuda.dll

Remove folder

del /s /q .\*

Change default shell to powershell for OpenSSH

See https://superuser.com/questions/1799896/how-to-configure-powershell-for-openssh-instead-of-cmd

re-enable cmd after uninstalling anaconda

# Run it in powershell
C:\Windows\System32\reg.exe DELETE "HKCU\Software\Microsoft\Command Processor" /v AutoRun /f