Anton Makarenko
Anton Makarenko
I have the same problem (index file too big). After changing a directory of Vagrant Machine from `C:\Users\Админ\Desktop\test` to `D:\VagrantVMs\test\`, index file looks pretty. But now I have a encoding...
@tbazadaykin, I am found temporary solution with encoding problem. Replace `directory: box.directory.sub(Vagrant.user_data_path.to_s + "/", "")` with `directory: box.directory.sub(Vagrant.user_data_path.to_s.force_encoding("windows-1251") + "/", "")` in file `\embedded\gems\2.2.3\gems\vagrant-2.2.3\plugins\commands\up\middleware\store_box_metadata.rb`.
This feature will allow to run commands silently, which is impossible to do cross-platform. ``` # cmd command > nul 2>&1 # powershell command *> $null # bash command >...
Helped for me https://github.com/docker/for-win/issues/2956#issuecomment-514572084
You can use External Application Launcher extension Send to specific device Run `kdeconnect-cli.exe -l` to get device id, then use settings as at screen  Always ask for device 
> What would be the installation route in this case? I found hacky method. This will ask on execute Executable Name: `cmd.exe` Arguments: `/c start shell:AppsFolder\KDEe.V.KDEConnect_7vt06qxq7ptv8!KDEe.V.KDEConnect [HREF]` `kdeconnect-cli` from Microsoft...
> Is this being looked at? Can something like https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API be used instead of RAM I would prefer it should store files in Downloads folder to be able open with...
According to the [documentation](https://docs.microsoft.com/en-us/windows/package-manager/winget/#:~:text=When%20running%20winget%20without%20administrator%20privileges%2C%20some%20applications%20may%20require%20elevation%20to%20install.%20When%20the%20installer%20runs%2C%20Windows%20will%20prompt%20you%20to%20elevate.%20If%20you%20choose%20not%20to%20elevate%2C%20the%20application%20will%20fail%20to%20install.) > When running winget without administrator privileges, some applications may require elevation to install. When the installer runs, **Windows will prompt you to elevate.** If you...