Skip to content
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

Better detection of NFS client installation #149

Open
znation opened this issue Oct 18, 2023 · 0 comments
Open

Better detection of NFS client installation #149

znation opened this issue Oct 18, 2023 · 0 comments
Labels

Comments

@znation
Copy link
Contributor

znation commented Oct 18, 2023

From TODO comment in the code and comment by @willser:

          Maybe DISM would be work?

Run follwing command

DISM /online /get-features /format:table /english |findstr /I "nfs"

and get result:

ServicesForNFS-ClientOnly                   | Disabled
ClientForNFS-Infrastructure                 | Disabled
NFS-Administration                          | Disabled

Problem is DISM need run as admin.

Originally posted by @willser in #4 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant