Windows 10: Firewall setup?

Discus and support Firewall setup? in AntiVirus, Firewalls and System Security to solve the problem; BubbleWitchSaga, Candy Crush, Bing News, Twitter, Facebook. I should probably tidy it up a bit now I've noticed. Never seen them as a FW rule. Discussion in 'AntiVirus, Firewalls and System Security' started by Kol12, Apr 5, 2018.

  1. Firewall setup?


    Never seen them as a FW rule.
     
    MikeMecanic, Apr 25, 2018
    #16
  2. lx07 Win User

    That is odd. I have these (highlighted) ones for apps I've deleted for all users. Not a problem obviously just something I noticed following this thread.


    Firewall setup? [​IMG]
     
  3. Do you see them in Ccleaner or in Settings? Bing News does not show up here anymore.

    The 3 first ones sound more like an enigma here (Store?). Look for them in Settings>Apps>Apps & features or in Start (tiles or apps list).
    In all cases, you must resart to apply changes.

    Try the following in Powershell ISE admin (we don't need prefix and suffix) and see results:


    Code: Get-AppxPackage *bing* | Remove-AppxPackage[/quote] If it returns an error + you may loose Weather also:

    Code: Get-AppxPackage *weather* | Remove-AppxPackage[/quote] Not using this cmd anymore:

    Code: Get-AppxPackage *bingnews* | Remove-AppxPackage[/quote] If you still have no success, it may require a more robust method. Is Edge your default browser?
     
    MikeMecanic, Apr 25, 2018
    #18
  4. lx07 Win User

    Firewall setup?

    I do this - could be I'm not up to date but I just add apps I don't want after each update: PHP Code: $apps=@(
    "A278AB0D.DisneyMagicKingdoms"
    "4DF9E0F8.Netflix"
    "89006A2E.AutodeskSketchBook"
    "9E2F88E3.Twitter"
    "A278AB0D.MarchofEmpires"
    "ClearChannelRadioDigital.iHeartRadio"
    "D52A8D61.FarmVille2CountryEscape"
    "DolbyLaboratories.DolbyAccess"
    "Facebook.Facebook"
    "Flipboard.Flipboard"
    "KeeperSecurityInc.Keeper"
    "king.com.BubbleWitch3Saga"
    "king.com.CandyCrushSaga"
    "king.com.CandyCrushSodaSaga"
    "king.com.ParadiseBay"
    "HoloCamera"
    "HoloItemPlayerApp"
    "HoloShell"
    "Microsoft.3DBuilder"
    "Microsoft.Appconnector"
    "Microsoft.BingFinance"
    "Microsoft.BingNews"
    "Microsoft.BingSports"
    "Microsoft.BingWeather"
    "Microsoft.ConnectivityStore"
    "Microsoft.CommsPhone"
    "Microsoft.Gethelp"
    "Microsoft.Getstarted"
    "Microsoft.Messaging"
    "Microsoft.Microsoft3DViewer"
    "Microsoft.MicrosoftOfficeHub"
    "Microsoft.MicrosoftSolitaireCollection"
    "Microsoft.MicrosoftStickyNotes"
    "Microsoft.MSPaint"
    "Microsoft.Office.OneConnect"
    #"Microsoft.Office.OneNote"
    "Microsoft.Office.Sway"
    "Microsoft.OneConnect"
    "Microsoft.People"
    "Microsoft.Print3D"
    "Microsoft.SkypeApp"
    "Microsoft.Windows.Phone"
    "Microsoft.Windows.Photos"
    "Microsoft.WindowsAlarms"
    #"Microsoft.WindowsCalculator"
    "Microsoft.WindowsCamera"
    "Microsoft.WindowsFeedbackApp"
    "Microsoft.WindowsMaps"
    "Microsoft.WindowsPhone"
    "Microsoft.WindowsSoundRecorder"
    #"Microsoft.WindowsStore"
    "Microsoft.XboxApp"
    "Microsoft.XboxSpeechToTextOverlay"
    "Microsoft.XboxGameOverlay"
    "Microsoft.ZuneMusic"
    "Microsoft.ZuneVideo"
    "microsoft.windowscommunicationsapps"
    "Microsoft.MinecraftUWP"
    "PandoraMediaInc.29680B314EFC2"
    "SlingTVLLC.SlingTV"
    "ShazamEntertainmentLtd.Shazam"
    "Windows.MircastView"
    )

    ForEach ($app in $apps) {
    Get-AppxPackage -Name $app -AllUsers | Remove-AppxPackage

    Get-AppXProvisionedPackage -Online |
    Where DisplayName -EQ $app |
    Remove-AppxProvisionedPackage -Online

    $appPath="$Env:LOCALAPPDATA\Packages\$app*"
    Remove-Item $appPath -Recurse -Force -ErrorAction 0
    }
     
  5. Bing Finance, News, Sports... are not part of Cortana since TH2. You must remove them + dead keys. Clean install is best to do so. Just got rid of Paint 3D in Powershell and its not shown anymore as a FW rule. See screnshot.

    I see only one solution, but you still have the option the set them to block.

    Edit: This cmd line returns the content of 16299.15 only:

    Code: Get-AppXProvisionedPackage -Online[/quote] Unless, of a conflict, an app(s), more specifically a tile(s) that was previously removed with the remaining dead keys, couldn't exist in the firewall rules. At last, It can't be shown active.
     
    MikeMecanic, Apr 26, 2018
    #20
  6. lx07 Win User
    I think you are right. It is becoming a bit of a mess this install. I checked in my VMs and don't see the same issue.
     
Thema:

Firewall setup?

Loading...
  1. Firewall setup? - Similar Threads - Firewall setup

  2. Firewall Port Open - Connection Failed on Telnet

    in Windows 10 Gaming
    Firewall Port Open - Connection Failed on Telnet: We have a server that workstations are needing to connect to using port 9091. The server's windows firewall port 9091 inbound is open but the server does not show it as listening. When attempting to telnet to the server from the workstations on port 9091, we get a connection...
  3. Firewall Port Open - Connection Failed on Telnet

    in Windows 10 Software and Apps
    Firewall Port Open - Connection Failed on Telnet: We have a server that workstations are needing to connect to using port 9091. The server's windows firewall port 9091 inbound is open but the server does not show it as listening. When attempting to telnet to the server from the workstations on port 9091, we get a connection...
  4. How to configure defender firewall

    in Windows 10 Gaming
    How to configure defender firewall: HiI am pretty good at this stuff but this one has me baffled and I have really never played with the windows firewall so I feel pretty stupid.... I have read and tried a couple of things in the in the firewall but nothing I do will work.... As you will see below, I have...
  5. How to configure defender firewall

    in Windows 10 Software and Apps
    How to configure defender firewall: HiI am pretty good at this stuff but this one has me baffled and I have really never played with the windows firewall so I feel pretty stupid.... I have read and tried a couple of things in the in the firewall but nothing I do will work.... As you will see below, I have...
  6. Windows 11 pc cannot access internet because Microsoft defender firewall is broken. How can...

    in Windows 10 Software and Apps
    Windows 11 pc cannot access internet because Microsoft defender firewall is broken. How can...: Windows 11 pc cannot access internet because Microsoft defender firewall is broken. How can this be resolved?The PC is a Dell Inspiron 64-bit running Windows 11 Home. The laptop had been updated to 23H2 but then failed to connect to internet. There is no evidence of malware....
  7. Windows 11 pc cannot access internet because Microsoft defender firewall is broken. How can...

    in Windows 10 Gaming
    Windows 11 pc cannot access internet because Microsoft defender firewall is broken. How can...: Windows 11 pc cannot access internet because Microsoft defender firewall is broken. How can this be resolved?The PC is a Dell Inspiron 64-bit running Windows 11 Home. The laptop had been updated to 23H2 but then failed to connect to internet. There is no evidence of malware....
  8. Windows Firewall Public Profile - how to close open ports that are being used by malicious...

    in Windows 10 Gaming
    Windows Firewall Public Profile - how to close open ports that are being used by malicious...: I have been configuring Windows Firewall Public Profile managed by Intune. Malicious external IPs are using open ports on devices for NTLM request trying to sign in with user name/passwords, random accounts and passwords, trying to get into the devices. So far they have been...
  9. Windows Firewall Public Profile - how to close open ports that are being used by malicious...

    in Windows 10 Software and Apps
    Windows Firewall Public Profile - how to close open ports that are being used by malicious...: I have been configuring Windows Firewall Public Profile managed by Intune. Malicious external IPs are using open ports on devices for NTLM request trying to sign in with user name/passwords, random accounts and passwords, trying to get into the devices. So far they have been...
  10. How can I get winrm to setup Firewall Exceptions?

    in Windows 10 Network and Sharing
    How can I get winrm to setup Firewall Exceptions?: I'm running Windows 10 Enterprise Version 1903. When I run winrm quickconfig in PowerShell as an Administrator it stops with an error stating that one of the connection types is set to public and needs to be changed: WinRM service is already running on this machine....