how to disable CEIP from command line

Page 2 of 3 FirstFirst 123 LastLast

  1. Posts : 1,851
    Windows 7 pro
       #11

    I have not installed (or will install) the rollups. I also haven't installed any of the KBs listed here that where offered. I don't have either of those DataCollection branches listed. Should I create them? I have ceip turned off so does it even matter?

    To the OP, here are all the ways to disable CEIP including a registry entry.Turn off the Windows Customer Experience program - gHacks Tech News If you are looking to do this on a large number of computers you can export the registry and then import it on the other computers.
      My Computer


  2. Posts : 4,776
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
       #12

    townsbg said:
    I have not installed (or will install) the rollups. I also haven't installed any of the KBs listed here that where offered. I don't have either of those DataCollection branches listed. Should I create them? I have ceip turned off so does it even matter?
    If you create them and they do nothing then there's no harm. If you are concerned about data collection you would need to monitor and log all ip addresses that your machine communicates with over an extended period. Personally i do daily checks and inspect logs weekly.
      My Computer


  3. Posts : 29
    7 Pro 64
    Thread Starter
       #13

    on github there is a utility called aegis-voat that automates and number of sets.

    For CEIP:

    Code:
    echo * disable ceip ... %log%
    set key=hkey_local_machine\software\microsoft\sqmclient\windows
    reg add "%key%" /f /t reg_dword /v ceipenable /d 0 %logs%
    echo. %log%
      My Computer


  4. Posts : 4,776
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
       #14

    TomF said:
    on github there is a utility called aegis-voat that automates and number of sets.

    For CEIP:

    Code:
    echo * disable ceip ... %log%
    set key=hkey_local_machine\software\microsoft\sqmclient\windows
    reg add "%key%" /f /t reg_dword /v ceipenable /d 0 %logs%
    echo. %log%
    There's no need to run that. In any case that is only part of the script that runs if you launch the CMD script.

    You could just use this:


    File content:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SQMClient\Windows]
    "CEIPEnable"=dword:00000000
      My Computer


  5. Posts : 29
    7 Pro 64
    Thread Starter
       #15
      My Computer


  6. Posts : 4,776
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
       #16

    TomF said:
    That is exactly where I looked when I read your earlier post. It's part of a command script. You can just merge the reg file to replicate the part of the script that you posted.

    how to disable CEIP from command line-aegis-voat_aegis.cmd-master-codemason_aegis-voat-github-opera.jpg
      My Computer


  7. Posts : 29
    7 Pro 64
    Thread Starter
       #17

    Why would one want to do that?
      My Computer


  8. Posts : 4,776
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
       #18

    TomF said:
    on github there is a utility called aegis-voat that automates and number of sets.

    For CEIP:

    Code:
    echo * disable ceip ... %log%
    set key=hkey_local_machine\software\microsoft\sqmclient\windows
    reg add "%key%" /f /t reg_dword /v ceipenable /d 0 %logs%
    echo. %log%
    You posted the above which if run as part of that long command script would create the registry entry I posted. You don't need to download and merge the reg file - just do it your way if that's what you prefer. :)
      My Computer


  9. Posts : 29
    7 Pro 64
    Thread Starter
       #19

    Why might one want to do it your way instead?
      My Computer


  10. Posts : 4,776
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
       #20

    Because it doesn't involve running a command script? It's like saying why would you choose copy/ paste from right click menu when you could just use CRTL+C CTRL+V shortcuts. Well if you don't like one way you can do it the other way but there's no point in asking why. It's just personal preference.
      My Computer


 
Page 2 of 3 FirstFirst 123 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 09:04.
Find Us