netsh

  1. T

    Windows 7 Windows 7 Firewall GPO Help Please

    Windows Firewall settings were exported to a .wfw file. The settings take effect if I manually import them through gpedit.msc and click to import the file. What I really want to have happen is a batch file executes the following: netsh advfirewall import c:\firewall.wfw For some reason using...
  2. M

    Windows 7 Set Network Location via Command Line

    Win7Pro Only I'm looking for a scripted solution, or a command line that I can ultimately script. The reason being that I'm supporting 1200 users in remote locations, and I automate as much as I can in batch and VB scripts. I'm not intimately familiar with PowerShell, but I'm not opposed to it...
  3. Running "netsh exec" after "netsh interface dump" causes loss of interfaces.

    Link Removed
  4. N

    Windows 7 Strange Win7 DHCP issue take a look!...please

    Hello all, I've got a bit of a strange issue going on with a PC i just put together. Its a Win7 Home Premium machine will all updates and service packs installed. There is no antivirus software or security software or 3rd party firewall software installed...machine is clean though only play...
  5. R

    Windows 7 Configure the dynamic port ranges

    Hi, In windows 7 if i use Netsh int ipv4 set dynamicport tcp start=49152 num=14847 where is it held in the registry? Thanks R
  6. M

    Windows 7 netsh mbn show interfaces results in command not found on Win7 64Bit

    Hi, I'm trying to run "netsh mbn show interfaces" from a .bat or .jar file on a Windows 7 64bit system but every time I run my file, it results in "The following command was not found mbn show interfaces". When I run that same command in a cmd.exe prompt, the result is correct and as...
  7. Windows 7 Realtek PCIe FE Losing Connectivity in Win 7 Home 64-bit

    I am having an intermittent problem with my network connection dropping out for no apparent reason. When it drops, I still see the lights blinking on the NIC card, but cannot pass packets even to the router. Windows does not report the connection or the cable as disconnected when this...
  8. How to use the "netsh advfirewall firewall" context instead of the "netsh firewall" context to contr

    Describes how to use the new "netsh advfirewall firewall" command-line context instead of the "netsh firewall" context to control Windows Firewall behavior in Windows Server 2008 and in Windows Vista. Provides detailed examples. More...
  9. T

    Windows 7 IP protocol 'disappeared'

    I am trying to fix a Samsung laptop for a friend. She admits to having 'fiddled' with the networking applets in Control Panel with the result that neither LAN nor Wi-fi functions any more. I have noticed that I am unable to use the GUI to access IPv4 Properties because the button is greyed out...
  10. Z

    Windows 7 802.1x scripting in windows 7

    Hi, I have come across a problem that I was unable to fix. I need a script that configures 802.1x authentication in windows 7 for the wired network. Windows 7 has a great improvement over XP, the netsh lan profileproperties command. it enables me to configure all settings I want to tweak...
  11. Windows 7 Connection Problems: HTTP connections do not work; HTTPS, FTP, Pinging Does. Everything works in saf

    i have a vaio laptop that is having some weird connection issues. I can't view any websites using any browser (firefox, ie, chrome) unless they're HTTPS connections (tested with https://gmail.com) i tested connecting to an FTP server through the command prompt, and that works, as well as...
  12. P

    Windows 7 Virtual Router using netsh wlan set hostednetwork

    The virtual router function in W7 is fantastic and I am running a small PAN now consisting of a media server with a WiFi card and connection to internet, and two laptops connected using WiFi to the server. My question is about speed and radio type. The server has a Ralink RT2860 chip which...
  13. T

    Windows 7 'Unidentified network - no internet access' issue

    [EDIT: This issue is solved.] I got this problem this morning and have been working on it for a few hours. I did a lot of Googling to see what might be causing it; nothing seems to be working. It's ethernet, not wireless, and I've had 0 network problems for the half a year since I got the...
  14. W

    Windows 7 Win 7 Spontaneously changing from Dynamic DNS Servers to Static.

    Hey all, I have the most bizarre problem, and have tried everything from uninstalling and reinstalling the ipv4 stack using netsh to deleting the static dns servers from the registry, to no avail. My problem: My network interface dns server settings are being replaced about every 10 minutes...
  15. G

    Windows 7 [SOLVED] iPhone Ad Hoc WiFi Working, but no Autoconnect

    I just make a bat file with the following line: netsh wlan connect ssid=iPodWin7 name=iPodWin7 where iPodWin7 it's my ad hoc net. Then, put it on startup. Gastón, from Argentina