Bug 1405083 Comment 229 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Rob; Could you implement something like this in OCC for the Yogas?

`$network = ((Get-NetConnectionProfile).name)
Set-NetConnectionProfile -Name "$network" -NetworkCategory Private

netsh firewall set notifications mode = disable profile = all`


This should change the network category to private. Once that is set we can turn off the firewall notifications. I am asking because you are more familiar with the Yogas and OCC than I am.
Rob; Could you implement something like this in OCC for the Yogas?

`$network = ((Get-NetConnectionProfile).name)
Set-NetConnectionProfile -Name "$network" -NetworkCategory Private
netsh firewall set notifications mode = disable profile = all`


This should change the network category to private. Once that is set we can turn off the firewall notifications. I am asking because you are more familiar with the Yogas and OCC than I am.
Rob; Could you implement something like this in OCC for the Yogas?

`$network = ((Get-NetConnectionProfile).name)`

`Set-NetConnectionProfile -Name "$network" -NetworkCategory Private`
`netsh firewall set notifications mode = disable profile = all`


This should change the network category to private. Once that is set we can turn off the firewall notifications. I am asking because you are more familiar with the Yogas and OCC than I am.

Back to Bug 1405083 Comment 229