Open fedmich opened 1 year ago
Block Cortana SearchApp.exe
netsh advfirewall firewall add rule name="Block Cortana Outbound Traffic" dir=out action=block program="%windir%\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy\SearchApp.exe" enable=yes profile=any
... if using Power shell
New-NetFirewallRule -DisplayName "Block Cortana Outbound Traffic" -Direction Outbound -Program "C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy\SearchApp.exe" -Action Block
Run this as administrator via Power shell to auto create Firewall Rules.
Note that you might need to find and change the path of exe to the actual exe in your machine.