-1
I am trying to create a unattended DVD installation of Windows 8, but I can't seem to find a solution do this.
What I'm looking for are to have the same settings on the Network and Sharing Center, to have the Turn on network discovery
"on" for both the private and guest/public within the Control Panel.
For private and guest/public, I need to:
- Turn on network discovery
- Turn on printer and file sharing
- Turn off public folder sharing
- Turn on password protected sharing
- Use user accounts and passwords to connect to other computers
I've been searching for days and have not found a solution yet.
In the firewall you mean? Or on certain SSID names? Will the user be an Administrator when they connect? – Canadian Luke – 2014-08-15T19:07:37.313
What I'm looking for are the same settings on the Network and Sharing Center, to have the Turn on network discovery "on" for both the private and guest/public at the control panel gui. – RafaelBarriola – 2014-08-15T19:10:33.197
OK, can you please [edit] that into the question? It will make it easier for other experts to be able to answer it. – Canadian Luke – 2014-08-15T19:15:36.497
I Guess there's not easy way to do this, the only way I have found that would do some of what I am asking is the following. netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes – RafaelBarriola – 2014-08-20T16:06:54.273
If you found the solution, post it as an answer, instead of a comment. This way, other users can see that there is an answer here. You will need to expand on what you did to make that work though, so it's useful to other people. – Canadian Luke – 2014-08-20T16:14:08.843