Apps / Software :: Windows 8.1 / Net 3.5 DISM Ends With 0x800F0906

Sep 15, 2014

I want to install the .NET framework 3.5 through control panel and it ends with 0x800F0906. I also tried the DISM method and that one ends with 0x800F0081F (source could not be found).

I tried directly from Windows 8.1 DVD, copied sxs folder and tried it that way. I even downloaded some offline installers (from mydigitallife forums) and that too doesn't work. I also tried restarting the Windows Update service to no avail.

My log file from DISM:

Code: 2014-08-30 19:06:50, Info
DISM PID=1676 TID=2520 Scratch directory set to 'C:UsersWSAND_~1AppDataLocalTemp'. - CDISMManager::put_ScratchDir2014-08-30 19:06:50, Info
DISM PID=1676 TID=2520 DismCore.dll version: 6.3.9600.17031 - CDISMManager::FinalConstruct2014-08-30 19:06:50, Info DISM PID=1676 TID=2520 Successfully loaded the ImageSession at "C:WINDOWSSystem32Dism" - CDISMManager::LoadLocalImageSession2014-08-30 19:06:50, Info

[Code] .......

View 5 Replies


ADVERTISEMENT

Apps / Software :: Installing NET Framework 3.5 - Error 0x800F0906

Sep 15, 2014

I'm using Windows 8.1, trying to install .NET Framework 3.5 through the "Turn Windows features on or off" menu, and for some reason it won't connect to the update server, but only for this one feature, enabling and disabling everything else works just fine. It spits out error code 0x800F0906. When I go to the support site linked on the error message [URL], it gives me a few things to try. None of them work. When I try the one that apparently fixes the issue for most people, Method 3, the terminal spits out an error about the files not being there [URL]. This error also being covered on the same page as the first, I read through that, made sure everything was good to go, and even tried it with a completely separate Windows 8.1 ISO (what I was originally using was a base Windows 8 ISO), still nothing.

Now, I had this issue a few days ago, and it was stopping me from running a few programs. Having gone through everything I could find on the matter, I decided it was just some sort of file corruption and decided to do a fresh "nuke & pave" reinstall.

View 7 Replies View Related

Accounts :: Windows 8.1 - MS Email Always Ends Up In Upper Case

Sep 15, 2014

Ever since I've linked my MS and Skype account, my email is now always "seen" as something@ LIVE.COM. Even my Windows Phone when I sign in with MS account, it gets recognized as @LIVE.COM at the end.

It's slightly annoying, I've checked all my settings on the web/computer/phone.. Nothing does the trick. I do sign in with lowercase email, but it somehow gets changed to uppercase LIVE.COM on it's own.

This is a screenshot of switching local account to MS. Note that name before LIVE.COM is in lowercase, and I did sign in with all lower case email.

imgur: the simple image sharer

I'm using Windows 8.1 Pro x64, and Nokia Lumia 930 (Cyan).

View 2 Replies View Related

Updates :: Can't Install NET Framework 3.5 - Error 0x800f0906

Nov 16, 2012

I can't install .NET Framework 3.5 no matter what I do. I tried downloading it and in the midway get the error 0x800f0906. I tried installing through DISM but that didn't work either. It always stops at 65.8 %.

View 9 Replies View Related

How To Create Windows Blue WMC Image Using DISM

Apr 3, 2013

I'm trying to create a Windows Blue WMC image using DISM. I'm running it from my host command prompt (9200).

I think I have to use the following commands:

DISM.exe /Mount-Wim /WimFile:S:Bluereadinstall.wim /index:1 /MountDir:S:Bluemount
DISM.exe /image:S:Bluemount /Set-edition:ProfessionalWMC
DISM.exe /Unmount-Wim /MountDir:S:Bluemount

The first command completes without problems, but the second one generates this error log:

2013-04-03 14:47:37, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->
2013-04-03 14:47:37, Info DISM DISM.EXE:
2013-04-03 14:47:37, Info DISM DISM.EXE: Host machine information: OS Version=6.2.9200, Running architecture=amd64, Number of processors=4
2013-04-03 14:47:37, Info DISM DISM.EXE: Dism.exe version: 6.2.9200.16384

[Code]....

View 3 Replies View Related

Setup Installation :: Creating Windows 8 Image Using Dism

Aug 15, 2013

So I'm creating a Windows 8 image with custom software installed, but now i'm stuck on the next steps, I've captured the image but the below link send me in a bit of confusion on the next steps! With win 7 in the past I used to be able to just capture the image and replace the original boot.wim file. Windows 8 doesn't seem to want to let me me do that. it will boot to install but a licence key field appears and doesn't like any licence I use (VLK by the way) What steps should I try and follow next?

View 3 Replies View Related

Windows 8.1 Single Language DISM Error Code 0x8007000

Feb 28, 2014

I have been trying to change my language all day but I cant seem to execute the command "dism /Online /Add-Package /PackagePath:C:lp.cab" in my command prompt. I get the above error. I have downloaded the language pack and put it in my root C drive and renamed it ip.cab

View 9 Replies View Related

Can Turn Hibernation Off Offline With Dism

Oct 23, 2012

Is it possible to force hibernation off offline with dism?

I've tried this:

Code:

Dism /Mount-Wim /WimFile:install.wim /index:7 /MountDir:Mount
reg load HKLMWIM_System MountWindowsSystem32configSYSTEM
reg import Disable_Hibernate.reg
reg unload HKLMWIM_System
Dism /Unmount-Wim /MountDir:Mount /Commit
Where Disable_Hibernate.reg contains:

Code:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINEWIM_SystemControlSet001ControlPower]
"HibernateEnabled"=dword:00000000

When I perform the install & check, hibernation is ON...

View 9 Replies View Related

How To Correctly Generate LangINI By DISM

Oct 14, 2014

I am trying to generate LangINI for:
1. Boot.WIM,
2. Install.WIM,
3. WinRE.WIM (inside Install.WIM)
4. and maybe for main distribution tree (burned into ISO).

Directories (with time chronology of their creation):
ISO is extracted to C:ISO
Boot.WIM is mounted to C:Mount
Install.WIM is mounted to C:Mount (after Boot.WIM is unmounted)
While Install.WIM is mounted, the WinRE.WIM is mounted to C:WinRE

Is this below correct? (after LP are added)

Boot.WIM:
dism /image:C:mount /Gen-LangINI /distribution:C:mount

WinRE.WIM:
dism /image:C:winre /Gen-LangINI /distribution:C:winre

Install.WIM:
dism /image:C:mount /Gen-LangINI /Distribution:C:ISO
dism /image:C:mount /Gen-LangINI /Distribution:C:mount
(both?)

My doubts:
A. I don't believe it, because unpacked WIMs have directories like "Program Files" "Windows"... so "sources" (generated by /Gen-LangINI) directory looks inappropriate. IMHO distribution shouln'd be same as mounting point, but I just mounted vendor's boot.wim it ALSO has Program Files", "Windows"... AND "sources" inside.
B. Also I am not sure about those two commands in Install.WIM. Isn't it overkill

View 4 Replies View Related

Errors When Trying To Refresh PC - SFC / Scan Or Use DISM

Jan 15, 2014

I am trying to refresh my windows 8 ,but when i tried to do so it didn't work and i got this error "there was a problem refreshing your pc no changes made".

I tried to do Sfc /Scannow using Admin CMD but i got this

"Windows Resource Protection could not start the repair service."

Finally I tried to fix the services using "Dism /Online /Cleanup-Image /RestoreHealth"

And I got this error:

"DISM>>Error: 0x80004002
DISM failed. No operation was performed. For more information, review the log file. The DISM log file can be found at C:WindowsLogsDISMdism.log"

How to fix the windows or without reinstalling it ? I'm using Windows 8 i tried to upgrade to 8.1 but didnt work also.

View 7 Replies View Related

Maintenance :: SFC And DISM Fail - Error 0x800f081f?

Feb 28, 2014

Windows Update works.Everything below is done in an elevated command window.SFC /scannow fails. Error is "Windows Resource Protection found corrupt files but was unable to fix some of them."DISM /Online /Cleanup-Image /StartComponentCleanup completes without error.DISM /Online /Cleanup-Image /ScanHealth completes. Says corruption is repairable.DISM /Online /Cleanup-Image /RestoreHealth fails with error code 0x800f081f.DISM log is full of Chinese characters (attached).SFCFIX completes. Says there is no corruption.Tried above in safe mode w/ networking. SFC and DCIM fail to complete.Ran Microsoft Safety Scanner against computer. No infected files.Ran SFC and DISM 11 times.Compared SFC and DISM logs to a set on a working computer (no errors). Exceptions in faulty computer logs are also present in working computer logs.

View 7 Replies View Related

Maintenance :: SFC Scannow And DISM Results Clarification

Apr 9, 2014

When I run SFC, I get "Windows Resources did not find any integrity violations", however when I run DISM, I get the message "The component store is repairable" and "Could not locate source file" messages. This seems to be inconsistent - is there something I should do, or is it normal? Just trying to understand the results when I run these.

View 6 Replies View Related

Maintenance :: DISM Analyze Command Not Recognized?

Apr 10, 2014

DISM Analyze command not recognized?

View 3 Replies View Related

Maintenance :: How To Repair System When Running SFC Or DISM

Jun 26, 2014

Recently I got problems when running SFC or DISM to repair my system. As far as I know it concerns the shortcuts in the folder Administrative Tools, there I changed under Properties the Run option to Maximised Windows and since then SFC and DISM have shown this error that the services are unable to download the proper source files (they admonish a mismatch I cannot correct).

I am running a Windows 8.1 Update 1 system without the Pro version, so I have no access to its exclusive features. I attach the corresponding log files after a run of DISM and SFC for more infos.

View 2 Replies View Related

Correct DISM Command To Reinstall Store Package On 8.1?

Jan 28, 2014

Used the uninstall all Metro applications tricks to remove everything a few weeks ago. I wanted to add the store back temporarily but cannot figure out the DISM command to do so. I know it would be dism /online /add-package /packagepath: but then... I just can't figure out the correct path for `Microsoft-Windows-Store-Client-Package`.

View 6 Replies View Related

Maintenance :: DISM / RestoreHealth Fails With Error 0x800f081f

Apr 9, 2014

After updating to 8.1u1, i'm running "dism /online /cleanup-image /restorehealth" and I get the following:

C:WindowsLogsDISM>dism /online /cleanup-image /restorehealth
Deployment Image Servicing and Management tool
Version: 6.3.9600.17031
Image Version: 6.3.9600.17031
[==========================100.0%==========================]
The restore operation failed. Either the repair source was not found or the comp
onent store cannot be repaired.
Error: 0x800f081f
DISM failed. No operation was performed.
For more information, review the log file.
The DISM log file can be found at C:WindowsLogsDISMdism.log

relevant bits from it seem to be:

Checking System Update Readiness.
(p) CSI Payload Corrupt wow64_microsoft-windows-directui_31bf3856ad364e35_6.3.9600.16438_none_b24310b3f6c19eb0Windows.UI.Xaml.dll
Repair failed: Missing replacement payload.
(p) CSI Payload Corrupt wow64_microsoft-windows-directui_31bf3856ad364e35_6.3.9600.16476_none_b215d06ff6e3dbc6Windows.UI.Xaml.dll
Repair failed: Missing replacement payload.
(p) CSI Payload Corrupt wow64_microsoft-windows-

[code]....

is this something I can repair from my original 8.1 Pro ISO, either as ISO or extracted? The setup event logs mentions 3 errors, so presumably this is the issue.

View 9 Replies View Related

Maintenance :: DISM Online Restore Health Function Gets Error 0x80240021

Feb 16, 2014

I have a desktop computer running Windows 8.1 Pro 64-bit. My computer suffered from an improper shutdown during a power outage. I am getting multiple error messages on logging in, and the sfc /scannow command shows several corrupt files, including msvcr80.dll and multiple others, preventing programs like Microsoft Word from running properly.

I am getting the message after running sfc /scannow in an elevated command prompt that Windows Resource Protection found corrupt files but was unable to fix some of them.

Details are included in the CBS.Log %WinDir%LogsCBSCBS.log. I used the findstr /c:"[SR]" %windir%LogsCBSCBS.log >"%userprofile%Desktopsfcdetails.txt" command to get this log outputted to a sfcdetails.txt log, and it shows which files are corrupt.

I then decided to turn to DISM, in an elevated command prompt, to ensure the component store was good, so that SFC can fix the files. This is where I am getting lost.

Dism /Online /Cleanup-Image /CheckHealth states that: The component store is repairable. However, when I run Dism /Online /Cleanup-Image /RestoreHealth , I am told (after some minutes of it running) that DISM failed, no operation was taken, with an error code of 0x80240021.

Looking at the dism.log file, I am seeing a very long log. These are the initial lines:

[2344] Caller did not request sparse mount
[2344] Mounting new image.
Wim: [?GLOBALROOTdeviceharddisk0partition1RecoveryWindowsREWinre.wim]
Image Index: [1]
Mount Path: [C:WINDOWSTEMP35f47719-b059-4f12-b5ee-101b2768bade]

[Code] .....

From what I can make, some file name or directory is incorrect? I have attached my dism.log file (saved as a .doc file for attachment purposes), my sfcdetails.txt log (obtained from the sfc /scannow function), and a screenshot of the Repair-WindowsImage -Online -RestoreHealth error message when I run it in PowerShell. How I can run DISM correctly to fix my component store.

View 9 Replies View Related

Setup Installation :: Add Language Pack In 8.1 Using DISM Error Code 0x8007000

Feb 27, 2014

I am trying to change my language in windows 8.1 from Spanish to English using DISM.

I have downloaded the language pack that I want to install and saved it to the root of my C Drive and renamed it to LP.mlc

I know little about what I am doing! I tried the command in CMD prompt, "dism /Online /Add-Package /PackagePath:C:LP.mlc"

I keep getting the above error code and it wont install.

View 8 Replies View Related

How To Avoid (Pending Updates) Error When Integrating MSU Updates By DISM

Jul 15, 2013

I just tried to integrate MSU updates to W8 Install.wim by DISM. I executed (after other commands):

Code:
DISM /image:C:mount /Add-Package /PackagePath:C:MSU
In C:MSU I have:

Code:
96 File(s) 797˙689˙211 bytes
20. 06. 2013 03:08 9˙602˙439 AMD64_ARM_X86-all-windows8-rt-kb2840632-x86_5a2074567fbc6cb4e7339dfb8adbeadfaa58b766.msu
24. 10. 2012 01:35 8˙215˙009 AMD64_IA64_X86-all-windows8-rt-kb2729462-x86_3a6f7896b3481f266299544594f1e7bcbb07701a.msu
[Code] .....

Error: 0x800f082f
Package XXXXXXXXXXXXXX may have failed due to pending updates to servicing components in the image. Try the command again.

dism.jpg

View 5 Replies View Related

Apps / Software :: How To Install Apps From Apps Store With Local Account

Jun 17, 2014

I do prefer a local account but when i try to install new apps from app store Windows 8.1 asks me to switch to a microsoft account.

Can I install apps with a local account? and how can i understand if I have a local account or microsoft account.

View 9 Replies View Related

Apps / Software :: Windows 8 Not Saving Autorotate Of Images In Gallery / Viewer Apps?

Nov 5, 2012

i had a bunch of images of a chest of drawers i wanted to sell. On my windows 7 PC all the previews showed the images sideways (landscape when they needed to be viewed in portrait). this is not a problem - expected behavior.

On the windows 8 PC all the images appeared portrait and in the correct orientation. images looked perfect. i understand that windows 8 reads the exif data and autorotates the images on previews and in the galleries. a neat trick.

On the windows 8 PC i put an ad on the website that i wanted to sell the drawers, and when i selected the images they previewed portrait in the file browser too. when uploaded the images all came out sideways (landscape) on the website.

this might seem like user error or a rudimentary problem at first, and trust me i have many years as a system admin under my belt, it is going to cause many problems of a similar nature for every user that touches it.

Windows 8 leads you to believe that your images are correctly oriented firstly, and then does not provide an easy way to adjust and save them even if you do know that they need to be adjusted. even in the windows photo viewer on the desktop (non metro viewer) you can rotate an image as much as you like with the buttons and it will not auto save it like it does in Win7.

In Win7 you could see that the image needs adjustment and its a good prompt for you to action, so you open it, rotate it, and it is automatically saved by the photo viewer so then whatever you do with it, it will be oriented correctly.

what i find absolutely crazy is that windows knows the image needs to be rotated, but does not save the image after it autorotates it, so it lulls you into a false sense of security.

View 9 Replies View Related

Apps / Software :: Latest Windows Updates Removes Hand To Close Apps?

Apr 21, 2014

I've recently noticed a Windows update that changes the way you close apps, amongst a number of other things.

What it was:

What it is now:

This update was unticked in the 'Update and Recovery' section. Every other update had a checkbox ticked, this one didn't.

Other changes bought along by installing this update:

- New applications in the 'Apps' section of the Start menu are now highlighted with a greybox.
- Shut down options now in the start menu (and search, I'm not sure)

One extra thing that seems to be around depending on... something.

This one's related with Chrome. Usually when you start typing in the url box, your search terms are cut off with a rounded border going around. This box has disappeared with the latest update, but I have seen this happening in earlier versions of Windows.

With:

Without:

Opinions on these changes?

View 2 Replies View Related

Apps / Software :: Update Apps Of Windows Store For All Users With Local Account

May 19, 2013

It is possible update for all users the Windows Store apps with a local account belonging to the Administrators group? Then, I believe that the management of updating of the Windows Store apps can also be managed only by administrators. Right? If so, how do I do this?

View 5 Replies View Related

Apps / Software :: Windows 8.1 Update - Cannot Install New Apps / Error Code 0x80073d0a

Apr 20, 2014

Ever since this new update with 8.1 I can't install any new apps... I first noticed when my Mail app stopped working and froze my computer. So I uninstalled the app and when I tried to install it back I get the screenshot below.. So I tried Yahoo Mail, some games, some other apps.. Nothing will work. Mail finally said it installed, but it's not on my computer and the app store says it's already installed. I have my own custom built computer, if you need the specs look under the specs drop-down, it's all there...

View 2 Replies View Related

Apps / Software :: Finding Registry Tweak To Close Quickly Windows 8.1 Apps

Jun 14, 2014

is there a registry tweak to close quickly windows 8.1 apps?

i mean i can use f4+Alt

but i mean the timing when i close an app clicking with the mouse ,draging it down and wait (3 seconds i guess)

is there a tweak to reduce the 3 seconds? for example to 1

View 9 Replies View Related

Apps / Software :: Windows Store Game Apps Cannot Connect To Internet

Aug 4, 2014

For some reasons, unknown by me, i try to access multiplayer mode on my gaming apps that allows online access will not connect to the internet. It tells me that i am not connected to the internet when i am clearly connected to it. My internet is through router and it works fine; i can access my browser just surfing the web. Its just this specific thing that i desire to fix badly.

View 2 Replies View Related

Apps / Software :: Windows Store Apps Stuck On Pending State?

May 30, 2014

every app I try to install always says pending and never downloads.

View 7 Replies View Related

Apps / Software :: Windows 8 Upgrade - Can't View Installed Bing Apps

Aug 19, 2013

My upgrade from 7 Pro to 8 Pro was smooth.

I tried to use location on the Bing weather app and it was over 100 miles out. Couldn't figure out how to solve this so uninstalled it.

Then I did something obviously stupid, I did a restore. I thought that by 'all apps' WIndows 8 did not mean programs, but it evidently does (a slight rewrite would make that clearer to those of us who don't identify all apps as including programs).

Ok, I had to reinstall programs, a nuisance but that's all. However, all my Bing apps are now gone.

They appear in 'Your apps' in the store as in my computer named DOUGW-PC but a search doesn't find them. Reinstalling doesn't do anything either. I can install new apps and they show up fine.

View 3 Replies View Related

Apps / Software :: Windows 8.1 / Most Metro Apps Crash Immediately At Launch

Oct 20, 2013

having installed and configured all the software I need, I felt almost ready and relieved to finally create a backup image of my system. However, I have just realised that most built-in Metro Apps have stopped working.

In detail, Weather, Maps, Mail, Skype, Calendar, Contact, Stocks (and probably few more) do not work, i.e., when I click-open them, there is the short animation in which the App symbol is magnified to full screen, and then immediately afterwards I am sent back to the Metro interface. However, the apps do still appear in the Metro Apps' taskbar on the left side of the screen. Re-Opening them from there leads gives the same result.

Very few apps work, like Skydrive, Photos and Store.

I can confirm that I neither had this issue with Windows 8 nor right after my Windows 8.1 installation, which is when I checked Metro apps for the last time.

What settings in the meantime have caused this disruption, I can only say that I have not done any real work with the computer since the fresh install but merely installed and configured everything to my specifications.

Just for the sake of ruling out some possible causes, I can confirm that: I have no third-party firewall or antivirus programs installed; that I have no nvidia or ATI/AMD graphics card, just the Intel HD 4000 onboard graphics; and that I use the most recent drivers everywhere.

I have already read Windows Store Apps Troubleshooter - Fix Apps in Windows 8 and gone through most of the points, except the refresh install, which I would like to avoid since this is a newly installed computer.

The following errors are reported in the application event log of Windows:

1) Event id 10: "Fehler beim Laden der Anwendungseinstellungen for Paket "Microsoft.BingMaps_8wekyb3d8bbwe". Fehlercode: 5" This is the original German message, translated to english this means:

"Error loading applications settings for package "...". Error code: 5"

I get this type of error for every app I launch, and a few more errors like:

2) Event id 5973: "Translated: The following error occurred while activating the app "...": The remote procedure call failed. You can find more information in the protocoll/log "Microsoft-Windows-TWinUI/Idle""

3) Event id 1000: "Name der fehlerhaften Anwendung: Map.exe, Version: 2.0.2210.2336, Zeitstempel: 0x5257124f
Name des fehlerhaften Moduls: Windows.UI.Xaml.dll, Version: 6.3.9600.16408, Zeitstempel: 0x523d4b78
Ausnahmecode: 0xc000027b
Fehleroffset: 0x0000000000a4f30a
ID des fehlerhaften Prozesses: 0x16bc

[Code] .....

View 9 Replies View Related

Apps / Software :: None Of Windows 8.1 Apps Work - Screen Immediately Minimizes

Aug 11, 2014

I've had windows 8 for a bit, but since I've installed the OS not a single one of my windows apps will work. I've tried a lot of options and none fix it. I will open up a app ( windows store app or PC settings for example) and it will open and display the icon and blown up screen then immediately minimizes and will not allow me to maximize it. I'm so tired of it! I can't download any new apps or update my old ones let alone use any of them. I ran a basic trouble shoot through Microsoft and it came up at one point saying I need a Microsoft account. which is crazy because I've put in my CD key like 50 times and registered it when I put the OS on this computer . Windows 8.1

View 3 Replies View Related

Apps / Software :: Update Windows Apps With Local Account Of Administrators?

May 26, 2014

In Windows 8.1 Update, it is possible to update, for all users, the Windows Apps with a local account of Administrators type?

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved