How can I turn off IPv6 temporary addresses in a enterprise environment

So in a default configuration Vista and Windows 7 clients will use IPv6 temporary address (per RFC 3041), but I would like to be able to disable this with a GPO.
I know I can do this by using a startup script tied to a GPO using the netsh interface ipv6 set privacy state=disabled store=persistent but I really do not want to run a logon script especially when as you can see in the command it is a persistent
setting.
Any ideas on using a registry based GPO for this?

Hi,
OK, I understand what you want. But after I use the Process Monitor to capture the behavior, I found that a lot of registry keys would be changed. So you can not set it via registry unless the IPv6 is disabled.
Thanks for understanding.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
Thank you again for the answer.
As a follow up question... How does one suggest/request a change in default behavior in a MS product?
While the RFC 3041 addresses might be nice to have for the average consumer they are not ideal in a enterprise environment. I have found that the temporary addresses will register in DNS, but this doesn't completely solve the issue of tracking and accountability,
you would still need a application to query, correlate and store that information.
So it would be nice if the business versions of Windows Vista/7/2K8 and the next client OS would not have this behavior by default.

Similar Messages

  • How can I turn off mail forwarding to another email address

    How can I turn off mail forwarding to another email address?

    Mail forwarding is usually a function provided by your email provider.  Visit their web site and check your setup there.

  • How can i turn off the spam filter?

    How can i turn off the spam filter for HP eprintcenter?

    zanganah;
    I hope you are doing well and sorry to learn that you are having this issue;
    Most of the time when you have issues receiving emails is that the email have something like FWD  subject line. Eliminate that. 
    Does the email have a title? Make sure it does.
    ePrint emails can only have one email address in the “To:” field. To send an email to your printer and to additional email addresses of friends and family at the same time, put your printer's email address in the “To:” field, and put your friends/family email addresses in the “BCC” (blind carbon copy) field.
    Also this are some of the limitations of the service to keep in mind;
    The attachment size or number of attachments exceeded the allowed limit.
    There is a 5 MB limit to the email and a 5MB limit to each attachment. HP ePrint supports a maximum of 10 attachments to a single email. Emails that exceed these limits will not print.
    Is the attached file supported by ePrint? Supported attachments include:
    Microsoft Word
    Microsoft PowerPoint
    Microsoft Excel*
    Text files (.txt)
    PDF
    HTML
    Images (bmp, jpg, png, gif, tiff)
    * HP strongly recommends that you preview documents in Excel before printing.
    Hope this helps:
    RobertoR
    And Remember . . .
    You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

  • How can I turn off the autocomplete/autofill function in Mail?

    How can I turn off the autocomplete / autofill function in Mail (Mail 7.2)? I know how to remove email addresses from the 'Previous recipient' list, but I simply want to deactivate the autocomplete function for email addresses entirely.
    You used to be able to do this via Mail - Preferences - Composing, but I upgraded to Mavericks today, and the option to deactivate the autocomplete funtion for email addresses is no longer there.
    Does anyone know where to find it?
    Thanks in advance for your feedback,
    Tine

    Zloyprep wrote:
    Somehow Escape button started bringing me an autocomplete list in Keynote which is monstrously inconvenient.
    This is rather surprising.
    What you are describing is a feature called "word completion", provided by the Cocoa text engine, and hence used by apps which rely on it, including iWork, TextEdit, and others. When you are typing, or the insertion point is in a suitable position, pressing ⎋, or ⌥⎋, or F5 brings up the word completion list. Of course, it only works if there are suitable words in the list. For instance, if you type "Schad", intending to write "Schadenfreude", you can press ⎋ as much as you wish and nothing will come up. But type "Zeit" and then ⎋, and you'll get "Zeitgeist" sure enough.
    What is surprising is that you describe it as if you had just came across it, whereas it has been available for years (although I believe that originally it was activated only by ⌥⎋). iWork (including Keynote) is a little different, because, in addition to ⎋, ⌥⎋, and F5, word completion is also activated by ⌘⎋.
    I don't know how to turn off this feature, if indeed it can be turned off.
    Usually Escape would make me exit the text box
    Is there any chance you mis-remember? The Keynote shortcut for exiting text editing and selecting the text box is ⌘↩ (command-return).

  • How can I turn off toplink logs?

    Hi,
    I am using OC4J 10.3.5.0. May I know how can I turn off toplink's logs? As it is currently generating something like this in stdout:
    DatabaseSession(219604438)--Connection(1514883920)--TopLink, version: OracleAS TopLink - 10g (9.0.4.5) (Build 040930)
    DatabaseSession(219604438)--Connection(1514883920)--connecting session: Not named
    DatabaseSession(219604438)--Connection(1514883920)--connecting(DatabaseLogin(
         platform=>Oracle9Platform
         user name=> "ABC"
         datasource URL=> "jdbc:oracle:thin:@XXXXX:1521:XXXX"
    DatabaseSession(1395221594)--acquire unit of work: 2097725879
    DatabaseSession(1395221594)--Connection(1115388765)--SELECT t0.ID, t1.USER_ID, t0.ADDRESS, FROM ABC
    Thanks!
    Edited by: raymondctc on Mar 25, 2013 9:24 PM
    Edited by: raymondctc on Mar 25, 2013 9:25 PM
    Edited by: raymondctc on Mar 25, 2013 9:27 PM

    You had to have turned logging on somehow, so it depends on how you turned it on.
    If you are using native TopLink api such as Sessions.xml check the documents here: http://docs.oracle.com/cd/E21764_01/web.1111/b32441/sescfg.htm#BABFDFFD
    if Using JPA, its done in persistence.xml through properties as described here: http://www.oracle.com/technetwork/middleware/ias/configure-logging-092723.html
    Best Regards
    Chris

  • How can I turn off base64 email encoding in iPlanet Process Manager?

    Email sent out from a workflow running in the Process
    Manager seems to be base64 encoded. How can I turn
    off the encoding?

    No worries. Typically you can rename a machine by just changing the name System Preferences -> Sharing. But there is also a command line option to adjust the name, and if you don't use the command line option, the server freaks out and will alert you about the change forever. ie - for servers, you need to use the command I describe below.
    The command is called changeip and can be run from command line in Terminal.app. It is for manually chaning the ip address and or name of a machine. It basically has 4 parameters: old ip address, new ip address, old machine name, new machine name.
    Basically the command looks like this:
    sudo changeip OLDIPADDRESS NEWIPADDRESS OLDNAME NEWNAME
    If any value is being kept the same, just repeat the identical information as both the old and new value.
    Example 1: Changing the IP address and host name. This would update the machine's ip address to be 192.168.1.2 and its name would be update to my_new_name.
    sudo changeip 192.168.1.1 192.168.1.2 my_old_name my_new_name
    Example 2: Keeping the IP address the same but updating the name. This would update the machine's name to my_new_name but would keep the same ip address.
    sudo changeip 192.168.1.1 192.168.1.1 my_old_name my_new_name
    Most likely you're just wanting to update the name, in which case you should follow the second example. If you run this, be sure to reboot the machine afterwards and test to make sure that any enabled services are running properly.

  • How can i turn off text messages from coming on my iMac

    how can i turn off text messages from coming on my imac

    Go to Messages->Preferences->Accounts and in the section labeled You can be reached for messages at: make sure only you telephone number is checked. Uncheck any email addresses that are checked.
    You mat have to do this on the iPhone also, I'm not sure.
    regards

  • How can I turn off the WLS 6.1 security in order to develop my own application-based security module?

    Dear Colleagues,
    I am currently developing a J2EE application using WLS 6.1.
    My team and I have to implement a security requirement to suit our company's needs.
    The security requirements are that, users' password need to be aged (30 days maximum) and we need to provided a GUI front-end (JSP) to allow users to change their password when these expire after 30 days.
    Our internal contacts in the company, have already taken the lead to find out about whether we will be able to use the WLS 6.1 platform to do this and the answer we got back, was.
    Now we need to develop our own security module.
    I have 2 questions:
    1. How can we turn off the WLS security in order develop our own application-based security module?
    2. How can we develop a security module that allows us to age users' password and provide them with facilities to change their passwords when these expire?
    At the moment, we are using the default BEA WebLogic login.jsp page and there some configuration in the web.xml for this. I will be grateful if you could advise me on how to turn this default security off so that we can write our own security module.

    hi,
    1.You can write your own realm in 61 which can plugged for your security
    calls.
    2. once you write your ownrealm.. you can access it through weblogic
    api/ur api..
    thanks
    kiran
    "Richard Koudry" <[email protected]> wrote in message
    news:3dd0d081$[email protected]..
    Dear Colleagues,
    I am currently developing a J2EE application using WLS 6.1.
    My team and I have to implement a security requirement to suit ourcompany's needs.
    >
    The security requirements are that, users' password need to be aged (30days maximum) and we need to provided a GUI front-end (JSP) to allow users
    to change their password when these expire after 30 days.
    >
    Our internal contacts in the company, have already taken the lead to findout about whether we will be able to use the WLS 6.1 platform to do this and
    the answer we got back, was.
    >
    Now we need to develop our own security module.
    I have 2 questions:
    1. How can we turn off the WLS security in order develop our ownapplication-based security module?
    >
    2. How can we develop a security module that allows us to age users'password and provide them with facilities to change their passwords when
    these expire?
    >
    At the moment, we are using the default BEA WebLogic login.jsp page andthere some configuration in the web.xml for this. I will be grateful if you
    could advise me on how to turn this default security off so that we can
    write our own security module.

  • How can I turn off my battery percentage warning?

    HI, how can I turn off the battery warning on my 4s phone? It freezes up my aps if I am using them when it comes on of when any pop up warning comes on like wifi network indicators. I can turn those off but not the battery thing.

    You can let Apple know here http://www.apple.com/feedback/

  • How can I Turn off my AppleTV

    How can I turn off my Apple TV?

    There is no power switch. You cannot turn off your Apple TV. You can only put it in standby (sleep) mode. To power the unit off your only option is to pull the plug.

  • How can i turn off my apple tv

    how can I turn off my apple tv? i can't , i don't know how...

    You don't. Just don't use it for a while and it will go to sleep, but it cannot be completely turned off (aside from unplugging it).

  • How can I turn off the yellow pop-up tool tips?

    Howdy,
    I have searched high and low in the preferences and found nothing that does the trick. How can I turn off the yellow pop-up tool tips?
    See attached screen shot. They are incredibly annoying. It's probably obvious, but I cannot find it anywhere on internets or this forum.
    Thanks!

    Thanks Nancy. Unfortunately that doesn't do it. I turned those off awhile back. Nor can I find anything under VIEW that seems to make a difference.  Just FYI: I'm on a Mac OS w/Dreamweaver CS6 - but this has happened on previous versions of DW. Thanks again.

  • How can I turn off the sound from the original midi  or audio tracks when I turned on the duplicate tracks for editing ?

    How can I turn off the sound from the original midi or audio tracks when I edit or listen to the duplicate tracks in Logic Pro 9 ?
    I'm using iMac desktop with Mac OS X Version 10.7.3. Pls advise.

    Dan,
    It sounds like one of your preferences has changed.
    Go to preferences > audio > general, and make sure "track mute/solo" is set to "CPU saving (slow response)". It is probably set to "Fast " at the moment.
    This setting (fast) basically causes immediate muting from the channel strip while your song is in play. This is because the audio is still being read from the hard drive, but the channel strip is simply muted.... like a hardware mixer. When set to "CPU saving", the audio from that track, when muted, is actually stopped from streaming from the hard drive, but there is a couple second delay before the audio is actually muted.
    One would think that the fast setting is generally preferable, except when you need to do what you are doing. The only way to keep duplicate copies of channel strips acting independent of one another is to leave this setting on the "CPU saving" setting.
    Hope that helps

  • How can I turn off sound controll whele on the Satellite A200

    How can I turn off the external sound controll in front of laptop - the wheel? It does not work, sound volume is permanently muted.
    OS: MS Windows XP
    Thanks

    Thank you Jaba,
    it is Toshiba Satellite A200 Series. Drivers, its configuration and configuration of operating system is OK. The wheel is mechanical damaged, so that is the point. I have to disable its function in operating system. But where can I disable it? I have tried to uninstall Toshiba utilities (controls, hotkeys), reinstall drivers. I have tried to find an option in BIOS, there was no one.
    btw: I am a linux administrator, but I have advanced knowledge of windows systems so you can be short.

  • In a Google search, clicking on a search result causes the new page to open with the search terms highlighted in yellow -- how can I turn off th

    In a Google search within a Firefox session, clicking on a search result causes the new page to open with the search terms highlighted in yellow -- how can I turn off this highlighting?

    Try to clear the Google cookies and redo those Google options.
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"

Maybe you are looking for

  • Having a problem with image IO and drawing image

    My question did not come out on the other posting. I am getting them image from a JPanel. I then convert the image into a renderedimage. Use the ImageIO.write method to convert to png format. I don't want to save the image on the local disk so it is

  • Imported raw files open in PS as JPEG

    I want my raw files to remain raw files when I import them into Photoshop.  My raw files automatically open up into JPEG files.  How do I stop this from happening. Thank you

  • Link to BEx Explorer 3.5 report from portal

    Hi Experts! We are running nw2004s with a 7.0 portal and a lot of 3.5 excel based reports to be migrated into new webtemplates eventually. Until then, the customer would like us to make links in the portal that would open up the 3.5 BEx Explorer and

  • 'Thread option' highlight disturbs 'Jump to page'

    For a thread containing more number of pages, when I want to click on some page no 'jump to page', it accidentally selects thread options, since when the cursor was just moved above 'thread options', it got highlighted immediately. 1) Either the 'jum

  • Unknown 'internal' folder in finder

    several weeks back a friend of mine plugged her gps in my mac to charge it and update her software, a program/device called tomtom. she did so and removed her device from the computer. since then, i have had this folder in the usb-drive area of my fi