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

21-development.md: support Windows Server #10287

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Al2Klimov
Copy link
Member

That OS need NetFx3ServerFeatures to be enabled before NetFx3.

That OS need NetFx3ServerFeatures to be enabled before NetFx3.
@Al2Klimov Al2Klimov added bug Something isn't working area/documentation End-user or developer help area/windows Windows agent and plugins labels Jan 8, 2025
@cla-bot cla-bot bot added the cla/signed label Jan 8, 2025
@Al2Klimov Al2Klimov requested a review from oxzi January 10, 2025 14:04
Comment on lines +1739 to +1740
1. `Enable-WindowsOptionalFeature -FeatureName NetFx3ServerFeatures -Online`
(Windows Server only)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Windows Server only

If this is something which only applies to some versions of an operating system, it should be written before the command as otherwise half the people would blindly copy the command just to be confused why it won't work on their non-server operating system.

1. `Enable-WindowsOptionalFeature -FeatureName "NetFx3" -Online`
1. `Enable-WindowsOptionalFeature -FeatureName NetFx3ServerFeatures -Online`
(Windows Server only)
2. `Enable-WindowsOptionalFeature -FeatureName NetFx3 -Online`
(reboot when asked!)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't "(reboot when asked!)" also already not prominent enough then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation End-user or developer help area/windows Windows agent and plugins bug Something isn't working cla/signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants