Replies: 1 comment 2 replies
-
Hi! are you referring to the OneDrive uninstall code? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
C:\Users\$env:UserName\AppData\Local
is the same as$env:LOCALAPPDATA
. So use native enviroment variables. :)Beta Was this translation helpful? Give feedback.
All reactions