I have disabled the "Set Network Location" popup with this registry hack:

HKLM\System\CurrentControlSet\Control\Network\NetworkLocationWizard\
Name: HideWizard (DWORD)
Value: 1

Now i would like all future network connection to be forced to: Work network.

I need a black box with a server app, that has to run on any network it is connected to. This requires the network to be trusted in order for firewall rules to allows traffic to my server app.

EDIT I'm using Windows 7 Home Premium

link|improve this question
feedback

1 Answer

up vote 4 down vote accepted

I believe that you can only set network policies to Private or Public, but there isn't much difference between Private and Work. A Private network is trusted.

Open the Local Security Policy Editor (Start->Run "secpol.msc" ).
Under Security Settings, select "Network List Manager Policies" and then select a network name from the displayed names (I don't know exactly which name will apply in your case).
Right-click and select Properties and set the "Location type" to Private.
Reboot.

link|improve this answer
Thats exactly what i need. The only problem is that i'm using Windows 7 Home, which does not feature the Local Security Policy Editor. Is it possible to tweak via the registry? – Fedearne Nov 19 '09 at 12:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.