Имя пользователя:
Пароль:
 

Показать сообщение отдельно

Аватара для NickM

Ветеран


Contributor


Сообщения: 4635
Благодарности: 1115

Профиль | Отправить PM | Цитировать


Эта статейка к решению вопроса не подтолкнёт? https://support.microsoft.com/ru-ru/kb/947709

Upd:
Цитата:
How to enable File and Print Sharing and Network Discovery from Windows command line (CMD)?
You can enable network discovery and file and print sharing from Windows command line using the following commands:
Код: Выделить весь код
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
To disable these functions in Windows, use the same command and replace 'Yes' to 'No' in the above commands.

Последний раз редактировалось NickM, 18-11-2015 в 19:47.


Отправлено: 19:34, 18-11-2015 | #2