Improve open-onedrive.ps1

This commit is contained in:
Markus Fleschutz 2021-08-17 20:42:40 +02:00
parent 2c29ec284f
commit da94317569

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