top button
Flag Notify
Site Registration

DISM Source files could not be found when trying to restore?

0 votes
344 views

How to produce this error
Step 1: Open up a PowerShell or CMD session as Administrator.
Step 2: Type the following command:

DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

While enable the Hyper-V role using DISM I am getting these following error

Deployment Image Servicing and Management tool
Version: 10.0.10240.16384

Image Version: 10.0.10240.16384


Error: 0x800f080c

Feature name Microsoft-Hyper-V 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

Image from Windows 10

DISM restore

posted Dec 22, 2016 by Ati Kumar

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

Server running Centos and MySQL and Client is a windows xp machine.
I have setup a SSH tunnel with putty and run mysql administrator. It works fine with the root account.

With a non-root account I get
the server service or the configuration file could not be found. I can log on but I can't see the databases that I should be allowed to see.

Running a mysql -h 127.0.0.1 -u myuser -p mypassword from linux works fine

I have created a .my.cnf file in the home folder with 600 permissions in the linux box and filled it with:

[client]
 pass='mypass'
 user=myuser

Server configuration file is under /etc/my.cnf. What am I doing wrong?

+1 vote

While downloading a game on windows 10, I am getting this error - ""This Publisher has been blocked from running software on this machine"

How to proceed, please help..

+1 vote

I'm running win7 prof under Fedora/VirtualBox-5.0-5.0.10_104061_fedora22-1.x86_64 with a valid product key.

If I try to upgrade to win10, it's rejected: cpu not supported (or similar), and not supported video card (the last seems to be a minor issue).

But my CPU is: Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz. The NX bit is on.

Installing win10 by the media creation tool in VirtualBox runs flawlessly (only the product key is invalid).

So my question: Anybody made similar experiences and could solve the issue?

+3 votes

http://en.wikipedia.org/wiki/Relational_database_management_system

There are Database Backup and restore utilities for RDBMS Systems.
The Backup program generates a (.Bak) Binary File as output which can later be restored in case the Database crashes.

What could be the Algorithm/s in database backup/s and restore programs ?. i.e. C/C++ Programming logic/Algorithm.

...