Jump to content

Recommended Posts


Posted

Ok google for regshot, download it and open,

1. Untick the box you are asking about

2. In regshot choose 1st shot (and save)

3. Then tick the box (network box your asking about)

4. Then run the 2nd shot (and save) with regshot.

5 Now tell it compare and looking for changes in the outputed txt file

Posted

I have the following script added to RunOnce...

DisableDNS.vbs

Set WshShell = CreateObject("WScript.Shell")
Set NIC = GetObject("winmgmts:").ExecQuery ("select * from Win32_NetworkAdapterConfiguration")


for each instance in NIC
  if instance.ipenabled then
     WshShell.RegWrite "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\"&instance.settingid&"\RegistrationEnabled", 0, "REG_DWORD"
  end if
next

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...