Replies: 7 comments 4 replies
-
If I simply unzip the content of the released code from github, I get "This process has no package identity" |
Beta Was this translation helpful? Give feedback.
-
It is possible to install WSL from the GitHub release page in any directory. But it requires administrative permission. The WSL package register a WSLService which requires that higher level of permission. Without admin permission, the
|
Beta Was this translation helpful? Give feedback.
-
Perfect
|
Beta Was this translation helpful? Give feedback.
-
I don't think 1 is that easy: or https://stackoverflow.com/questions/52919268/edit-installation-path Can I |
Beta Was this translation helpful? Give feedback.
-
You should ask someone to get the permission to install programs.
|
Beta Was this translation helpful? Give feedback.
-
Thank you
There are 10 layers of contractors between me and the |
Beta Was this translation helpful? Give feedback.
-
One more question:
What are the side effects of this?
|
Beta Was this translation helpful? Give feedback.
-
At work, we live in a very restricted Windows 10 environment (19042.2728).
Basically no executables are allowed other than a limited set of folders.
Let's say
c:\dev
is one of them.If I try to update wsl via
wsl --update --web-download
it will install it under myc:\users\name
folder which is restricted.Can I tell wsl to install elsewhere?
Beta Was this translation helpful? Give feedback.
All reactions