Merge branch 'master' of github.com:fleschutz/PowerShell

This commit is contained in:
Markus Fleschutz 2021-08-17 20:47:08 +02:00
commit 013ef8f119

View File

@ -12,5 +12,5 @@
License: CC0
#>
Start-Process "$UserProfile\AppData\Local\Microsoft\OneDrive\OneDrive.exe"
Start-Process "$($env:USERPROFILE)\AppData\Local\Microsoft\OneDrive\OneDrive.exe"
exit 0