Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add-AppxPackage : HRESULT: 0x80073CF6, Package could not be registered.
#21
Toshiba satellite pro C850
Model number: PSCBXA-023005

Smile

#22
ok did you run a memory test?

#23
Try and run this:

Open Task Manager > File menu > Run new task. Type powershell and select the Create this task with administrative privileges check box and click OK to open an elevated PowerShell prompt and type.

Code:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
<left><form action="https://www.paypal.com/cgi-bin/webscr" method="post">If you are satisfied with my help, consider a donation. Thank you so much for your continued support! 
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Y4ZDLXGFS4F8Q">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="0" height="0">
</form>

   </div></left> 

#24
(02-01-2016, 12:24 PM)Britec Wrote:  Try and run this:

Open Task Manager > File menu > Run new task. Type powershell and select the Create this task with administrative privileges check box and click OK to open an elevated PowerShell prompt and type.



Code:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Thanks for the reply. :3

I've run this command and got a few errors back not sure what this did but my missing DLL issue is still happening.
What else can  I try to fix this?

By the way thanks for all the replies, it is much appreciated that you're helping me. Smile

Screenshots of errors if ya need:

[Image: wuZgKFi.png]

[Image: 0djS3xb.png]

If you need anything else from me don't hesitate to ask me.

#25
Please try this code in powershell.

Code:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
<left><form action="https://www.paypal.com/cgi-bin/webscr" method="post">If you are satisfied with my help, consider a donation. Thank you so much for your continued support! 
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Y4ZDLXGFS4F8Q">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="0" height="0">
</form>

   </div></left> 

#26
(02-02-2016, 02:00 PM)Britec Wrote:  Please try this code in powershell.



Code:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

I've tried that, still comes up with a few errors, if you need them just ask.
Sorry for the late reply...
Is there any hope for getting this fixed ?

#27
Code is different from last one
<left><form action="https://www.paypal.com/cgi-bin/webscr" method="post">If you are satisfied with my help, consider a donation. Thank you so much for your continued support! 
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Y4ZDLXGFS4F8Q">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="0" height="0">
</form>

   </div></left> 

#28
(02-05-2016, 01:50 PM)Britec Wrote:  Code is different from last one

Oh oops,  I didn't realize I was using the previous code, I've just now run that command and this was the result of it. Approximately 5 errors popped up,

Here they are:

[Image: IU4bIFq.png]

[Image: aDwKZen.png]

[Image: WS4bIDr.png]

[Image: Lf9i0aM.png]

[Image: xwm0iMv.png]


I hope this gets fixed soon. ;3

#29
Did you not read the message? I have highlighted the code which PowerShell tells you what to do
   

Seems to be a big issue with a lot of people reinstalling windows.
<left><form action="https://www.paypal.com/cgi-bin/webscr" method="post">If you are satisfied with my help, consider a donation. Thank you so much for your continued support! 
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Y4ZDLXGFS4F8Q">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="0" height="0">
</form>

   </div></left> 

#30
Thanks everyone for trying to help me!
I've so far found no solution what so ever I spent hours on end seeking no result to fix my issue. In the end, I just decided to Factory reset it I was able to get a safe copy of most the important things.
You can locked this thread now, since i don't have this issue Smile



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 Melroy van den Berg.