Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Distribution of Registry key script

Reply
Thread Tools Display Modes

Distribution of Registry key script

 
 
lca1630
Guest
Posts: n/a

 
      09-24-2008
Hello,

I am interested in a solution for distributing a registry key to my vista
users that disables IPV6. My scripting knowledge is limited and so I was
wondering if anyone had an idea of a script that would work to distribute
this registry key below via GPO to my users:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters]
"Dhcpv6DUID"=hex:00,01,00,01,0f,e1,a4,18,00,0c,29, 7c,94,36
"DisabledComponents"=dword:ffffffff

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Interfaces]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Interfaces\{14782f48-c147-4378-863a-184700b4c8c4}]
"Dhcpv6Iaid"=dword:0e001372
"Dhcpv6State"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Interfaces\{31db1df5-a3a8-44a5-8ab0-d0b3a6209736}]
"Dhcpv6Iaid"=dword:0f000c29
"Dhcpv6State"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Interfaces\{8978d4f1-d9ec-471e-971a-a8023a4e510a}]
"Dhcpv6Iaid"=dword:0c000000
"Dhcpv6State"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Interfaces\{b9cf3462-a989-4e5d-b674-47c2a15762c0}]
"Dhcpv6Iaid"=dword:0c001372
"Dhcpv6State"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Interfaces\{d9b77aba-9aa6-49e3-86e6-d8a6e17a9079}]
"Dhcpv6Iaid"=dword:06001422
"Dhcpv6State"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Interfaces\{fbd4dbdd-2062-442f-ac67-6c0379fc9700}]
"Dhcpv6Iaid"=dword:07001422
"Dhcpv6State"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Winsock]
"UseDelayedAcceptance"=dword:00000000
"HelperDllName"=hex(2):25,00,53,00,79,00,73,00,74, 00,65,00,6d,00,52,00,6f,00,\
6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65 ,00,6d,00,33,00,32,00,5c,\
00,77,00,73,00,68,00,69,00,70,00,36,00,2e,00,64,00 ,6c,00,6c,00,00,00
"MaxSockAddrLength"=dword:0000001c
"MinSockAddrLength"=dword:0000001c
"Mapping"=hex:08,00,00,00,03,00,00,00,17,00,00,00, 01,00,00,00,06,00,00,00,17,\
00,00,00,01,00,00,00,00,00,00,00,17,00,00,00,00,00 ,00,00,06,00,00,00,17,00,\
00,00,02,00,00,00,11,00,00,00,17,00,00,00,02,00,00 ,00,00,00,00,00,17,00,00,\
00,00,00,00,00,11,00,00,00,17,00,00,00,03,00,00,00 ,ff,00,00,00,17,00,00,00,\
03,00,00,00,00,00,00,00

Thanks

 
Reply With Quote
 
 
 
 
Peter Foldes
Guest
Posts: n/a

 
      09-24-2008
Post this to the public.windows.server.scripting newsgroup

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"lca1630" <> wrote in message news:32F443D9-16AC-46E2-B4E3-...
> Hello,
>
> I am interested in a solution for distributing a registry key to my vista
> users that disables IPV6. My scripting knowledge is limited and so I was
> wondering if anyone had an idea of a script that would work to distribute
> this registry key below via GPO to my users:
>
> Windows Registry Editor Version 5.00
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters]
> "Dhcpv6DUID"=hex:00,01,00,01,0f,e1,a4,18,00,0c,29, 7c,94,36
> "DisabledComponents"=dword:ffffffff
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Interfaces]
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Interfaces\{14782f48-c147-4378-863a-184700b4c8c4}]
> "Dhcpv6Iaid"=dword:0e001372
> "Dhcpv6State"=dword:00000000
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Interfaces\{31db1df5-a3a8-44a5-8ab0-d0b3a6209736}]
> "Dhcpv6Iaid"=dword:0f000c29
> "Dhcpv6State"=dword:00000000
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Interfaces\{8978d4f1-d9ec-471e-971a-a8023a4e510a}]
> "Dhcpv6Iaid"=dword:0c000000
> "Dhcpv6State"=dword:00000000
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Interfaces\{b9cf3462-a989-4e5d-b674-47c2a15762c0}]
> "Dhcpv6Iaid"=dword:0c001372
> "Dhcpv6State"=dword:00000000
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Interfaces\{d9b77aba-9aa6-49e3-86e6-d8a6e17a9079}]
> "Dhcpv6Iaid"=dword:06001422
> "Dhcpv6State"=dword:00000000
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Interfaces\{fbd4dbdd-2062-442f-ac67-6c0379fc9700}]
> "Dhcpv6Iaid"=dword:07001422
> "Dhcpv6State"=dword:00000000
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Winsock]
> "UseDelayedAcceptance"=dword:00000000
> "HelperDllName"=hex(2):25,00,53,00,79,00,73,00,74, 00,65,00,6d,00,52,00,6f,00,\
> 6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65 ,00,6d,00,33,00,32,00,5c,\
> 00,77,00,73,00,68,00,69,00,70,00,36,00,2e,00,64,00 ,6c,00,6c,00,00,00
> "MaxSockAddrLength"=dword:0000001c
> "MinSockAddrLength"=dword:0000001c
> "Mapping"=hex:08,00,00,00,03,00,00,00,17,00,00,00, 01,00,00,00,06,00,00,00,17,\
> 00,00,00,01,00,00,00,00,00,00,00,17,00,00,00,00,00 ,00,00,06,00,00,00,17,00,\
> 00,00,02,00,00,00,11,00,00,00,17,00,00,00,02,00,00 ,00,00,00,00,00,17,00,00,\
> 00,00,00,00,00,11,00,00,00,17,00,00,00,03,00,00,00 ,ff,00,00,00,17,00,00,00,\
> 03,00,00,00,00,00,00,00
>
> Thanks
>

 
Reply With Quote
 
Synapse Syndrome
Guest
Posts: n/a

 
      09-25-2008
lca1630 <> wrote:
>
> Hello,
>
> I am interested in a solution for distributing a registry key to my vista
> users that disables IPV6. My scripting knowledge is limited and so I was
> wondering if anyone had an idea of a script that would work to distribute
> this registry key below via GPO to my users:
>
> Windows Registry Editor Version 5.00
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters]
> "Dhcpv6DUID"=hex:00,01,00,01,0f,e1,a4,18,00,0c,29, 7c,94,36
> "DisabledComponents"=dword:ffffffff
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\In
> terfaces]
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\In
> terfaces\{14782f48-c147-4378-863a-184700b4c8c4}]
> "Dhcpv6Iaid"=dword:0e001372 "Dhcpv6State"=dword:00000000
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\In
> terfaces\{31db1df5-a3a8-44a5-8ab0-d0b3a6209736}]
> "Dhcpv6Iaid"=dword:0f000c29 "Dhcpv6State"=dword:00000000
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\In
> terfaces\{8978d4f1-d9ec-471e-971a-a8023a4e510a}]
> "Dhcpv6Iaid"=dword:0c000000 "Dhcpv6State"=dword:00000000
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\In
> terfaces\{b9cf3462-a989-4e5d-b674-47c2a15762c0}]
> "Dhcpv6Iaid"=dword:0c001372 "Dhcpv6State"=dword:00000000
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\In
> terfaces\{d9b77aba-9aa6-49e3-86e6-d8a6e17a9079}]
> "Dhcpv6Iaid"=dword:06001422 "Dhcpv6State"=dword:00000000
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\In
> terfaces\{fbd4dbdd-2062-442f-ac67-6c0379fc9700}]
> "Dhcpv6Iaid"=dword:07001422 "Dhcpv6State"=dword:00000000
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Wi
> nsock] "UseDelayedAcceptance"=dword:00000000
> "HelperDllName"=hex(2):25,00,53,00,79,00,73,00,74, 00,65,00,6d,00,52,00,6f,
> 00,\ 6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65 ,00,6d,00,33,00,32,
> 00,5c,\
> 00,77,00,73,00,68,00,69,00,70,00,36,00,2e,00,64,00 ,6c,00,6c,00,00,00
> "MaxSockAddrLength"=dword:0000001c "MinSockAddrLength"=dword:0000001c
> "Mapping"=hex:08,00,00,00,03,00,00,00,17,00,00,00, 01,00,00,00,06,00,00,00,
> 17,\ 00,00,00,01,00,00,00,00,00,00,00,17,00,00,00,00,00 ,00,00,06,00,00,00,
> 17,00,\ 00,00,02,00,00,00,11,00,00,00,17,00,00,00,02,00,00 ,00,00,00,00,00,
> 17,00,00,\ 00,00,00,00,00,11,00,00,00,17,00,00,00,03,00,00,00 ,ff,00,00,00,
> 17,00,00,00,\ 03,00,00,00,00,00,00,00



What server are you using? If you are using Server 2008, you can do it with
the in-built Group Policy Preferences. If you are using Server 2003, you
will have to search for something that has been bought and borged by
Microsoft. Read this:

http://blog.stealthpuppy.com/group-p...-adm-templates

ss.



 
Reply With Quote
 
lca1630
Guest
Posts: n/a

 
      09-25-2008
Thank You so much I overlooked the Group Policy option, I was told it was a
possibility but didn't see how initial. This saves me a lot of time trying
piece togther a script of some sort. Thansk again it works perfectly.

"Synapse Syndrome" wrote:

> lca1630 <> wrote:
> >
> > Hello,
> >
> > I am interested in a solution for distributing a registry key to my vista
> > users that disables IPV6. My scripting knowledge is limited and so I was
> > wondering if anyone had an idea of a script that would work to distribute
> > this registry key below via GPO to my users:
> >
> > Windows Registry Editor Version 5.00
> >
> > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters]
> > "Dhcpv6DUID"=hex:00,01,00,01,0f,e1,a4,18,00,0c,29, 7c,94,36
> > "DisabledComponents"=dword:ffffffff
> >
> > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\In
> > terfaces]
> >
> > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\In
> > terfaces\{14782f48-c147-4378-863a-184700b4c8c4}]
> > "Dhcpv6Iaid"=dword:0e001372 "Dhcpv6State"=dword:00000000
> >
> > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\In
> > terfaces\{31db1df5-a3a8-44a5-8ab0-d0b3a6209736}]
> > "Dhcpv6Iaid"=dword:0f000c29 "Dhcpv6State"=dword:00000000
> >
> > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\In
> > terfaces\{8978d4f1-d9ec-471e-971a-a8023a4e510a}]
> > "Dhcpv6Iaid"=dword:0c000000 "Dhcpv6State"=dword:00000000
> >
> > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\In
> > terfaces\{b9cf3462-a989-4e5d-b674-47c2a15762c0}]
> > "Dhcpv6Iaid"=dword:0c001372 "Dhcpv6State"=dword:00000000
> >
> > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\In
> > terfaces\{d9b77aba-9aa6-49e3-86e6-d8a6e17a9079}]
> > "Dhcpv6Iaid"=dword:06001422 "Dhcpv6State"=dword:00000000
> >
> > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\In
> > terfaces\{fbd4dbdd-2062-442f-ac67-6c0379fc9700}]
> > "Dhcpv6Iaid"=dword:07001422 "Dhcpv6State"=dword:00000000
> >
> > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters\Wi
> > nsock] "UseDelayedAcceptance"=dword:00000000
> > "HelperDllName"=hex(2):25,00,53,00,79,00,73,00,74, 00,65,00,6d,00,52,00,6f,
> > 00,\ 6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65 ,00,6d,00,33,00,32,
> > 00,5c,\
> > 00,77,00,73,00,68,00,69,00,70,00,36,00,2e,00,64,00 ,6c,00,6c,00,00,00
> > "MaxSockAddrLength"=dword:0000001c "MinSockAddrLength"=dword:0000001c
> > "Mapping"=hex:08,00,00,00,03,00,00,00,17,00,00,00, 01,00,00,00,06,00,00,00,
> > 17,\ 00,00,00,01,00,00,00,00,00,00,00,17,00,00,00,00,00 ,00,00,06,00,00,00,
> > 17,00,\ 00,00,02,00,00,00,11,00,00,00,17,00,00,00,02,00,00 ,00,00,00,00,00,
> > 17,00,00,\ 00,00,00,00,00,11,00,00,00,17,00,00,00,03,00,00,00 ,ff,00,00,00,
> > 17,00,00,00,\ 03,00,00,00,00,00,00,00

>
>
> What server are you using? If you are using Server 2008, you can do it with
> the in-built Group Policy Preferences. If you are using Server 2003, you
> will have to search for something that has been bought and borged by
> Microsoft. Read this:
>
> http://blog.stealthpuppy.com/group-p...-adm-templates
>
> ss.
>
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wise Registry Cleaner vs AusLogics Registry Defrag vs CCLeaner? Coderedpl Windows Vista Performance 26 01-16-2009 01:28 AM
Windows Script Host has no script engine for ".js" files Stephan G. Windows Vista General Discussion 9 04-24-2008 08:04 PM
Vista Startup Script problem (loading registry hive issue) ejmichaud@hotmail.com Windows Vista Administration 5 03-11-2008 11:27 AM
Script - Registry Redirection Issue dekac99 Windows Vista Installation 0 02-12-2008 02:05 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59