Guest User

Untitled

a guest
Jun 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. docker run -it microsoft/windowsservercore:1803
  2.  
  3. PS C:> Get-WindowsCapability -online
  4. Get-WindowsCapability : The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
  5. At line:1 char:1
  6. + Get-WindowsCapability -online
  7. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8. + CategoryInfo : NotSpecified: (:) [Get-WindowsCapability], COMException
  9. + FullyQualifiedErrorId : Microsoft.Dism.Commands.GetWindowsCapabilityCommand
Add Comment
Please, Sign In to add comment