Untitled

 avatar
unknown
plain_text
9 months ago
308 B
6
Indexable
netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=yes
net share MySharedFolder=C:\MyFolder /GRANT:Everyone,FULL


net share MyShare=C:\MyFolder


netsh advfirewall set allprofiles state off


Set-NetFirewallRule -DisplayGroup "File and Printer Sharing" -Enabled True
Editor is loading...
Leave a Comment