-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
Area-InstallIssue-BugSomething isn't workingSomething isn't workingIssue-DiscussionPlace for discussion about issue/feature/etcPlace for discussion about issue/feature/etcStatus-Investigating
Milestone
Description
Microsoft is pushing more and more during Onedrive setup to have MyDocuments managed by onedrive.
Being a good dev and not running elevated means installing packages with -Scope CurrentUser
but this means packages are stored in MyDocuments\WindowsPowershell or MyDocuments\Powershell. This means all modules are then synchronised up to OneDrive.
This is made worse by sporadic issues due to connecting of Onedrive.
- Collisions with OneDrive and the install-module resulting in modules not saving correctly
- Modules not used in a while get "archived off" and thus are downloaded on demand by onedrive resulting in problems when trying to load modules
Use of AppData would be much more appropriate for modules.
related items #41
rohancragg, jamesshenry, Slivicon, aetos382, espresso3389 and 6 more
Metadata
Metadata
Assignees
Labels
Area-InstallIssue-BugSomething isn't workingSomething isn't workingIssue-DiscussionPlace for discussion about issue/feature/etcPlace for discussion about issue/feature/etcStatus-Investigating