Sankalp

Member
Joined
Jul 18, 2016
Messages
71
So my laptop was recently attacked by malwares. I tried removing them using windows defender and I think they got removed. But afterwards I am suffering from following problems:

1. Windows apps like Groove music, default video player of windows, calculator etc. have all just disappeared...vanished...can't find them....can't run them.

2. Laptop stability now sucks.....Some services not running....

3. Most importantly, whole taskbar is unclickable . I mean I can't "left click" anywhere on taskbar, though right click works. I have tried several things including power shell method but to no avail.

Please help!!

Thanks in advanced..
 
Solution
If the apps aren't being installed it's usually due to corrupted W10 install media or failed hardware. Did you test your hardware using the diagnostics I gave you links for in my Post #6 above yet? Did you buy or make your own W10 install media? Did it come with your computer when you bought it? If you made your own W10 source, where did you download the ISO file from? Was it from a site other than Microsoft?

Either or both of these problems can cause the symptom you are having. Test you hardware, and post back answers to my questions about your W10 install media, and we'll advise you further. Whatever you have done, you either didn't install W10 from good source or you have failed hardware in that computer which...

Here are all the results of which you said: Link Removed
Get-AppxPackage -AllUsers "*Store*" doesn't return anything as you say. Also sfc /scannow says that there are corrupt files but windows is unable is fix those.

Also there is no folder like WindowsApps in C:\Program Files\ in my PC. Microsoft.WindowsStore_11602.1.26.0_neutral_split.scale-100_8wekyb3d8bbwe is a far thing.

So what shall I do finally?

Edit: This is what I get from that DISM command: Link Removed

Also you mean in win10 I should search .appx ?
 
WindowsApps is a hidden folder, it also doesn't allow for browsing to it from explorer by default, but you should be able to navigate to it from an elevated powershell or command prompt.
 
WindowsApps is a hidden folder, it also doesn't allow for browsing to it from explorer by default, but you should be able to navigate to it from an elevated powershell or command prompt.

Ok.. I can see WindowsApps folder now. But I can't open it? Change permissions to what?
Is there command to list files inside WindowsApps from elevated cmd? All I see is that folder is 0 bytes.
 
Is it dir /A C:\Program Files\WindowsApps\ ? Because that doesn't list anything. What is the command? Thanks.
 
Code:
dir /A:DH "C:\Program Files"


You probably won't be able to see the content of WindowsApps but if you CD to the folder first then just type dir you should see the content.
 
Code:
dir /A:DH "C:\Program Files"


You probably won't be able to see the content of WindowsApps but if you CD to the folder first then just type dir you should see the content.

Thanks. This is what I get : Link Removed

How to list further?
 
You can CD into the Deleted and MovedPackages folder and see if they are there and move them back or you will need to copy them from a different computer.
 
That means the folder is empty or the data is hidden. You will either need to get the requried folders from another computer or re-install windows.
 
That means the folder is empty or the data is hidden. You will either need to get the requried folders from another computer or re-install windows.

I will try out the first option first. How to take out the data if it's hidden? Also which folder shall I copy from another PC? WindowsApps and that's it? Or anything else?
 
I would just copy everything in the WindowsApps folder and when you copy over you can just skip any duplicates. After you copy it over run the first command from reply #8. If you open explorer (the file/folder browser) [Windows key + e] and go to view > settings you can uncheck the "Hide hidden file/folders" then you should be able to copy it.
 

Why am I always getting "try again" when I try to copy them? How to copy via cmd?

Aside from these I have one more thing missing...
No digital output device hdmi :
Link Removed

I think it was there before.
 
You may not be able to copy them. It sounds like it may come to doing a clean install of Windows.
Maybe I can do it using cmd?? xcopy (source) (destination) \e\s\h ?? Something like this...
I can copy them from other PC. I can't replace them with my own.