-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use scoop after reinstalling the system #2894
Comments
You need to add system environment paths as you have right now manually, because installier will fail with
|
thanks 👍 |
Thanks for your help, but when I run Linking Y:\Scoop\apps\7zip\current => Y:\Scoop\apps\7zip\current
Error: Version 'current' is not allowed! |
@xiehao Try to used admin powershell |
Actually it is run as admin. |
那可能是scoop的app中所有软件的current文件夹变成了一个真正的文件夹,而不是一个软链接,你试试双击打开current文件夹看看里面有什么东西,如果没东西,试试把current删了,让scoop自动生成一个新的 |
@jiayaoO3O 好使了,多谢多谢! |
before i reinstall the system,the scoop path user/A,and if i copy the file to other pc , user/B and scoop reset *,Is it feasible |
@lszxyz Yes, but even if you change your computer, the installation directory of scoop should be C:\Users\ {your name}\scoop |
It can`t solve,because some soft install need regedit.Example Web page calls app telegram。 |
If I want to reinstall the system, I should copy the
scoop
directory to a safe place, put it in theuser
directory after reinstalling, and then execute the following command?iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
thanks : )
The text was updated successfully, but these errors were encountered: