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
ADVERTISEMENT
Aug 16, 2014
Since apparently they removed the Performance and Information Tools section of the Windows 8.1 Control Panel, I haven't been able to find a way to generate a System Health Report.
How to generate one? Or did they remove the capability of generating one? I know I had one in 8 but I upgraded to 8.1 and nope. No section for it?
View 4 Replies
View Related
Jul 16, 2014
When you try to delete WLM messages you get this error
"An unknown error has occurred" and the message cannot be deleted.
People with this problem, often need to delete multiple messages or entire folders. That error appears because WLM only thinks it has that/those message(s), but actually that message is nowhere to be found in the the Windows email folders. The message exists no longer, but WLM still shows it as being in its own folders and you simply cannot delete it using the normal procedure.
For the easier way, one can drag the unwanted and non-existing emails to the Deleted Items folder, one by one. However, that is crazy when you have to get rid of hundreds or thousands of them (yes, I had that situation!).
This is how to trick WLM if you want to delete multiple emails giving you that error:
1. We try to simulate forwarding multiple messages. Select multiple emails by clicking on one and then using SHIFT to click and select multiple concatenated messages. Do that screen after screen (scroll down/up). Stop when you see the FORWARD button has become grey. That means one email is even more stubborn and doesn't even want to be forwarded.
2. Hold the SHIFT key and click the messages up and down until you find the culprit. It will be just outside your selection, when your selection manages to un-grey the Forward button.
3. With a lot of messages selected and concatenated, click on the Forward button. You'll get another error message "One or more messages could not be attached. Select OK to continue creating the note." Click Cancel.
4. Now something has unblocked those messages (or message information) and, with the selection on, you can Delete them by simply clicking the Red X (delete) button.
5. The message that made the Forward button grey, can now be deleted as well.
6. Keep doing that until you finish the bunch of messaged you wanted to delete when you got the initial error.
View 2 Replies
View Related
Sep 20, 2013
Windows8, 64x, i3, 4gb samsung 300e can not generate its health report. I did sfc scan(found some corrupted file but says it could not repaired some of them), hard disk and memory test(fine), disk cleanup done and I have tried exclusive microsoft services system start up (msconfig settings) but still failed to generate report.
View 9 Replies
View Related
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
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
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
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
Apr 10, 2014
DISM Analyze command not recognized?
View 3 Replies
View Related
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
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
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
View Related
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
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
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
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
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
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
Nov 16, 2012
I just installed a pretty clean install of Windows 8 Pro (I used the upgrade, but I did the upgrade immediately over top of a clean windows 7 install). It is installed on an intel SSD. I haven't installed any applications or added any documents, or files. However, when I go to file explorer and right click on my drive it shows that I've used 69GB of space on the SSD! That's after doing disk cleanup and removing the previous windows files and temporary upgrade files. I couldn't believe Windows was taking up 69GB, so I investigated further. If I select the drive in file explorer and then select every folder displayed, and then right click and select properties, then it only comes up as about 13GB. Is there a known problem with Windows 8 computing space useage on SSD drives?
View 8 Replies
View Related
Mar 17, 2014
On one of my systems that was recently installed. I'm having this strange issue with dragging windows around on the screen. I open up a Word doc, IE window, other application, doesn't really seem to matter. When I grab the window with the mouse to move it, it will sometimes move just a inch and then it stops letting me grab it. I have to click 4-7 times to get windows to let me grab the window again, sometimes I have to switch to another app and then switch back. This also happens with just moving windows around on the desktop, it will sometimes let me move it 2-3" and then I just loose the grip
A smaller problem I see, is when I click the X on some windows to close them, sometimes it takes 2-3 clicks before it takes affect. Again, the problem isn't 100% of the time, more like 50/50
I've tried fiddling with the various windows settings, tried a new mouse, different USB ports, different video card, drivers..etc..etc. I just can't figure out what is interrupting my mouse dragging. It's a Wired Logitech 518 mouse
View 6 Replies
View Related
Dec 3, 2013
So this morning my dad went to power off his ASUS K55N Notebook, and it didn't turn off correctly, the screen went black, but the system stayed powered on (had to perform a hard shutdown). He didn't perform any Windows Update(s) or install new drivers prior to this, he didn't change anything, and just now it did the same thing.
the Notebook was performing perfectly fine before today.
Attached is the .zip generated by the SF Diagnostic Tool.
View 2 Replies
View Related
Nov 11, 2013
When I open Google Chrome I get a page that says google chrome did not shut down correctly. Then I get another page. How can I fix this in windows 8?
View 7 Replies
View Related
Dec 12, 2013
The following is something that came up after 8.1 was installed. What does it mean?
Windows 8.1 : SecureBoot isn't configured correctly - Build 9600
View 3 Replies
View Related
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
Apr 18, 2014
How to check if i update the windows 8.1 update 1 from x64 bits systems because i download all packages from microsoft download center and install in that order and dont recive error. Every package ask me to reestart i see all packages are installed on update history and on the section installed updates but I don't see nothing related to windows 8.1 update 1 as the way as see when you install from win update. I check for updates and dont find nothing. I have my service packs and mayor updates on my pc stored because in this house all use win 8.1 x64 and we have a slow connection and because i install by this way. I must say you i see all characteristics of the update 1 but i want to know if don't have errors i ran dism online clean up image restore health and sfc scannow and dont find errors. I only am worried because if this update was not installed properly the supports ends on may 13 and want to have install by the right way.
Thats are the packages and the order of i install
KB2919442, KB2919355, KB2932046, KB2959977, KB2937592, KB2938439 y KB2934018.
When I execute the Dism.exe /Online /Cleanup-Image /CheckHealth (fastest cmd I know I see my build are)
6.3.9600.17031
View 9 Replies
View Related
Jun 13, 2014
This is any browser; Opera , IE, Chrome....all updated, Adobe Reader updated today, Chrome updated to 36 today...
PDFs that are supposed to be emailed, via a button on a webpage, come to me unopenable, and if downloaded, are unable to be loaded due to some format issue.
I tested the same functions on a Win XP laptop, with same Chrome and Adobe Reader version. It worked fine, on the same network and ISP.
WHAT is it about 8.1 that precludes anything from getting PDFs down in one readable piece?
View 5 Replies
View Related
Apr 20, 2014
Yesterday, while using File Explorer a problem occurred. I had a CD open showing files on the CD and I had a folder open (that is on my desktop) and was copying files from the CD to the desktop folder. I am not sure what I may have done, but after closing the File Explorer, it is no longer working correctly. When I left click on the folder icon on the taskbar on my desktop nothing is shown on my desktop. The taskbar icon shows that File Explorer is open and if I hover my cursor over it, a 'mini' is shown (just above the taskbar) of what is open, but will not expand to view on the desktop, just shows the 'open' page above the taskbar. If I open WORD or some other program and try to 'saveas' the files are shown and I can save the document. I down loaded a "file manager" from the Microsoft Store so I can get at and work with files, but I am not able to use the Win 8 File Explorer. I have done a normal shutdown and restart, but still have the problem. I tried to do a system restore, but the restore would not complete. (suggested I turn off antivirus).
View 9 Replies
View Related
Nov 16, 2013
I keep experiencing increasing memory usage by Windows Explorer. Most frequently when moving files, or if I use the "Open containing folder" for a file playing in Foobar. It takes several of these to amount to an actual increase but that's only a minor annoyance.
The real problem is that, after opening task manager and selecting to restart explorer, it quite frequently acts as if it has restarted (explorer.exe appearing in the program list), but does not actually load. No desktop, no icons, no start button (I use classic shell), no charms menu, and the windows button to return to the start screen does nothing. All I get is the system clock and the few icons next to it. The problem continues even if you continually restart, until it randomly corrects itself. Could take 1 additional restart, could take 15-20.
This is majorly problematic and annoying, google turns up nothing, and I'm honestly starting to wonder if there's just something wrong with my computer. There's already a hardware problem in that my webcam has an internal disconnect and the display itself has vertical lines randomly appearing, which I am settling with HP, but there are no other noticeable problems.
View 1 Replies
View Related
Mar 6, 2012
When I turn my HP LaserJet CP1215 on, on a fresh install of Win 8 Preview the Printer Driver loading icon appears on the taskbar and the green shade goes across as if it's installing correctly. Looking in Control Panel/Printers and devices shows the printer installed and the properties shows the device is working correctly.
However when I try to print in any application no printer is shown, and trying to add a printer runs through the search and finds nothing.
The printer works fine in win 7.
View 9 Replies
View Related
Aug 11, 2014
I am running the latest edition of Windows 8.1 and have recently run into some problems. I have the Steam Gaming client installed on my system with a few games, one of which is Team Fortress 2. However, after I close certain games, that might run in fullscreen, and some don't like Minecraft, I can't open any other programs. Not task manager, I can't even shut down my PC. It's not just Steam items.
View 1 Replies
View Related
Oct 1, 2013
I have this issue and my mainboard Intel DH61BF and DVB-S card (skystar2 express HD)
windows installed with UEFI mode.
before that my OS was win8 pro WMC installed with UEFI mode and no watermark in desktop
View 9 Replies
View Related