maxpat78

Results 11 comments of maxpat78

I read about your doubts around MSVCRT != UCRT. It seems to me there are not. I've found a few CRT sources around (attached), of modern UCRT and old (1998...

If they at MS impose that name, keep it. But, marketing apart, parse_cmdline substance did not change since 2005, it seems: except they moved to C++ in the last years....

I've tested various CMD versions issuing command lines directly "by hands", and with the help of a simple Windows app that shows the lpCmdLine untouched (details and C source code...

Also don't forget shlex `punctuation_chars` option and cases like: ```note: mslex splits "copy c:\a c:\b&&b" differently: ['copy', 'c:\\a', 'c:\\b&&b'] instead of ['copy', 'c:\\a', 'c:\\b', '&&', 'b']``` where the mslex result...

Look at https://github.com/smoofra/mslex/pull/14#issuecomment-2408409434 Modern UCRT C++ code does the same things old 2005 C code did, it seems.

Ok, rebooting did the trick. In fact, problems arise with "fast boot" (and perhaps Hibernation and/or Logoff?), the (Win11 default) method I use to shut down the PC: Cryptomator-made pins...

@infeo it does not find that CLSID. On the other hand, I found a CLSID of those created yesterday afternoon: ![image](https://github.com/user-attachments/assets/d1579cc3-b087-457f-a5b3-c1ba9b40f0fd) and Explorer q.a. pane shows vaults unmounted in previous...

@infeo Please look at the attached log: [cryptomator1.log](https://github.com/user-attachments/files/17130192/cryptomator1.log) It was made this way: 1) do a complete Win11 reboot (to wipe Explorer pane); 2) start Cryptomator in Debug mode and...

tip: [Java Windows Restart Manager](https://pablofernandez.tech/2018/05/21/implementing-windows-restart-manager-in-java/) Ah, and, yes, for the same reason, I suppose, I've found sometimes a `.~$xxxxx.tmp` directory abandoned in the folder where the unlocked vault resides: it...

On mount, CM should: 0) check previous annotations _sub_ 2) and perform Registry/.tmp files cleaning, if needed; 1) create a random Shell32 CLSID; 2) store persistently details about what gets...