Torsten

Results 2 issues of Torsten

### Describe the problem On a non-English speaking system (in my case German) the following error message occurs. ![2023-10-20_03h44_36](https://github.com/jdhitsolutions/PSScriptTools/assets/46536955/fceebed7-4c36-40bd-82f9-64a0f3ad38bb) The reason is that `systeminfo.exe` is fully translated. ![2023-10-20_03h43_37](https://github.com/jdhitsolutions/PSScriptTools/assets/46536955/e96ad28a-c1a9-40b2-b532-5055939d908b) ### Expectation...

bug

While Restore: ``` Resolve-Path : Cannot find path 'C:\Users\t0rsten\AppData\Roaming\Code\User\Snippets' because it does not exist. At C:\Users\t0rsten\Documents\WindowsPowerShell\Modules\vscodebackup\0.5.0\VSCodeBackup.psm1:107 char:66 + ... $SnippetsDirectory = "$SettingsDirectory\Snippets" | Resolve-Path + ~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound:...