When I zip files within windows 10, I perform the following steps....
right click → Send to → Compressed (zipped) folder
I've been trying to replicate this command but I'm unable to figure out what windows is actually doing to build the .zip folder. I've tried many examples using powershell which it does zip a folder, but it doesn't seem to be the same default command used by windows.
What command is windows using to zip a folder?