بالاخره پس از چند هفته تونستم ویندوز ۸.۱ را آپدیت کنم
هی ارور میداد
برای رفع مشکل این کارها را انجام دادم
1. open command in admin mode
2. Type following command and press enter:

DISM /online /get-packages /format:table | findstr KB2919355

3. You will notice package name similar to this, the amd64 could be different based on OS architecture:

Package_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14

4. If you see no output for step# 3 then jump to step# 6, otherwise run following command:

DISM /online /remove-package /packagename: the exact command will look like as below:

DISM /online /remove-package /packagename:Package_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14

5. Restart your computer.

6. Run following command:

DISM /online /cleanup-image /restorehealth

7. Now install KB2919355 and restart after install.