winutil icon indicating copy to clipboard operation
winutil copied to clipboard

Features not supported in WINDOWS LTSC-N

Open kbftech opened this issue 2 years ago • 0 comments

Describe the bug Pretty much every option crashes.

To Reproduce

  1. Select features
  2. Click "Install features"
  3. Have a look at the console

Expected behavior Features are installed

Screenshots image image

Additional context Console output in plain text:

Enable-WindowsOptionalFeature : Feature name WindowsMediaPlayer is unknown.
At line:1581 char:13
+             Enable-WindowsOptionalFeature -Online -FeatureName "Windo ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Enable-WindowsOptionalFeature], COMException
    + FullyQualifiedErrorId : Microsoft.Dism.Commands.EnableWindowsOptionalFeatureCommand

Enable-WindowsOptionalFeature : Feature name MediaPlayback is unknown.
At line:1582 char:13
+             Enable-WindowsOptionalFeature -Online -FeatureName "Media ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Enable-WindowsOptionalFeature], COMException
    + FullyQualifiedErrorId : Microsoft.Dism.Commands.EnableWindowsOptionalFeatureCommand

WARNING: Restart is suppressed because NoRestart is specified.
WARNING: Restart is suppressed because NoRestart is specified.
WSL is now installed and configured. Please Reboot before using.
WARNING: Restart is suppressed because NoRestart is specified.
WARNING: Restart is suppressed because NoRestart is specified.
WARNING: Restart is suppressed because NoRestart is specified.
nfsadmin : The term 'nfsadmin' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1595 char:13
+             nfsadmin client stop
+             ~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (nfsadmin:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Set-ItemProperty : Cannot find path 'HKLM:\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default' because it does not
exist.
At line:1596 char:13
+             Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\ClientFo ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKLM:\SOFTWARE\...Version\Default:String) [Set-ItemProperty], ItemNotFo
   undException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetItemPropertyCommand

Set-ItemProperty : Cannot find path 'HKLM:\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default' because it does not
exist.
At line:1597 char:13
+             Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\ClientFo ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKLM:\SOFTWARE\...Version\Default:String) [Set-ItemProperty], ItemNotFo
   undException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetItemPropertyCommand

nfsadmin : The term 'nfsadmin' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1598 char:13
+             nfsadmin client start
+             ~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (nfsadmin:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

nfsadmin : The term 'nfsadmin' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1599 char:13
+             nfsadmin client localhost config fileaccess=755 SecFlavor ...
+             ~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (nfsadmin:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

NFS is now setup for user based NFS mounts
=================================
---  Features are Installed   ---
=================================

kbftech avatar Nov 02 '22 14:11 kbftech