Jump to content

Welcome to Geeks to Go - Register now for FREE

Geeks To Go is a helpful hub, where thousands of volunteer geeks quickly serve friendly answers and support. Check out the forums and get free advice from the experts. Register now to gain access to all of our features, it's FREE and only takes one minute. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more.

Create Account How it Works
Photo

Windows default players

* * * * * 1 votes

Best Answer dmccoy , 27 December 2018 - 08:01 PM

God to hear. Thanks for the update. Go to the full post »


  • Please log in to reply

#1
KiwiProbie

KiwiProbie

    Member

  • Member
  • PipPipPip
  • 464 posts

Hey guys,

 

One of my mates has used the power shell to get things like groove music off his laptop, and he wants them back now, is did the uninstall of all the zune products that is default to windows 10, he is now wanting them back.  How does he going about doing it?
 

I have no idea with this so that is why I am asking (and I have not much knowledge of powershell either.).


  • 0

Advertisements


#2
FreeBooter

FreeBooter

    Member 1K

  • Member
  • PipPipPipPip
  • 1,462 posts

Windows 10 default apps can be reinstall by executing below powershell command.

 

1. Open a PowerShell window as a Administrator.

 

2. Copy and paste the following line into the PowerShell window and press Enter:

Get-AppxPackage –AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

3. Restart your computer after above command finish executing.


  • 0

#3
KiwiProbie

KiwiProbie

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 464 posts

Awesome thank you and I have done that on his laptop now what about the windows media player for windows 10?

 

I really don't know why he removed any of these to be honest.


  • 0

#4
FreeBooter

FreeBooter

    Member 1K

  • Member
  • PipPipPipPip
  • 1,462 posts

Open Control Panel --> Programs and Features --> Turn Windows features on or off and expand Media Features and place a check mark for Windows Media Player.


  • 0

#5
KiwiProbie

KiwiProbie

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 464 posts

It doesn't have a drop down where I can select media player.


  • 0

#6
FreeBooter

FreeBooter

    Member 1K

  • Member
  • PipPipPipPip
  • 1,462 posts

Open the Command Prompt as a administrator by typing cmd.exe into Start Menu. Right click the cmd.exe and select "Run as a administrator".

 

Execute following command:

Dism   /Online   /Enable-Feature   /FeatureName:WindowsMediaPlayer

This command should reinstall Windows Media Player.


  • 0

#7
KiwiProbie

KiwiProbie

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 464 posts

Ok thank you I will try that now.


  • 0

#8
KiwiProbie

KiwiProbie

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 464 posts
Microsoft Windows [Version 10.0.16299.19]
© 2017 Microsoft Corporation. All rights reserved.
 
C:\WINDOWS\system32>Dism   /Online   /Enable-Feature   /FeatureName:WindowsMediaPlayer
 
Deployment Image Servicing and Management tool
Version: 10.0.16299.15
 
Image Version: 10.0.16299.19
 
 
Error: 0x800f080c
 
Feature name WindowsMediaPlayer is unknown.
A Windows feature name was not recognized.
Use the /Get-Features option to find the name of the feature in the image and try the command again.
 
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
 
C:\WINDOWS\system32>Dism   /Online   /get-feature
 
Deployment Image Servicing and Management tool
Version: 10.0.16299.15
 
Image Version: 10.0.16299.19
 
 
Error: 87
 
The get-feature option is unknown.
For more information, refer to the help by running DISM.exe /?.
 
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
 
C:\WINDOWS\system32>Dism   /Online   /Enable-Feature   /FeatureName:WindowsMediaPlayer
 
Deployment Image Servicing and Management tool
Version: 10.0.16299.15
 
Image Version: 10.0.16299.19
 
 
Error: 0x800f080c
 
Feature name WindowsMediaPlayer is unknown.
A Windows feature name was not recognized.
Use the /Get-Features option to find the name of the feature in the image and try the command again.
 
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
 
C:\WINDOWS\system32>

  • 0

#9
KiwiProbie

KiwiProbie

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 464 posts

I'm doing an SFC /scannow now as well.


  • 0

#10
FreeBooter

FreeBooter

    Member 1K

  • Member
  • PipPipPipPip
  • 1,462 posts

Please post the output of below command.

Dism   /Online   /get-features

  • 0

Advertisements


#11
KiwiProbie

KiwiProbie

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 464 posts
Microsoft Windows [Version 10.0.16299.19]
© 2017 Microsoft Corporation. All rights reserved.
 
C:\WINDOWS\system32>Dism   /Online   /get-features
 
Deployment Image Servicing and Management tool
Version: 10.0.16299.15
 
Image Version: 10.0.16299.19
 
Features listing for package : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.16299.15
 
Feature Name : LegacyComponents
State : Disabled

  • 0

#12
FreeBooter

FreeBooter

    Member 1K

  • Member
  • PipPipPipPip
  • 1,462 posts

Are you telling me the output of the Dism command only few lines it should be like below screenshot.

 

 

C:\WINDOWS\system32>Dism   /Online   /get-features

Deployment Image Servicing and Management tool
Version: 10.0.15063.0

Image Version: 10.0.15063.0

Features listing for package : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.15063.0

Feature Name : Microsoft-Windows-HyperV-Guest-Package
State : Enabled

Feature Name : LegacyComponents
State : Disabled

Feature Name : DirectPlay
State : Disabled

Feature Name : SimpleTCP
State : Disabled

Feature Name : SNMP
State : Disabled

Feature Name : WMISnmpProvider
State : Disabled

Feature Name : MicrosoftWindowsPowerShellV2Root
State : Enabled

Feature Name : MicrosoftWindowsPowerShellV2
State : Enabled

Feature Name : Windows-Identity-Foundation
State : Disabled

Feature Name : Microsoft-Windows-Subsystem-Linux
State : Disabled

Feature Name : NetFx3
State : Enabled

Feature Name : IIS-WebServerRole
State : Disabled

Feature Name : IIS-WebServer
State : Disabled

Feature Name : IIS-CommonHttpFeatures
State : Disabled

Feature Name : IIS-HttpErrors
State : Disabled

Feature Name : IIS-HttpRedirect
State : Disabled

Feature Name : IIS-ApplicationDevelopment
State : Disabled

Feature Name : IIS-NetFxExtensibility
State : Disabled

Feature Name : IIS-NetFxExtensibility45
State : Disabled

Feature Name : IIS-HealthAndDiagnostics
State : Disabled

Feature Name : IIS-HttpLogging
State : Disabled

Feature Name : IIS-LoggingLibraries
State : Disabled

Feature Name : IIS-RequestMonitor
State : Disabled

Feature Name : IIS-HttpTracing
State : Disabled

Feature Name : IIS-Security
State : Disabled

Feature Name : IIS-URLAuthorization
State : Disabled

Feature Name : IIS-RequestFiltering
State : Disabled

Feature Name : IIS-IPSecurity
State : Disabled

Feature Name : IIS-Performance
State : Disabled

Feature Name : IIS-HttpCompressionDynamic
State : Disabled

Feature Name : IIS-WebServerManagementTools
State : Disabled

Feature Name : IIS-ManagementScriptingTools
State : Disabled

Feature Name : IIS-IIS6ManagementCompatibility
State : Disabled

Feature Name : IIS-Metabase
State : Disabled

Feature Name : WAS-WindowsActivationService
State : Disabled

Feature Name : WAS-ProcessModel
State : Disabled

Feature Name : WAS-NetFxEnvironment
State : Disabled

Feature Name : WAS-ConfigurationAPI
State : Disabled

Feature Name : IIS-HostableWebCore
State : Disabled

Feature Name : WCF-HTTP-Activation
State : Disabled

Feature Name : WCF-NonHTTP-Activation
State : Disabled

Feature Name : WCF-Services45
State : Enabled

Feature Name : WCF-HTTP-Activation45
State : Disabled

Feature Name : WCF-TCP-Activation45
State : Disabled

Feature Name : WCF-Pipe-Activation45
State : Disabled

Feature Name : WCF-MSMQ-Activation45
State : Disabled

Feature Name : WCF-TCP-PortSharing45
State : Enabled

Feature Name : IIS-CertProvider
State : Disabled

Feature Name : IIS-WindowsAuthentication
State : Disabled

Feature Name : IIS-DigestAuthentication
State : Disabled

Feature Name : IIS-ClientCertificateMappingAuthentication
State : Disabled

Feature Name : IIS-IISCertificateMappingAuthentication
State : Disabled

Feature Name : IIS-ODBCLogging
State : Disabled

Feature Name : IIS-StaticContent
State : Disabled

Feature Name : IIS-DefaultDocument
State : Disabled

Feature Name : IIS-DirectoryBrowsing
State : Disabled

Feature Name : IIS-WebDAV
State : Disabled

Feature Name : IIS-WebSockets
State : Disabled

Feature Name : IIS-ApplicationInit
State : Disabled

Feature Name : IIS-ASPNET
State : Disabled

Feature Name : IIS-ASPNET45
State : Disabled

Feature Name : IIS-ASP
State : Disabled

Feature Name : IIS-CGI
State : Disabled

Feature Name : IIS-ISAPIExtensions
State : Disabled

Feature Name : IIS-ISAPIFilter
State : Disabled

Feature Name : IIS-ServerSideIncludes
State : Disabled

Feature Name : IIS-CustomLogging
State : Disabled

Feature Name : IIS-BasicAuthentication
State : Disabled

Feature Name : IIS-HttpCompressionStatic
State : Disabled

Feature Name : IIS-ManagementConsole
State : Disabled

Feature Name : IIS-ManagementService
State : Disabled

Feature Name : IIS-WMICompatibility
State : Disabled

Feature Name : IIS-LegacyScripts
State : Disabled

Feature Name : IIS-LegacySnapIn
State : Disabled

Feature Name : IIS-FTPServer
State : Disabled

Feature Name : IIS-FTPSvc
State : Disabled

Feature Name : IIS-FTPExtensibility
State : Disabled

Feature Name : MSMQ-Container
State : Disabled

Feature Name : MSMQ-Server
State : Disabled

Feature Name : MSMQ-Triggers
State : Disabled

Feature Name : MSMQ-ADIntegration
State : Disabled

Feature Name : MSMQ-HTTP
State : Disabled

Feature Name : MSMQ-Multicast
State : Disabled

Feature Name : MSMQ-DCOMProxy
State : Disabled

Feature Name : NetFx4-AdvSrvs
State : Enabled

Feature Name : NetFx4Extended-ASPNET45
State : Disabled

Feature Name : MediaPlayback
State : Enabled

Feature Name : WindowsMediaPlayer
State : Enabled

Feature Name : Printing-PrintToPDFServices-Features
State : Disabled

Feature Name : Printing-XPSServices-Features
State : Disabled

Feature Name : RasRip
State : Disabled

Feature Name : MSRDC-Infrastructure
State : Enabled

Feature Name : SearchEngine-Client-Package
State : Enabled

Feature Name : TelnetClient
State : Disabled

Feature Name : TFTP
State : Disabled

Feature Name : Xps-Foundation-Xps-Viewer
State : Enabled

Feature Name : WorkFolders-Client
State : Disabled

Feature Name : SMB1Protocol
State : Disabled

Feature Name : Microsoft-Hyper-V-All
State : Disabled

Feature Name : Microsoft-Hyper-V-Tools-All
State : Disabled

Feature Name : Microsoft-Hyper-V-Management-Clients
State : Disabled

Feature Name : Microsoft-Hyper-V-Management-PowerShell
State : Disabled

Feature Name : Microsoft-Hyper-V
State : Disabled

Feature Name : Microsoft-Hyper-V-Hypervisor
State : Disabled

Feature Name : Microsoft-Hyper-V-Services
State : Disabled

Feature Name : Printing-Foundation-Features
State : Disabled

Feature Name : Printing-Foundation-LPRPortMonitor
State : Disabled

Feature Name : Printing-Foundation-LPDPrintService
State : Disabled

Feature Name : Printing-Foundation-InternetPrinting-Client
State : Disabled

Feature Name : FaxServicesClientPackage
State : Disabled

Feature Name : ScanManagementConsole
State : Disabled

Feature Name : DirectoryServices-ADAM-Client
State : Disabled

Feature Name : ServicesForNFS-ClientOnly
State : Disabled

Feature Name : ClientForNFS-Infrastructure
State : Disabled

Feature Name : NFS-Administration
State : Disabled

Feature Name : RasCMAK
State : Disabled

Feature Name : SmbDirect
State : Disabled

Feature Name : Containers
State : Disabled

Feature Name : DataCenterBridging
State : Disabled

Feature Name : TIFFIFilter
State : Disabled

Feature Name : Client-DeviceLockdown
State : Disabled

Feature Name : Client-EmbeddedShellLauncher
State : Disabled

Feature Name : Client-EmbeddedBootExp
State : Disabled

Feature Name : Client-EmbeddedLogon
State : Disabled

Feature Name : Client-KeyboardFilter
State : Disabled

Feature Name : Client-UnifiedWriteFilter
State : Disabled

Feature Name : MultiPoint-Connector
State : Disabled

Feature Name : MultiPoint-Connector-Services
State : Disabled

Feature Name : MultiPoint-Tools
State : Disabled

Feature Name : Internet-Explorer-Optional-amd64
State : Enabled

The operation completed successfully.

 

Please execute below command:

Dism   /Online   /get-features | Clip

After executing the above command finish right click empty space at your next post and select Paste.


  • 0

#13
KiwiProbie

KiwiProbie

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 464 posts

No Im not telling you that you wanted a cut and paste with what was done and results I posted it.  I'll do this one now: Dism   /Online   /get-features | Clip

 

Here is the SFC scan as well.

 

C:\WINDOWS\system32>SFC /scannow
 
Beginning system scan.  This process will take some time.
 
Beginning verification phase of system scan.
Verification 100% complete.
 
Windows Resource Protection did not find any integrity violations.

  • 0

#14
KiwiProbie

KiwiProbie

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 464 posts
Microsoft Windows [Version 10.0.16299.19]
© 2017 Microsoft Corporation. All rights reserved.
 
C:\WINDOWS\system32>Dism   /Online   /get-features | Clip
 
C:\WINDOWS\system32>Dism   /Online   /get-features | Clip
 
C:\WINDOWS\system32>

  • 0

#15
KiwiProbie

KiwiProbie

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 464 posts
Microsoft Windows [Version 10.0.16299.19]
© 2017 Microsoft Corporation. All rights reserved.
 
C:\WINDOWS\system32>Dism   /Online   /get-features | Clip
 
C:\WINDOWS\system32>Dism   /Online   /get-features | Clip
 
C:\WINDOWS\system32>Dism   /Online   /get-features
 
Deployment Image Servicing and Management tool
Version: 10.0.16299.15
 
Image Version: 10.0.16299.19
 
Features listing for package : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.16299.15
 
Feature Name : LegacyComponents
State : Disabled
 
Feature Name : DirectPlay
State : Disabled
 
Feature Name : SimpleTCP
State : Disabled
 
Feature Name : SNMP
State : Disabled
 
Feature Name : WMISnmpProvider
State : Disabled
 
Feature Name : MicrosoftWindowsPowerShellV2Root
State : Enabled
 
Feature Name : MicrosoftWindowsPowerShellV2
State : Enabled
 
Feature Name : Windows-Identity-Foundation
State : Disabled
 
Feature Name : Microsoft-Windows-Subsystem-Linux
State : Disabled
 
Feature Name : WorkFolders-Client
State : Enabled
 
Feature Name : MediaPlayback
State : Enabled
 
Feature Name : NetFx3
State : Enabled
 
Feature Name : IIS-WebServerRole
State : Disabled
 
Feature Name : IIS-WebServer
State : Disabled
 
Feature Name : IIS-CommonHttpFeatures
State : Disabled
 
Feature Name : IIS-HttpErrors
State : Disabled
 
Feature Name : IIS-HttpRedirect
State : Disabled
 
Feature Name : IIS-ApplicationDevelopment
State : Disabled
 
Feature Name : IIS-NetFxExtensibility
State : Disabled
 
Feature Name : IIS-NetFxExtensibility45
State : Disabled
 
Feature Name : IIS-HealthAndDiagnostics
State : Disabled
 
Feature Name : IIS-HttpLogging
State : Disabled
 
Feature Name : IIS-LoggingLibraries
State : Disabled
 
Feature Name : IIS-RequestMonitor
State : Disabled
 
Feature Name : IIS-HttpTracing
State : Disabled
 
Feature Name : IIS-Security
State : Disabled
 
Feature Name : IIS-URLAuthorization
State : Disabled
 
Feature Name : IIS-RequestFiltering
State : Disabled
 
Feature Name : IIS-IPSecurity
State : Disabled
 
Feature Name : IIS-Performance
State : Disabled
 
Feature Name : IIS-HttpCompressionDynamic
State : Disabled
 
Feature Name : IIS-WebServerManagementTools
State : Disabled
 
Feature Name : IIS-ManagementScriptingTools
State : Disabled
 
Feature Name : IIS-IIS6ManagementCompatibility
State : Disabled
 
Feature Name : IIS-Metabase
State : Disabled
 
Feature Name : WAS-WindowsActivationService
State : Disabled
 
Feature Name : WAS-ProcessModel
State : Disabled
 
Feature Name : WAS-NetFxEnvironment
State : Disabled
 
Feature Name : WAS-ConfigurationAPI
State : Disabled
 
Feature Name : IIS-HostableWebCore
State : Disabled
 
Feature Name : WCF-HTTP-Activation
State : Disabled
 
Feature Name : WCF-NonHTTP-Activation
State : Disabled
 
Feature Name : WCF-Services45
State : Enabled
 
Feature Name : WCF-HTTP-Activation45
State : Disabled
 
Feature Name : WCF-TCP-Activation45
State : Disabled
 
Feature Name : WCF-Pipe-Activation45
State : Disabled
 
Feature Name : WCF-MSMQ-Activation45
State : Disabled
 
Feature Name : WCF-TCP-PortSharing45
State : Enabled
 
Feature Name : IIS-StaticContent
State : Disabled
 
Feature Name : IIS-DefaultDocument
State : Disabled
 
Feature Name : IIS-DirectoryBrowsing
State : Disabled
 
Feature Name : IIS-WebDAV
State : Disabled
 
Feature Name : IIS-WebSockets
State : Disabled
 
Feature Name : IIS-ApplicationInit
State : Disabled
 
Feature Name : IIS-ASPNET
State : Disabled
 
Feature Name : IIS-ASPNET45
State : Disabled
 
Feature Name : IIS-ASP
State : Disabled
 
Feature Name : IIS-CGI
State : Disabled
 
Feature Name : IIS-ISAPIExtensions
State : Disabled
 
Feature Name : IIS-ISAPIFilter
State : Disabled
 
Feature Name : IIS-ServerSideIncludes
State : Disabled
 
Feature Name : IIS-CustomLogging
State : Disabled
 
Feature Name : IIS-BasicAuthentication
State : Disabled
 
Feature Name : IIS-HttpCompressionStatic
State : Disabled
 
Feature Name : IIS-ManagementConsole
State : Disabled
 
Feature Name : IIS-ManagementService
State : Disabled
 
Feature Name : IIS-WMICompatibility
State : Disabled
 
Feature Name : IIS-LegacyScripts
State : Disabled
 
Feature Name : IIS-LegacySnapIn
State : Disabled
 
Feature Name : IIS-FTPServer
State : Disabled
 
Feature Name : IIS-FTPSvc
State : Disabled
 
Feature Name : IIS-FTPExtensibility
State : Disabled
 
Feature Name : MSMQ-Container
State : Disabled
 
Feature Name : MSMQ-Server
State : Disabled
 
Feature Name : MSMQ-Triggers
State : Disabled
 
Feature Name : MSMQ-HTTP
State : Disabled
 
Feature Name : MSMQ-Multicast
State : Disabled
 
Feature Name : MSMQ-DCOMProxy
State : Disabled
 
Feature Name : NetFx4-AdvSrvs
State : Enabled
 
Feature Name : NetFx4Extended-ASPNET45
State : Disabled
 
Feature Name : Printing-PrintToPDFServices-Features
State : Enabled
 
Feature Name : Printing-XPSServices-Features
State : Enabled
 
Feature Name : RasRip
State : Disabled
 
Feature Name : MSRDC-Infrastructure
State : Enabled
 
Feature Name : SearchEngine-Client-Package
State : Enabled
 
Feature Name : SMB1Protocol
State : Enabled
 
Feature Name : SMB1Protocol-Client
State : Enabled
 
Feature Name : SMB1Protocol-Server
State : Enabled
 
Feature Name : SMB1Protocol-Deprecation
State : Enabled
 
Feature Name : TelnetClient
State : Disabled
 
Feature Name : TFTP
State : Disabled
 
Feature Name : Xps-Foundation-Xps-Viewer
State : Enabled
 
Feature Name : Windows-Defender-Default-Definitions
State : Enabled
 
Feature Name : Microsoft-Windows-NetFx3-OC-Package
State : Enabled
 
Feature Name : Microsoft-Windows-NetFx4-US-OC-Package
State : Enabled
 
Feature Name : Microsoft-Windows-NetFx3-WCF-OC-Package
State : Enabled
 
Feature Name : Microsoft-Windows-NetFx4-WCF-US-OC-Package
State : Enabled
 
Feature Name : Printing-Foundation-Features
State : Enabled
 
Feature Name : FaxServicesClientPackage
State : Enabled
 
Feature Name : Printing-Foundation-InternetPrinting-Client
State : Enabled
 
Feature Name : Printing-Foundation-LPDPrintService
State : Disabled
 
Feature Name : Printing-Foundation-LPRPortMonitor
State : Disabled
 
Feature Name : TIFFIFilter
State : Disabled
 
Feature Name : Internet-Explorer-Optional-amd64
State : Enabled
 
The operation completed successfully.
 
C:\WINDOWS\system32>

  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP