Skip to content

How do I transfer Arch from one user of win10 to another user? #232

Answered by yuk7
GitYun asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @GitYun
I think there are two ways.

You can back up your file system and restore it to user2.

  1. Please run this command in user1 to backup:
Arch.exe backup
  1. Please copy backup.tar.gz or backup.ext4.vhdx and restore it in user2:
Arch.exe install backup.tar.gz
Arch.exe install backup.ext4.vhdx

If you want to use one system in common (a little dangerous)

  1. Give user2 full access to the ArchWSL installation directory.
    (Note: If you use AppX pkg, it's C:\Users\{Your-User-Name}\AppData\Local\Packages\yuk7.archwsl_35zwpb4sx6e50\LocalState)
  2. backup registry file in user1
Arch.exe backup --reg
  1. restore registry file in user2 (Please double-click reg file)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by GitYun
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants