appxpackage

  1. P

    windows security not existing

    Hi, my problem is that my computer does not have a windows security I tried using these 2 commands in powershell but didnt work : Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register...
  2. Windows 10 Cortana error in Windows 10 event viewer ID 10001 DCOM

    Hi, I'm seeing the following errors in Event Viewer. I have disabled Cortana via gpedit but that does not help. However, that did not help either. Already tried. 1. SFC /scannow 2. DISM 3. Delete "TileDataLayer" folder 4. Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage...
  3. Windows 10 new update has messed me up.. please advise.. mail will open; window shop gone..

    mail will not open; windows shop is gone; and powershell gives this messages.. Get-AppxPackage : The database disk image is malformed The database disk image is malformed At line:1 char:8 + & { = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\Ap ... +...
  4. Windows 10 Fixing Widows Start and Apps don't work?

    Hi My friend called and his apps and start button don't work. I had him run SFC /scannow and that didn't find anything. The next solution was to reinstall all the apps. He is trying to do this through the command prompt by running. Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage...
  5. Windows 10 Resetting Metro style application

    This tutorial will help you reset any metro style application, this includes Cortana and Microsoft Edge Open Windows Explorer (Windows Key + e) Navigate to C:\Users\<username>\Appdata\Local\Packages Shortcut: Type %LOCALAPPDATA%\Packages in the address bar The folders should be in the format...
  6. J

    Windows 10 Windows 10 Start Button Dead

    I have read lots of people are having this problem, have tried everything I've found, nothing fixes this issue for me. I did the free upgrade from Windows 7 Pro to Windows 10 Pro. As with many other people, the start button, Cortana, Edge, store, calculator - doesn't work and has not worked at...
  7. Windows 10 Start Menu Won't Open

    I noticed some had a problem in the past with the start menu not working. I just had that problem and came across something that worked. It even got my Cortana to work after not having it respond at all. Just open up powershell and run as admin. Type in the command below: Get-AppXPackage...