i have a problem on my pc #121182
-
Select Topic AreaQuestion Feature AreaIssues Bodymy all file and application convert to exe file. new downloded file also covert to exe file . what I do now. Guidelines |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Hello, this might be useful to you: |
Beta Was this translation helpful? Give feedback.
-
|
Hi @stavealexe , If I remember correctly, to solve this problem you have to download a fix using another computer (because if you download it directly it will be saved as .exe file) and save it on a USB or external drive, then connect it to your computer and run the fix. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, This web site help You, The ".exe virus" is a common threat spread by portable devices, which hides actual folders and creates fake executable files to spread further. These viruses can disable crucial system functions like Folder options, Task Manager, and Regedit. To address this: Scan your USB device and computer for viruses. |
Beta Was this translation helpful? Give feedback.
Hi, This web site help You,
https://www.quora.com/All-my-folders-are-turning-into-a-exe-application-by-hiding-original-folders-in-my-laptop-running-on-Windows-10-How-can-I-fix-this
The ".exe virus" is a common threat spread by portable devices, which hides actual folders and creates fake executable files to spread further. These viruses can disable crucial system functions like Folder options, Task Manager, and Regedit. To address this:
Scan your USB device and computer for viruses.
Use Command Prompt (CMD) to recover infected files:
Open CMD as administrator.
Enter commands:
cd
(Change drive if necessary)
Dir/ah
Attrib *. -h -s /s /d
Manually remove the virus using Command Prompt:
Enter …