Application Experience / Customer Experience Improvement Program

Discussion in 'Windows 11' started by Dark Vador, Apr 26, 2023.

  1. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,601
    6,784
    150
    let's say I remove the whole node -
    do I expect any problems?
    as the hear say ... 'cut the evil from the roots'
    Code:
    Windows Registry Editor Version 5.00
    
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Application Experience]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Customer Experience Improvement Program]
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,601
    6,784
    150
    So far ... Don't see any problem
    Fresh Install with updates ...
    I think this keys are safe to remove ..
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,198
    8,746
    240
    You can also get rid of the actual task files in C:\WIndows\System32\Tasks\Microsoft\ if they still exist.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. BetaTesta

    BetaTesta MDL Senior Member

    Aug 6, 2022
    292
    99
    10
    Each and every single folder in there?
     
  5. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,198
    8,746
    240
    No, only the ones mentioned in the Registry keys of post #2.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. BetaTesta

    BetaTesta MDL Senior Member

    Aug 6, 2022
    292
    99
    10
    Thanks, I think you mean these:
    Code:
    C:\Windows\System32\Tasks\Microsoft\Windows\Application Experience
    C:\Windows\System32\Tasks\Microsoft\Windows\Customer Experience Improvement Program
    
    To delete all files and folders themselves.
     
  7. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,198
    8,746
    240
    The Registry tree and this directory are essentially a mirror of each other. If you get rid of the Registry part, why not deleting the actual task files, too? They are essentially XML files with the extension removed.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,590
    93,429
    340
    What's wrong with using schtasks.exe which do it properly?
     
  9. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,198
    8,746
    240
    Nothing, actually.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,601
    6,784
    150
    #12 Dark Vador, Apr 27, 2023
    Last edited: Apr 27, 2023
    (OP)
    These keys cant remove directly...
    but using `import` its work

    upload_2023-4-27_18-11-45.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...