Possibly malware

Page 1 of 2 12 LastLast

  1. Posts : 668
    Win 10 pro
       #1

    Possibly malware


    Something is installing games automatically in win 10 pro, in particular i found this new programs installed out of the blue:

    Candy crush saga
    Candy crush soda saga <- some kind of variant?
    Disney Magic Kingdoms
    March of Empires
    Minecraft

    Defender found no treats...
      My Computer


  2. Posts : 56,825
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #2

    roy111 said:
    Something is installing games automatically in win 10 pro, in particular i found this new programs installed out of the blue:

    Candy crush saga
    Candy crush soda saga <- some kind of variant?
    Disney Magic Kingdoms
    March of Empires
    Minecraft

    Defender found no treats...
    Those are all presents from Microsoft. No extra charge. You can uninstall them. I uninstalled them and they haven't come back. Some are not so lucky!

    How to remove games from My library in Windows Store - Microsoft Community
      My Computers


  3. Posts : 668
    Win 10 pro
    Thread Starter
       #3

    Possibly malware-mv5bnzywmde4njy1m15bml5banbnxkftztywnjcwnzm5._v1_.jpg
      My Computer


  4. Posts : 5,452
    Windows 11 Home
       #4

    Run CMD as admin and copy/paste:
    Code:
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OemPreInstalledAppsEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d "0" /f
    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\Subscriptions" /f
    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\SuggestedApps" /f
      My Computer


  5. Posts : 9,322
    Win 11 Home
       #5

    TairikuOkami said:
    Run CMD as admin and copy/paste:
    Code:
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OemPreInstalledAppsEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d "0" /f
    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\Subscriptions" /f
    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\SuggestedApps" /f
    What is this and what does it do ?
    How do I know if its not going to break something ?

    This is like someone posting I should use a certain program to fix something with no
    link or explanation of how to use it or what it does.

    Why the thought all OP's have any experience at all ?
      My Computers


  6. Posts : 430
    Windows 10 Pro
       #6

    As mentioned, it's MS bloat. I deleted every one of the above when I initially set up my PC and they never came back.
    Right click on the offending apps and uninstall.
      My Computer


  7. Posts : 56,825
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #7

    Stitch194 said:
    As mentioned, it's MS bloat. I deleted every one of the above when I initially set up my PC and they never came back.
    Right click on the offending apps and uninstall.
    Yep! Agree. That was the simplest way, like I posted back up in #2 almost 5 hours ago. Mine haven't come back either. Maybe the OP will re-read.
      My Computers


  8. Posts : 194
    Windows 10
       #8

    Tairku knows his stuff and has helped numerous posters, your choice, I would follow his advice.
      My Computer


  9. Posts : 5,452
    Windows 11 Home
       #9

    COMPUTIAC said:
    Why the thought all OP's have any experience at all ?
    OP is Power User and knows, how to use gpedit, cmd and such, so he certainly knows, how to use google to search, what it does or how to use regedit, like to backup entries before changing/deleting them.
      My Computer


  10. Posts : 668
    Win 10 pro
    Thread Starter
       #10

    TairikuOkami said:
    Run CMD as admin and copy/paste:
    Code:
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OemPreInstalledAppsEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d "0" /f
    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\Subscriptions" /f
    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\SuggestedApps" /f
    Thanks!
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 22:32.
Find Us




Windows 10 Forums