-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
What about non-admin (standard user) ? #26
Comments
It is intentional to require administrator permissions, as one of the Windows Terminal folder is locked down. |
Hello, |
The function https://github.com/lextm/windowsterminal-shell/blob/master/install.ps1#L150 That folder can only be read by administrators. It is possible to modify the install script to skip that folder, but a lot of features won't work then, so I don't plan to work on this. Pull requests are welcome. |
Related to this question - if I have a main non-admin account (my.name) and a local admin account (my.name2), can I use my admin priveleges to add the context menu for the non-admin user? |
@p2r2 that requires a very complex mechanism, splitting the install steps to two parts (script files) so that they can be run under two accounts. While I fully understand that many enterprise users are forced to use two such accounts, it is rather complicated to rewrite the script to achieve that level of control. Pull requests are welcome though, in case anyone wants to contribute. |
#50 I have opened a PR for this issue |
Hello,
The script works well for admin user, but it fails with non-admin user. It writes some errors and creates the context items but they are non-functional. Running the script as admin, installs the context menu items but for admin only.
Could you make it work for non-admin user as well ?
@lextm
The text was updated successfully, but these errors were encountered: