Jump to content

Recommended Posts

Posted

"Why would you want to?" I know, I know.....

By adding the following registry entry, IPv6 can be disabled in Vista.

[HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters] 
"DisabledComponents"=DWORD:000000FF

I have tried adding this as a RunSyncronous item, but the entry does seem to appear in the registry of the finished machine.

Does anyone have any idea how to accomplish this easily?

In case anyone is interested, or if I have made some glaring error, here is the runsyncronous entry:

reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters" /v DisabledComponents /t REG_DWORD /d 000000FF /f


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...