Windows 10: Narrator

Discus and support Narrator in Windows 10 Support to solve the problem; The first one. You have to point to the drive that the install.esd is located in. Thank you John for your patience. I will try it again. Could you... Discussion in 'Windows 10 Support' started by emeth, Nov 22, 2015.

  1. emeth Win User

    Narrator


    Thank you John for your patience. I will try it again.

    Could you tell me what the -- "sources\install.esd:1 /limitaccess" parameters actually mean?
     
    emeth, Nov 22, 2015
    #16
  2. emeth Win User

    Using the statement, C:\WINDOWS\system32>Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:H:\sources\install.esd:1 /limitaccess

    Deployment Image Servicing and Management tool
    Version: 10.0.10240.16384


    Image Version: 10.0.10240.16384


    [==========================100.0%==========================]


    Error: 0x800f081f


    The source files could not be found.
    Use the "Source" option to specify the location of the files that are required to restore the feature.
     
    emeth, Nov 22, 2015
    #17
  3. JohnC Win User
    H:\Sources\install.esd is the full path to find the file. The /limitaccess switch prevents DISM from using windows update for online images.
     
    JohnC, Nov 22, 2015
    #18
  4. JohnC Win User

    Narrator

    JohnC, Nov 22, 2015
    #19
  5. emeth Win User
    First, I tried to source another USB drive which does not go to sleep thinking that DISM may not be able to wake up my external HD.

    But,

    Usint the Statement; C:\WINDOWS\system32>Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:I:\sources\install.esd:1 /limitaccess


    Deployment Image Servicing and Management tool
    Version: 10.0.10240.16384


    Image Version: 10.0.10240.16384


    [==========================100.0%==========================]


    Error: 0x800f081f


    The source files could not be found.


    Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see Configure a Windows Repair Source.


    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
     
    emeth, Nov 22, 2015
    #20
  6. emeth Win User
    emeth, Nov 22, 2015
    #21
  7. JohnC Win User
    Like this:

    Narrator [​IMG]

    just click once to highlight in file explorer try that. I also thought that you were having problems because it was an external drive.
     
    JohnC, Nov 23, 2015
    #22
  8. emeth Win User

    Narrator

    Thank you for your continuing help for us old dogs.


    My mouse is set for single click = double click


    clicking on the iso in the CD/DVD drive, initiates the .exe file


    I can't believe this is so hard or I am so dense?
     
    emeth, Nov 23, 2015
    #23
  9. JohnC Win User
    I guess the point is that the drive should be highlighted, like in the picture. DISM cam be a problem to run. There are a lot of threads on it in these forums. Since you have the iso disc maybe the easiest thing to do at this point is a repair install/ in place upgrade. you run setup and click on repair this computer, there is a screen that will ask you what you want to keep. Check keep my apps and files. There is more risk in doing this than the sfc, dism route. But it should clean up the system faster. Repair Install Windows 10 with an In-place Upgrade - Windows 10 Forums . Disable any 3rd party AV or security programs before you do this. You can turn them back on after.
     
    JohnC, Nov 23, 2015
    #24
  10. emeth Win User
    I'll try that as a last resort as I have quite a few programs that I depend upon.

    I will go through the DISM syntax a few more times to see where it is breaking down.

    Again, thanks for all your help. *Smile
     
    emeth, Nov 23, 2015
    #25
  11. JohnC Win User
    JohnC, Nov 23, 2015
    #26
  12. emeth Win User
    I went to MS Tech Bench and am downloading an iso named Win10_English_x64.iso

    I am assuming that it contains the install.wim you are referring to?
     
    emeth, Nov 23, 2015
    #27
  13. JohnC Win User

    Narrator

    Yes it will be in the same place, \Sources folder. the files are listed in alphabetical order. English is the right version.
     
    JohnC, Nov 23, 2015
    #28
  14. emeth Win User
    Began the operation as you suggested:

    1- Create a folder on desktop: mount
    2- Copy install.wim to desktop. (used the ISO downloaded from techbench)

    Open Admin Command prompt, copy/paste each line and run:
    Dism /mount-wim /wimFile:%USERPROFILE%\Desktop\install.wim /index:1 /MountDir:%USERPROFILE%\Desktop\mount
    Dism /Online /Cleanup-Image /CheckHealth
    Dism /Online /Cleanup-Image /RestoreHealth /Source:%USERPROFILE%\Desktop\mount\windows /LimitAccess
    Dism /unmount-wim /Mountdir:%USERPROFILE%\Desktop\mount /discard
    run: sfc /scannow
    _______________________________________________________________________________________________
    Microsoft Windows [Version 10.0.10240]
    (c) 2015 Microsoft Corporation. All rights reserved.

    C:\WINDOWS\system32>Dism /mount-wim /wimFile:%USERPROFILE%\Desktop\install.wim /index:1 /MountDir:%USERPROFILE%\Desktop\mount

    Deployment Image Servicing and Management tool
    Version: 10.0.10240.16384

    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    C:\WINDOWS\system32>Dism /Online /Cleanup-Image /CheckHealth

    Deployment Image Servicing and Management tool
    Version: 10.0.10240.16384

    Image Version: 10.0.10240.16384

    The component store is repairable.
    The operation completed successfully.

    C:\WINDOWS\system32>Dism /Online /Cleanup-Image /RestoreHealth /Source:%USERPROFILE%\Desktop\mount\windows /LimitAccess


    Deployment Image Servicing and Management tool
    Version: 10.0.10240.16384

    Image Version: 10.0.10240.16384

    [==========================100.0%==========================]
    The restore operation completed successfully.
    The operation completed successfully.

    C:\WINDOWS\system32>Dism /unmount-wim /Mountdir:%USERPROFILE%\Desktop\mount /discard

    Deployment Image Servicing and Management tool
    Version: 10.0.10240.16384

    Image File : C:\Users\Dave\Desktop\install.wim
    Image Index : 1
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    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 found corrupt files and successfully repaired
    them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
    example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
    supported in offline servicing scenarios.

    C:\WINDOWS\system32>
    ____________________________________________________________________________________________________

    So far, success finally; at least in getting DISM to run

    Thank you.!

    Now for the re-boot and see.
     
    emeth, Nov 23, 2015
    #29
  15. JohnC Win User
    Great. You should be back in business! SFC completed successfully was what you wanted to see.
     
    JohnC, Nov 23, 2015
    #30
Thema:

Narrator

Loading...
  1. Narrator - Similar Threads - Narrator

  2. How do I get the narrator to read each line of a Specific Paragraph or area In a document?

    in Windows 10 Gaming
    How do I get the narrator to read each line of a Specific Paragraph or area In a document?: How do I get the narrator to read each line of a Specific Paragraph or area In a document? https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-get-the-narrator-to-read-each-line-of-a/56b3af00-7a05-478b-9fd9-dcbd55dedfe8
  3. How do I get the narrator to read each line of a Specific Paragraph or area In a document?

    in Windows 10 Software and Apps
    How do I get the narrator to read each line of a Specific Paragraph or area In a document?: How do I get the narrator to read each line of a Specific Paragraph or area In a document? https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-get-the-narrator-to-read-each-line-of-a/56b3af00-7a05-478b-9fd9-dcbd55dedfe8
  4. What is the narrator key?

    in Windows 10 Gaming
    What is the narrator key?: What is the narrator key?? How do I get the narrator to read each line of a Specific Paragraph or area In a document? https://answers.microsoft.com/en-us/windows/forum/all/what-is-the-narrator-key/56b3af00-7a05-478b-9fd9-dcbd55dedfe8
  5. What is the narrator key?

    in Windows 10 Software and Apps
    What is the narrator key?: What is the narrator key?? How do I get the narrator to read each line of a Specific Paragraph or area In a document? https://answers.microsoft.com/en-us/windows/forum/all/what-is-the-narrator-key/56b3af00-7a05-478b-9fd9-dcbd55dedfe8
  6. Narrator - announcing "heading level 1" for list items

    in Windows 10 Gaming
    Narrator - announcing "heading level 1" for list items: Hello Windows Support,Context: I am a web developer trying to fix accessibility bugs reported.On the web page I have unordered lists, each item has an icon and text. The icon is aria-hidden.Problem: using Narrator, in Google Chrome, navigating with Arrow Up/Arrow Down, for...
  7. Narrator - announcing "heading level 1" for list items

    in Windows 10 Software and Apps
    Narrator - announcing "heading level 1" for list items: Hello Windows Support,Context: I am a web developer trying to fix accessibility bugs reported.On the web page I have unordered lists, each item has an icon and text. The icon is aria-hidden.Problem: using Narrator, in Google Chrome, navigating with Arrow Up/Arrow Down, for...
  8. Windows Narrator-Spacebar

    in Windows 10 Gaming
    Windows Narrator-Spacebar: When I press the spacebar whilst using Windows Narrator, Narrator reads the whole line. As such, every time I type a space in a sentence, the whole line is read back, rather than just the word or character I have written. How can I type a spacebar when suing Narrator without...
  9. Windows Narrator-Spacebar

    in Windows 10 Software and Apps
    Windows Narrator-Spacebar: When I press the spacebar whilst using Windows Narrator, Narrator reads the whole line. As such, every time I type a space in a sentence, the whole line is read back, rather than just the word or character I have written. How can I type a spacebar when suing Narrator without...
  10. Narrator does not speak the minus sign for negative amounts by default.

    in Windows 10 Software and Apps
    Narrator does not speak the minus sign for negative amounts by default.: With the keystrokes Narrator + alt + ] you can choose math and then the minus sign is spoken. Can you set this as the default? https://answers.microsoft.com/en-us/windows/forum/all/narrator-does-not-speak-the-minus-sign-for/da441949-b98a-4739-bde2-1a53ad2b5e17