SOLVED WordPad failure

Joined
Jan 21, 2016
Messages
25
Reaction score
1
I created New Text Document.txt on my desktop. Right click on it / Open with > / WordPad : the document opens briefly then goes 'poof' (technical term meaning into the ether).
 

Attachments

  • 1570038075591.png
    1570038075591.png
    6.1 KB · Views: 214
Joined
Jan 27, 2016
Messages
795
Reaction score
80
recommend
command prompt as admin
sfc /scannow for to fix corruption

or you might have to do the full

Dism /Online /Cleanup-Image /ScanHealth

DISM.exe /Online /Cleanup-image /Restorehealth

Dism /Online /Cleanup-Image /CheckHealth

sfc /scannow

DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:G:\sources\Install.wim:1 /LimitAccess

Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:G:\sources\install.esd /LimitAccess

a) From Start screen, type cmd. From the results, right-click on Command Prompt and choose Run as an Administrator.

net stop wuauserv and press enter.

rename c:\windows\SoftwareDistribution softwaredistribution.old and press enter.

rmdir /s /q c:\windows\SoftwareDistribution.old and press enter.

net start wuauserv and press enter.

reboot and retry.
 
Joined
Jan 21, 2016
Messages
25
Reaction score
1
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

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

Deployment Image Servicing and Management tool
Version: 10.0.17134.1

Image Version: 10.0.17134.1039

No component store corruption detected.
The operation completed successfully.
PS C:\WINDOWS\system32> DISM /Online /Cleanup-Image /ScanHealth

Deployment Image Servicing and Management tool
Version: 10.0.17134.1

Image Version: 10.0.17134.1039

[==========================100.0%==========================] No component store corruption detected.
The operation completed successfully.
PS 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.
----------------------------
What's my next step please?
 
Joined
Jan 27, 2016
Messages
795
Reaction score
80
ea line is to be performed:
so far it shows you have no corruption. but still this can cause issues.
mount your install.iso then determine if it has Install.wim or install.esd.
check the drive letter of your mounted iso/// Mine is G: replace the drive letter as your mount indicates.
copy and past the exact line into PS as admin or command prompt as admin.

if you have install.wim
DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:G:\sources\Install.wim:1 /LimitAccess

if you have install.esd
Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:G:\sources\install.esd /LimitAccess

next this allow you to remove the old softwaredistribution which tells MS if you have updates or not, and if you remove that then reboot and try to upgrade it starts as if you have never had a update.... MS update code is so full of holes (buggy as hell)

a) From Start screen, type cmd. From the results, right-click on Command Prompt and choose Run as an Administrator.

net stop wuauserv and press enter.

rename c:\windows\SoftwareDistribution softwaredistribution.old and press enter.

rmdir /s /q c:\windows\SoftwareDistribution.old and press enter.

net start wuauserv and press enter.

reboot and retry.
 
Joined
Jan 21, 2016
Messages
25
Reaction score
1
Problem solved. My printer driver was backlevel and after updating that, things are working again...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top