Try repair options first: In ADMIN Cmd Prompt Type Dism /Online /Cleanup-Image /CheckHealth When you use the /CheckHealth argument, the DISM tool will report whether the image is healthy, repairable, or non-repairable. If the image is non-repairable, you should discard the image and start again. If the image is repairable, you can use the /RestoreHealth argument to repair the image. If image is repairable: With ISO Media in CD/DVD tray: (The same media you installed image with) Type in ADMIN Cmd Prompt Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:M:\sources\install.wim:1 /limitaccess press enter on keyboard, wait for it to finish--M would be drive letter of your CD/DVD tray, remember to change M to your CD/DVD drive letter. After that in ADMIN CMD Prompt run sfc /scannow to is just to make sure all is well.
I fAcked up my apps with this command: Code: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} and now they shows boring strings instead of their names and don't open.. and then tried to fix the things in this way Code: DISM.exe /Online /Cleanup-image /Scanhealth DISM.exe /Online /Cleanup-image /Restorehealth and Code: sfc /scannow But tells me that everything's fine which is stupid by the way, so what do you suggest me to do now? To download esd and to re-upgrade my windows or it has a magic thing that can help me(don't think so). Or Is there a way to make windows redownload latest build somehow and to upgrade, don't want to play with dvd's flashdrives etc, but do I have a choice?
With ISO Media in CD/DVD tray: (The same media you installed image with) Type in ADMIN Cmd Prompt Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:M:\sources\install.wim:1 /limitaccess press enter on keyboard, wait for it to finish--M would be drive letter of your CD/DVD tray, remember to change M to your CD/DVD drive letter.
Well as I said, for now don't want to use dvd/flash may be tomorrow when I have more free time, will reinstall everything if don't fix the things, anyway. Another question, does system restore will fix the things, I have to dates that can use to turn back?
Okay, will try now and then will text back, thanks for the answers :* edit: Oh well it's working, really thank you.
I'm getting an error message each boot since installing Build 11099 Error in WSClient.dll Missing entry: RefreshBannedAppsList Edit: WSReset won't do anything for me Edit 2 : run as admin Command Prompt and type schtasks /delete /TN “\Microsoft\Windows\WS\WSRefreshBannedAppsListTask” /F
My explorer pretty much crashes and restarts every 2nd time I right-click a file and / or folder and / or desktop-shortcut. It was ok in the previous build. I only get the "blabla had to get closed / searching for a solution" - message. It happens in the File-Explorer, Total-Commander-Ultima-Prime, Desktop etc.pp. Edit: Looks like, that I have to contact them.
can you see if you can open the event viewer (eventvwr.exe) and maybe the specific issue is in there. if you find it post a screenshot of the crash log. thanks
Didn't expect that. Looks like I have to contact them ... Thanks for the hint ! I totally forgot about it.