googling the following filter brings up many hits:
"windows firewall policy … import, export, restore to default, backup"
essentially:
type "windows firewall" in your pc's start-search
(taskbar) … choosing this opens up the interface for "windows firewall with advanced security".
or … if you just want command-line specific to exporting/importing:
Code:
netsh advfirewall export "C:\temp\WFconfiguration.wfw"
netsh advfirewall import "C:\temp\WFconfiguration.wfw"
as for typing in "mmc" into command-line … this offers only "microsoft-management-console". it might still be accessible … perhaps my win-10 parent directory interferes.
also … you might need account with administrator...