Results 67 comments of dinhngtu

couple issues with OpenSSH FIDO2 support on Windows: - the Windows port of openssh-portable doesn't have FIDO2 support yet (https://github.com/PowerShell/Win32-OpenSSH/issues/1557) - any other kind of SSH (like WSL SSH or...

We can quite easily make a MSI installer with WiX, but menu integration is quite a complex ordeal. From my testing it doesn't look like you can integrate into the...

e: I managed to make a working MSI setup for NanaZip with the following Wix snippet: https://gist.github.com/dinhngtu/2be7222068241f6b0801e448dd8c442c The downside is that loading strings from package resource is broken for the...

@MouriNaruto I've started looking at this problem myself. I think the problem is in the NanaZipShellExtension code and not the manifest. I replaced the entire NanaZipShellExtension.cpp with this file [PhotoStoreContextMenu](https://github.com/microsoft/AppModelSamples/blob/master/Samples/SparsePackages/PhotoStoreContextMenu/dllmain.cpp)...

I think I've solved the issue. Changing both context menu verb names in the [Package.appxmanifest](https://github.com/M2Team/NanaZip/blob/dafeb8b32f49754d546f7363d9f48a4c57267fa7/NanaZipPackage/Package.appxmanifest#L265) to "Command4" made it work for some very weird reason. So did "CNanaZip", but not...

The issue only applies to file context menus when using the "\*" item type filter. Windows Terminal doesn't use this item type filter, so it isn't affected. Setting the "\*"...

Removing just the server doesn't work since the SSH agent service is part of the shared components. Could the services be split into separate configurable features instead?

Works for me on 3.0.756.

Do you have anything under `HKEY_CURRENT_USER\SOFTWARE\NanaZip`?

Just another note: the LINT# lines should be masked on all but 1 CPU, and that they should be configured as edge-triggered (going from the example in the MPS).