找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 652|回复: 43

[分享] 想学系统及PE精简的进来-增加命令行及高级用户使用说明

  [复制链接]
发表于 8 小时前 | 显示全部楼层 |阅读模式
本帖最后由 wuliyen 于 2026-6-15 12:54 编辑

WimWizard 是 IT 专业人士、爱好者以及任何需要精简、优化和面向未来的操作系统的人的终极工具,它可以释放 Windows 映像的全部潜力。与其他收费数百美元的工具不同,WimWizard 完全免费,但比整个 IT 世界中的任何其他工具都更强大、更快、更安全。

我没实际使用,但该工具与本人手动精简理念是一致的,故推荐。
这个工具最有用的是高级用户使用,这个需要自行积累相关经验。

静下心来学习下,打造自己专属的系统,就不用到处找别人的精简版了,
祝大家学有所用,本人也将逐步退出玩精简了

作者对工具的简介
  1. 是一个完全专有的服务架构,能够进行深入的 Windows 组件分析和重建。
  2. 这不是微软服务工具的包装。
  3. 完全独立于 DISM 和 PKGMGR 运作。
  4. 作为传统微软 DISM 和 PKGMGR 服务技术的替代品和竞争对手
  5. 它是目前全球唯一一个能够深度精简和重组 Windows CBS 服务架构本身的免费工具。
  6. 可用于操作和完全替换 DISM 和 PKGMGR,也可选择与 DISM 和 PKGMGR 结合使用。
  7. 完全透明的服务
  8. 深部组件液位控制
  9. 原生离线镜像工程
  10. CBS 级理解
  11. 依赖感知逻辑
  12. 仅离线安全模式
  13. 独立引擎设计
  14. 本地服务架构
  15. 占体积小,功能异常强大
  16. 高级 Windows 精简和去不想用的
  17. 专业级定制
  18. 而无需依赖脆弱的脚本生态系统或锁定的商业解决方案。
复制代码

  1. WimWizard        Commands
  2. USAGE:        
  3. Code:
  4. wimwizard [/p <Path>] [/x <PackageName> (optional)] [/h] [/helpfile]
  5. REMARKS:        Offline Image Servicing install.wim / boot.wim / winre.wim
  6. /p <Path>        Use '/p' switch to provide path to mounted install.wim
  7. [PATH OF THE MOUNTED IMAGE]        
  8. Code:
  9. wimwizard /p d:\games\win10
  10. /x <Comp>        Use '/x' to show a specific package (ComponentName)
  11. [This will remove a specific package]        
  12. Code:
  13. wimwizard /p d:\games\win10 /x Microsoft-Hyper-V-Common-Drivers-Package /n
  14. [This will remove anything containing]        
  15. Code:
  16. wimwizard /p d:\games\win10 /x Hyper-V /n
  17. /h        Use '/h' switch to display this info
  18. /v        Set Visibility to 1 (visible) when using Get-Packages
  19. /n        Nuke packages (remove)
  20. [Nuke package]        
  21. Code:
  22. wimwizard /p d:\games\win10 /n Microsoft-Windows-ScreenSavers
  23. /l        Outputs all packages to "Packages.txt"
  24. [Outputs all packages]        
  25. Code:
  26. wimwizard /p d:\games\win10 /l
  27. /y        Outputs components to "Components.txt"
  28. [Outputs components]        
  29. Code:
  30. wimwizard /p d:\games\win10 /y
  31. /esupatch        Integrate ESU Suppressor (November 2025+ SSU/CU support) - Install.wim
  32. [Apply ESU Post November 2025 Hotfix Patch]        
  33. Code:
  34. wimwizard /p d:\games\win10 /esupatch
  35. /esuremove        Remove ESU Suppressor
  36. [Remove ESU support]        
  37. Code:
  38. wimwizard /p d:\games\win10 /esuremove
  39. /removeappassociations        Removes all default associations (offline)
  40. [Remove default file associations]        
  41. Code:
  42. wimwizard /p d:\games\win10 /removeappassociations
  43. /exportappassociations [file]        Exports associations (online)
  44. [Export app associations]        
  45. Code:
  46. wimwizard /p d:\games\win10 /exportappassociations d:\AppAssociations.xml
  47. /importappassociations [file]        Imports XML associations (offline)
  48. [Import custom app associations]        
  49. Code:
  50. wimwizard /p d:\games\win10 /importappassociations d:\games\win10up\wimwizard\AppAssociations.xml
  51. /getdrivers        Enhanced driver list with SIZE (MB)
  52. [Display drivers]        
  53. Code:
  54. wimwizard /p d:\games\win10 /getdrivers
  55. /adddrivers <folder>        Add all .inf recursively
  56. [Import all OEM drivers]        
  57. Code:
  58. wimwizard /p d:\games\win10 /adddrivers d:\games\win10up\drivers
  59. /removeoemdrivers <list.txt>        Remove 3rd-party OEM drivers
  60. [Remove OEM drivers]        
  61. Code:
  62. wimwizard /p d:\games\win10 /removeoemdrivers d:\games\win10up\wimwizard\remove-drivers-oem.txt
  63. /removesysdrivers <list.txt>        Remove SYSTEM drivers
  64. WARNiNG:        This removes SYSTEM drivers including outdated and security-risk drivers
  65. [Remove SYSTEM drivers]        
  66. Code:
  67. wimwizard /p d:\games\win10 /removesysdrivers d:\games\win10up\wimwizard\remove-drivers-sys.txt
  68. /compcreate        Create Components XML list with dependency and everything else
  69. -key <Search keyword / component name>
  70. -out <Output XML filename>
  71. -grp <Group name>
  72. -name <Custom component name>
  73. -verbose <Show detailed processing>
  74. WARNiNG:        THiS iS ONLY FOR POWER USERS (XML list should ONLY be used with /removecomponents)
  75. [Single component]        
  76. Code:
  77. wimwizard.exe /compcreate -key Maps -out Maps -grp System -verbose
  78. Code:
  79. wimwizard.exe /compcreate -key Microsoft-Windows-SecHealthUI -grp System -verbose
  80. Code:
  81. wimwizard.exe /compcreate -key Microsoft-Windows-SecHealthUI -grp Microsoft-Windows-SecHealthUI -verbose
  82. [Multiple components]        
  83. Code:
  84. wimwizard.exe /compcreate -key "SearchApp Cortana" -out SearchAndCortana -grp SystemApps -verbose
  85. Code:
  86. wimwizard.exe /compcreate -key "Microsoft-Windows-SecHealthUI Microsoft-Windows-Unified-Telemetry" -out SecHealthUIandTelemetry -grp System -verbose
  87. /removecomponents        Remove components using XML files generated by /compcreate
  88. -file <Given XML filename(s)>
  89. -verbose <Show detailed processing>
  90. WARNiNG:        THiS iS ONLY FOR POWER USERS
  91. [Remove single component]        
  92. Code:
  93. wimwizard.exe /removecomponents -file SearchApp.xml -p D:\games\win10 -verbose
  94. [Remove multiple XML components]        
  95. Code:
  96. wimwizard.exe /removecomponents -file "SearchApp.xml Maps.xml Defender.xml" -p d:\games\win10
  97. [Remove all XMLs from folder]        
  98. Code:
  99. wimwizard.exe /removecomponents -file c:\Downloads\wimwizard -p D:\games\win10 -verbose
  100. /removewow64        Pure 64bit OS (removes all 32bit support)
  101. WARNiNG:        This completely removes WOW64 / 32bit compatibility
  102. [Remove WOW64]        
  103. Code:
  104. wimwizard /p d:\games\win10 /removewow64
  105. /cleanup <file>        Filesystem cleanup list (ownership + delete files/folders)
  106. [Cleanup files/directories]        
  107. Code:
  108. wimwizard /p d:\games\win10 /cleanup d:\games\win10up\wimwizard\cleanup-files.txt
  109. /regclean <file>        Registry cleanup list (supports full HKLM\Tmp_SOFTWARE)
  110. [Registry cleanup]        
  111. Code:
  112. wimwizard /p d:\games\win10 /regclean d:\games\win10up\wimwizard\cleanup-registry.txt
  113. /slimwinsxs <file>        Fast WinSxS slimming (supports partial names + manifests)
  114. WARNiNG:        THiS WiLL MAKE SYSTEM UPDATES UNUSABLE
  115. [Slim WinSxS]        
  116. Code:
  117. wimwizard /p d:\games\win10 /slimwinsxs d:\games\win10up\wimwizard\keep-sxs.txt
  118. /regimport <file.reg>        Import registry file(s) (Tmp_ converted keys ONLY)
  119. [Import custom registry]        
  120. Code:
  121. wimwizard /p d:\games\win10 /regimport d:\games\win10up\wimwizard\win10.reg
  122. /sxsdump <name>        Decode one assembly with real size + manifest
  123. [WinSxS full dump]        
  124. Code:
  125. wimwizard /p d:\games\win10 /sxsdump d:\install-sxs-full.txt
  126. /helpfile        Creates full text help file "wimwizard.txt" in current directory
复制代码

高级用户使用事例:
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wimwizard>
  3. <Componenet group="System" name="Microsoft-Windows-Unified-Telemetry-Client" requiredForStableSystem="false" size="6295">
  4. <Description>DiagTrack - Connected User Experiences and Telemetry The Connected User Experiences and Telemetry service enables features that support in-application and connected user experiences. Additionally, this service manages the event driven collection and transmission of diagnostic and usage information (used to improve the experience and quality of the Windows Platform) when the diagnostics and usage privacy option settings are enabled under Feedback and Diagnostics</Description>
  5. <DependsOns>
  6. <DependsOn name="Microsoft-Windows-Unified-Telemetry-Client.resources" />
  7. </DependsOns>
  8. <NeededFors />
  9. <Files>
  10. <File method="delete" path="Windows\DiagTrack\analyticsevents.dat" />
  11. <File method="delete" path="Windows\DiagTrack\GetFileActionAllowedList.dat" />
  12. <File method="delete" path="Windows\DiagTrack\GetFileInfoActionAllowedList.dat" />
  13. <File method="delete" path="Windows\DiagTrack\RemoteAggregatorTriggerCriteria.dat" />
  14. <File method="delete" path="Windows\DiagTrack\RunExeActionAllowedList.dat" />
  15. <File method="delete" path="Windows\DiagTrack\Scenarios\windows.diag_ondemand.xml" />
  16. <File method="delete" path="Windows\DiagTrack\Scenarios\windows.uif_ondemand.xml" />
  17. <File method="delete" path="Windows\DiagTrack\Settings\telemetry.ASM-WindowsDefault.json" />
  18. <File method="delete" path="Windows\DiagTrack\Settings\utc.app.json" />
  19. <File method="delete" path="Windows\DiagTrack\Settings\utc.tracing.json" />
  20. <File method="delete" path="Windows\DiagTrack\Settings\windows.uif_ondemand.json" />
  21. <File method="delete" path="Windows\DiagTrack\utc.allow.diffbase" />
  22. <File method="delete" path="Windows\DiagTrack\utc.privacy.diffbase" />
  23. <File method="delete" path="Windows\System32\AggregatorHost.exe" />
  24. <File method="delete" path="Windows\System32\diagnosticdataquery.dll" />
  25. <File method="delete" path="Windows\System32\diagtrack.dll" />
  26. <File method="delete" path="Windows\System32\en-US\diagtrack.dll.mui" />
  27. <File method="delete" path="Windows\System32\en-US\utcutil.dll.mui" />
  28. <File method="delete" path="Windows\System32\runexehelper.exe" />
  29. <File method="delete" path="Windows\System32\UtcDecoderHost.exe" />
  30. <File method="delete" path="Windows\System32\utcutil.dll" />
  31. <File method="delete" path="Windows\SysWOW64\diagnosticdataquery.dll" />
  32. <File method="delete" path="Windows\SysWOW64\dtdump.exe" />
  33. <File method="deleteLine" path="Windows\winsxs\Manifests\*microsoft-windows-c..eatures-deployment0_*.manifest" string="Microsoft-Windows-Unified-Telemetry-Client" xmlParents="dependency" />
  34. <File method="deleteLine" path="Windows\winsxs\Manifests\*microsoft-windows-c..equired-deployment0_*.manifest" string="Microsoft-Windows-Unified-Telemetry-Client-AutoLogger-Default" xmlParents="dependency" />
  35. <File method="deleteLine" path="Windows\winsxs\Manifests\*microsoft-windows-c..red-deployment01100_*.manifest" string="Microsoft-Windows-Unified-Telemetry-Client" xmlParents="dependency" />
  36. <File method="deleteLine" path="Windows\winsxs\Manifests\*microsoft-windows-c..red-deployment05160_*.manifest" string="Microsoft-Windows-Unified-Telemetry-Client-Aggregators" xmlParents="dependency" />
  37. <File method="deleteLine" path="Windows\winsxs\Manifests\*microsoft-windows-c..s-wow64-deployment0_*.manifest" string="Microsoft-Windows-Unified-Telemetry-Client" xmlParents="dependency" />
  38. <File method="deleteLine" path="Windows\winsxs\Manifests\*microsoft-windows-c..tures-deployment000_*.manifest" string="Microsoft-Windows-Unified-Telemetry-Client-Aggregators" xmlParents="dependency" />
  39. <File method="deleteLine" path="Windows\winsxs\Manifests\*microsoft-windows-c..uired-deployment040_*.manifest" string="Microsoft-Windows-Unified-Telemetry-Client-Aggregators" xmlParents="dependency" />
  40. <File method="deleteLine" path="Windows\winsxs\Manifests\*microsoft-windows-c..w64-deployment00110_*.manifest" string="Microsoft-Windows-Unified-Telemetry-Client" xmlParents="dependency" />
  41. <File method="deleteLine" path="Windows\winsxs\pending.xml" string="Microsoft-Windows-Unified-Telemetry-Client-AutoLogger-Default" xmlParents="" />
  42. <File method="deleteLine" path="Windows\winsxs\pending.xml" string="Microsoft-Windows-Unified-Telemetry-Client-Aggregators" xmlParents="" />
  43. <File method="deleteLine" path="Windows\winsxs\pending.xml" string="Microsoft-Windows-Unified-Telemetry-Client-Decoder-Host" xmlParents="" />
  44. <File method="deleteLine" path="Windows\winsxs\pending.xml" string="Microsoft-Windows-Unified-Telemetry-Client" xmlParents="" />
  45. <File method="deleteLine" path="Windows\winsxs\pending.xml" string="Microsoft-Windows-Unified-Telemetry-Client.resources" xmlParents="" />
  46. <File method="deleteLine" path="Windows\winsxs\pending.xml" string="Microsoft-Windows-Unified-Telemetry-Client-Settings-WindowsClient" xmlParents="" />
  47. <File method="deleteLine" path="Windows\winsxs\pending.xml" string="Microsoft-Windows-Unified-Telemetry-Client-WoWOnly" xmlParents="" />
  48. </Files>
  49. <Directories>
  50. <Directory method="delete" path="Windows\DiagTrack" />
  51. <Directory method="delete" path="Windows\DiagTrack\Scenarios" />
  52. <Directory method="delete" path="Windows\DiagTrack\Settings" />
  53. </Directories>
  54. <Registry>
  55. <Keys>
  56. <Key part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener" />
  57. <Key part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{4f50731a-89cf-4782-b3e0-dce8c90476ba}" />
  58. <Key part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{780dddc8-18a1-5781-895a-a690464fa89c}" />
  59. <Key part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{976a8310-986e-4640-8bfb-7736ee6d9b65}" />
  60. <Key part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{c7de053a-0c2e-4a44-91a2-5222ec2ecdf1}" />
  61. <Key part="system" path="ControlSet001\Services\diagtrack" />
  62. <Key part="system" path="ControlSet001\Services\DiagTrack" />
  63. <Key part="system" path="ControlSet001\Services\DiagTrack\Parameters" />
  64. <Key part="software" path="Microsoft\Windows NT\CurrentVersion\Svchost\utcsvc" />
  65. <Key part="software" path="Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack" />
  66. <Key part="software" path="Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack\DeviceDeleteRequest" />
  67. <Key part="software" path="Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack\ETWEncryptionKey" />
  68. <Key part="software" path="Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack\Features" />
  69. <Key part="software" path="Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack\SettingsRequests" />
  70. <Key part="software" path="Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack\TraceManager" />
  71. <Key part="software" path="Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack\TriggerListener" />
  72. <Key part="software" path="Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Diagnostic Data Viewer database files" />
  73. </Keys>
  74. <Values>
  75. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener" name="BufferSize" />
  76. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener" name="MinimumBuffers" />
  77. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener" name="FileName" />
  78. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener" name="Guid" />
  79. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener" name="LogFileMode" />
  80. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener" name="MaxFileSize" />
  81. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener" name="FileMax" />
  82. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener" name="Start" />
  83. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{4f50731a-89cf-4782-b3e0-dce8c90476ba}" name="Enabled" />
  84. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{4f50731a-89cf-4782-b3e0-dce8c90476ba}" name="EnableLevel" />
  85. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{4f50731a-89cf-4782-b3e0-dce8c90476ba}" name="EnableProperty" />
  86. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{4f50731a-89cf-4782-b3e0-dce8c90476ba}" name="MatchAllKeyword" />
  87. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{4f50731a-89cf-4782-b3e0-dce8c90476ba}" name="MatchAnyKeyword" />
  88. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{c7de053a-0c2e-4a44-91a2-5222ec2ecdf1}" name="Enabled" />
  89. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{c7de053a-0c2e-4a44-91a2-5222ec2ecdf1}" name="EnableLevel" />
  90. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{c7de053a-0c2e-4a44-91a2-5222ec2ecdf1}" name="EnableProperty" />
  91. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{c7de053a-0c2e-4a44-91a2-5222ec2ecdf1}" name="MatchAllKeyword" />
  92. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{c7de053a-0c2e-4a44-91a2-5222ec2ecdf1}" name="MatchAnyKeyword" />
  93. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{780dddc8-18a1-5781-895a-a690464fa89c}" name="Enabled" />
  94. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{780dddc8-18a1-5781-895a-a690464fa89c}" name="EnableLevel" />
  95. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{780dddc8-18a1-5781-895a-a690464fa89c}" name="EnableProperty" />
  96. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{780dddc8-18a1-5781-895a-a690464fa89c}" name="MatchAllKeyword" />
  97. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{780dddc8-18a1-5781-895a-a690464fa89c}" name="MatchAnyKeyword" />
  98. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{976a8310-986e-4640-8bfb-7736ee6d9b65}" name="Enabled" />
  99. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{976a8310-986e-4640-8bfb-7736ee6d9b65}" name="EnableLevel" />
  100. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{976a8310-986e-4640-8bfb-7736ee6d9b65}" name="EnableProperty" />
  101. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{976a8310-986e-4640-8bfb-7736ee6d9b65}" name="MatchAllKeyword" />
  102. <Value part="system" path="ControlSet001\Control\WMI\Autologger\Diagtrack-Listener\{976a8310-986e-4640-8bfb-7736ee6d9b65}" name="MatchAnyKeyword" />
  103. <Value part="system" path="ControlSet001\Control\WMI\Security" name="11d8a17b-f2d8-4733-b41b-6f4959acd701" />
  104. <Value part="software" path="Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack" name="TimeStampInterval" />
  105. <Value part="software" path="Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack\TraceManager" name="MiniTraceSlotEnabled" />
  106. <Value part="software" path="Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack\TraceManager" name="MiniTraceSlotContentPermitted" />
  107. <Value part="software" path="Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack\TriggerListener" name="MatchEngineBufferSize" />
  108. <Value part="system" path="ControlSet001\Services\DiagTrack\Parameters" name="ServiceDll" />
  109. <Value part="system" path="ControlSet001\Services\DiagTrack\Parameters" name="ServiceMain" />
  110. <Value part="system" path="ControlSet001\Services\DiagTrack\Parameters" name="ServiceDllUnloadOnStop" />
  111. <Value part="software" path="Microsoft\Windows NT\CurrentVersion\Svchost" name="utcsvc" />
  112. <Value part="software" path="Microsoft\Windows NT\CurrentVersion\Svchost\utcsvc" name="CoInitializeSecurityParam" />
  113. <Value part="software" path="Microsoft\Windows NT\CurrentVersion\Svchost\utcsvc" name="CoInitializeSecurityAllowLowBox" />
  114. <Value part="software" path="Microsoft\Windows NT\CurrentVersion\Svchost\utcsvc" name="AuthenticationCapabilities" />
  115. <Value part="software" path="Microsoft\Windows NT\CurrentVersion\Svchost\utcsvc" name="DynamicCodePolicy" />
  116. <Value part="software" path="Microsoft\Windows NT\CurrentVersion\Svchost\utcsvc" name="COM_UnmarshalingPolicy" />
  117. <Value part="software" path="Microsoft\Windows NT\CurrentVersion\Svchost\utcsvc" name="RedirectionTrustPolicy" />
  118. <Value part="software" path="Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack\ETWEncryptionKey" name="ETWEncryptionCert" />
  119. <Value part="software" path="Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack\Features" name="EventTagDropUserIds" />
  120. <Value part="system" path="ControlSet001\Control\WMI\Security" name="f27a3705-f597-4dca-92bf-323eef025d08" />
  121. <Value part="system" path="ControlSet001\Control\WMI\Security" name="a0150dba-59bd-4b9e-8f56-2582e1cd8416" />
  122. <Value part="system" path="ControlSet001\Control\WMI\Security" name="c2e4133b-944b-4a21-af44-98a85f25e990" />
  123. <Value part="software" path="Microsoft\Windows NT\CurrentVersion\Virtualization\HvSocket\WildcardDescriptors" name="e5afd2e3-9b98-4913-b37c-09de98772940" />
  124. <Value part="software" path="Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Diagnostic Data Viewer database files" name="" />
  125. <Value part="software" path="Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Diagnostic Data Viewer database files" name="FileList" />
  126. <Value part="software" path="Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Diagnostic Data Viewer database files" name="Flags" />
  127. <Value part="software" path="Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Diagnostic Data Viewer database files" name="Folder" />
  128. <Value part="software" path="Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Diagnostic Data Viewer database files" name="IconPath" />
  129. <Value part="software" path="Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Diagnostic Data Viewer database files" name="Display" />
  130. <Value part="software" path="Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Diagnostic Data Viewer database files" name="Description" />
  131. <Value part="software" path="Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Diagnostic Data Viewer database files" name="Priority" />
  132. <Value part="software" path="Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Diagnostic Data Viewer database files" name="Autorun" />
  133. <Value part="software" path="Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Diagnostic Data Viewer database files" name="PreCleanupString" />
  134. <Value part="software" path="Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Diagnostic Data Viewer database files" name="CleanupString" />
  135. </Values>
  136. </Registry>
  137. <Manifests>
  138. <Manifest id="*microsoft-windows-u..-autologger-default_*" />
  139. <Manifest id="*microsoft-windows-u..-client-aggregators_*" />
  140. <Manifest id="*microsoft-windows-u..client-decoder-host_*" />
  141. <Manifest id="*microsoft-windows-u..ed-telemetry-client_*" />
  142. <Manifest id="*microsoft-windows-u..ry-client.resources_*" />
  143. <Manifest id="*microsoft-windows-u..tings-windowsclient_*" />
  144. <Manifest id="*microsoft-windows-u..etry-client-wowonly_*" />
  145. </Manifests>
  146. <Packages>
  147. <Package name="Microsoft-Windows-Unified-Telemetry-Client" />
  148. <Package name="Microsoft-Windows-Unified-Telemetry-Client.resources" />
  149. <Package name="Microsoft-Windows-Unified-Telemetry-Client-Aggregators" />
  150. <Package name="Microsoft-Windows-Unified-Telemetry-Client-AutoLogger-Default" />
  151. <Package name="Microsoft-Windows-Unified-Telemetry-Client-Decoder-Host" />
  152. <Package name="Microsoft-Windows-Unified-Telemetry-Client-Settings-WindowsClient" />
  153. <Package name="Microsoft-Windows-Unified-Telemetry-Client-WoWOnly" />
  154. </Packages>
  155. </Componenet>
  156. </wimwizard>
复制代码


论坛:
https://wimwizard.boards.net/


下载:
https://www.mediafire.com/file/se1z7aco1yp0b3e/public_release_wimwizard.7z/file







发表于 8 小时前 | 显示全部楼层
我是小白,向老师学习!
回复

使用道具 举报

发表于 8 小时前 | 显示全部楼层
谢谢分享
回复

使用道具 举报

发表于 8 小时前 | 显示全部楼层
支持折腾
回复

使用道具 举报

发表于 8 小时前 | 显示全部楼层
谢谢分享
回复

使用道具 举报

发表于 8 小时前 | 显示全部楼层
感谢分享
回复

使用道具 举报

发表于 8 小时前 | 显示全部楼层
向大佬们学习了
回复

使用道具 举报

发表于 8 小时前 | 显示全部楼层
好好研究一下,謝謝分享
回复

使用道具 举报

发表于 8 小时前 | 显示全部楼层
和ntlite比较如何?这种工具最担忧的是bug多少(和win也有关系)。

点评

能熟练使用高级用户功能,精简就会随心所欲了  详情 回复 发表于 6 小时前
ntlite属于黑箱操作,这个工具要好的多,前提是能理解  详情 回复 发表于 8 小时前
回复

使用道具 举报

 楼主| 发表于 8 小时前 | 显示全部楼层
2012102 发表于 2026-6-15 09:00
和ntlite比较如何?这种工具最担忧的是bug多少(和win也有关系)。

ntlite属于黑箱操作,这个工具要好的多,前提是能理解

点评

黑箱不重要。亲亲,主要是您自己玩了没。精简后,系统稳定性如何  详情 回复 发表于 7 小时前
回复

使用道具 举报

发表于 7 小时前 | 显示全部楼层
我来学习一下
回复

使用道具 举报

发表于 7 小时前 | 显示全部楼层
学习,谢谢。
回复

使用道具 举报

发表于 7 小时前 | 显示全部楼层
过来学习一下,楼主精神可嘉
回复

使用道具 举报

发表于 7 小时前 | 显示全部楼层
谢谢楼主
回复

使用道具 举报

发表于 7 小时前 | 显示全部楼层
很有用,感谢交流!
回复

使用道具 举报

发表于 7 小时前 | 显示全部楼层
太慢了,网页半天打不开
回复

使用道具 举报

发表于 7 小时前 | 显示全部楼层
正好 可以学习一下。
回复

使用道具 举报

发表于 7 小时前 | 显示全部楼层
试试。感谢分享
回复

使用道具 举报

发表于 7 小时前 | 显示全部楼层
努力学习,感谢分享!
回复

使用道具 举报

发表于 7 小时前 | 显示全部楼层
wuliyen 发表于 2026-6-15 09:02
ntlite属于黑箱操作,这个工具要好的多,前提是能理解

黑箱不重要。亲亲,主要是您自己玩了没。精简后,系统稳定性如何

点评

啥问题,打个预防针  详情 回复 发表于 6 小时前
先用作者给出的模板搞win10,自己测试,win11可能还有些问题  详情 回复 发表于 7 小时前
回复

使用道具 举报

 楼主| 发表于 7 小时前 | 显示全部楼层
2012102 发表于 2026-6-15 09:59
黑箱不重要。亲亲,主要是您自己玩了没。精简后,系统稳定性如何

先用作者给出的模板搞win10,自己测试,win11可能还有些问题
回复

使用道具 举报

发表于 6 小时前 | 显示全部楼层
2012102 发表于 2026-6-15 09:59
黑箱不重要。亲亲,主要是您自己玩了没。精简后,系统稳定性如何

啥问题,打个预防针

点评

winsxs精简可能有问题,导致安装无法完成  详情 回复 发表于 6 小时前
回复

使用道具 举报

发表于 6 小时前 | 显示全部楼层
谢谢分享
回复

使用道具 举报

 楼主| 发表于 6 小时前 | 显示全部楼层
绝情浪子 发表于 2026-6-15 10:07
啥问题,打个预防针

winsxs精简可能有问题,导致安装无法完成

点评

wu总已经体验过了  详情 回复 发表于 3 小时前
回复

使用道具 举报

发表于 6 小时前 | 显示全部楼层
谢谢分享
回复

使用道具 举报

发表于 6 小时前 来自手机 | 显示全部楼层
谢谢分享
回复

使用道具 举报

发表于 6 小时前 | 显示全部楼层
感谢分享,现在都不太想折腾
回复

使用道具 举报

 楼主| 发表于 6 小时前 | 显示全部楼层
2012102 发表于 2026-6-15 09:00
和ntlite比较如何?这种工具最担忧的是bug多少(和win也有关系)。

能熟练使用高级用户功能,精简就会随心所欲了

点评

先下载了,到时候试试看。共勉之  详情 回复 发表于 5 小时前
回复

使用道具 举报

发表于 5 小时前 来自手机 | 显示全部楼层
感谢分享辛苦了
回复

使用道具 举报

发表于 5 小时前 | 显示全部楼层
谢谢分享
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1|闽公网安备35020302032614号 )

GMT+8, 2026-6-15 17:03

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表