Resetting SecureCRT’s config is simply deleting this directory:
USERPROFILE\AppData\Roaming\VanDyke\Config\
Powershell Script:
Remove-Item $env:USERPROFILE\AppData\Roaming\VanDyke\Config\ -Force -Recurse
Resetting SecureCRT’s config is simply deleting this directory:
USERPROFILE\AppData\Roaming\VanDyke\Config\
Powershell Script:
Remove-Item $env:USERPROFILE\AppData\Roaming\VanDyke\Config\ -Force -Recurse