Marc-André Moreau

Results 176 comments of Marc-André Moreau

I made a PowerShell code snippet derived from @skmkzyk that filters out unwanted .RDP file properties and that should be relatively easy to modify to inject custom options. As a...

> > @PramodValavala-MSFT would it be possible to add an option to simply output the .RDP file to a specified location? This would be useful for integration in Remote Desktop...

@skmkzyk that's a nice cleaned-up version of the code snippet! In an effort to try and reduce the amount of (long) parameters one has to type in, I've assumed that...

Is it possible that the hang simply affects all external commands? I've been trying to add .xz support in the built-in Windows tar command using xz-utils, but it just hangs....

@aminya one could try and build bsdtar without the built-in xz support and try it out... but the plan from Microsoft would be to simply ship an updated build with...

@dcow I suggest asking for guidance in the chocolatey gitter.im channel (https://gitter.im/chocolatey/choco). As for how to automate the thing, when we looked into it ourselves, we were surprised to learn...

@SteveLasker @deitch I am late to the discussion here, but I am looking for the best way to specify the filename or directory name that corresponds to each layer for...

@SteveLasker since .tar alone doesn't provide compression, but only bundles multiple files into a single file, it should normally result in identical hashes for the same content. However, the digest...

@deitch @SteveLasker I agree that a "tar by default" approach keeps the manifest small and makes the whole thing much simpler to deal with. I'm all for adding such a...

@SteveLasker at this point I think I'm just going to develop my own tooling in PowerShell and Rust under the ["Sogar" project banner](https://github.com/Devolutions/sogar), such that I can have full control...