Disable firewall and activate network detect

flippy25

New Member
Hello, I need to connect by remote desktop to a remote pc on lan when the unattended instalation finish. I need that unattended answer include "Activate network detect" enable in profile network private and firewall disable. Ho do this in NTLite?
Thank you.
 
Most RDP settings are applied by using a GPO policy file, or registry keys.

By network detection, are you talking about session connection speed, or enabling UDP support? Outbound RDP connections don't require disabling firewall rules, unless you want go back in the reverse direction.
 
Most RDP settings are separately applied using a GPO policy file, or registry keys. If you're in a personal environment, creating a .reg file is the simplest answer.

By network detection, are you talking about session connection speed or enabling UDP support? Outbound RDP connections don't require disabling firewall rules, unless you want go back in the reverse direction.
I'm talking about enable network Discovery And file sharing in Windows. I don't know what's the register key to activate this option. Thank you.
 
Add two new commands under Post-Setup:

CommandParameters
netadvfirewall firewall set rule group="Network Discovery" new enable=Yes
netadvfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
 
Back
Top