When moving my data and software from disk C to disk D, the task which has been consuming quite some time, I found two options I hadn't noticed before.
Here's my story:
- To move data (including metadata), one has to move all of the folders under %HOMEPATH% (the user's home directory) to another location, one by one
- To move binaries, one might consider package managers, such as winget, scoop, or chocolatey (non-admin option, gonna be default for me)
winget list --id Microsoft.Powershell
winget upgrade --id Microsoft.Powershell
A newer version was found, but the install technology is different from the current version installed. Please uninstall the package and install the newer version.
Here's my story:
- The beginning: upgrading Windows 10 to 11