无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站广告联系 微信:wuyouceo QQ:184822951
查看: 707|回复: 14
打印 上一主题 下一主题

[教程] 去除win10Xpe项目的视觉特效

[复制链接]
跳转到指定楼层
1#
发表于 2024-3-16 11:36:55 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
“win10xpe”项目制作工具,制作的PE存在win10默认的视觉效果,本来pe环境就卡顿,效果开启导致进一步卡顿。使用:
在wimbuilder软件的addition页面底部,找到pe注册表脚本,点击左边的EDIT,在打开的记事本中,找个地方插入我的代码,以后就彻底和视觉效果拜拜。顺便可以清理我的电脑中存在“3D object”等垃圾文件夹。

  1. RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}
  2. RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}
  3. RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}
  4. RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}
  5. RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}
  6. RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}
  7. RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}
  8. RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}
  9. RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}
  10. RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}
  11. RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}
  12. RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}
  13. RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}
  14. RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}

  15. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects,VisualFXSetting,2
  16. RegWrite,HKLM,0x3,"Tmp_Default\Control Panel\Desktop",UserPreferencesMask,90,12,03,80,10,00,00,00
  17. RegWrite,HKLM,0x1,"Tmp_Default\Control Panel\Desktop\WindowMetrics",MinAnimate,0
  18. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced,TaskbarAnimations,0
  19. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\DWM,EnableAeroPeek,0
  20. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\DWM,AlwaysHibernateThumbnails,0
  21. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced,IconsOnly,1
  22. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced,ListviewAlphaSelect,0
  23. RegWrite,HKLM,0x1,"Tmp_Default\Control Panel\Desktop",DragFullWindows,0
  24. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced,ListviewShadow,0


  25. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax,DefaultValue,0
  26. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax,DefaultApplied,1
  27. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation,DefaultValue,0
  28. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation,DefaultApplied,1
  29. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ControlAnimations,DefaultValue,0
  30. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ControlAnimations,DefaultApplied,1
  31. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\CursorShadow,DefaultValue,0
  32. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\CursorShadow,DefaultApplied,1
  33. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows,DefaultValue,0
  34. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows,DefaultApplied,1
  35. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DropShadow,DefaultValue,0
  36. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DropShadow,DefaultApplied,1
  37. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMAeroPeekEnabled,DefaultValue,0
  38. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMAeroPeekEnabled,DefaultApplied,1
  39. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMEnabled,DefaultValue,0
  40. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMEnabled,DefaultApplied,1
  41. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMSaveThumbnailEnabled,DefaultValue,0
  42. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMSaveThumbnailEnabled,DefaultApplied,1
  43. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling,DefaultValue,0
  44. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling,DefaultApplied,1
  45. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewAlphaSelect,DefaultValue,0
  46. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewAlphaSelect,DefaultApplied,1
  47. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewShadow,DefaultValue,0
  48. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewShadow,DefaultApplied,1
  49. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation,DefaultValue,0
  50. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation,DefaultApplied,1
  51. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade,DefaultValue,0
  52. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade,DefaultApplied,1
  53. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations,DefaultValue,0
  54. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations,DefaultApplied,1
  55. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Themes,DefaultValue,0
  56. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Themes,DefaultApplied,1
  57. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ThumbnailsOrIcon,DefaultValue,0
  58. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ThumbnailsOrIcon,DefaultApplied,1
  59. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TooltipAnimation,DefaultValue,0
  60. RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TooltipAnimation,DefaultApplied,1

复制代码



点评

技术贴  发表于 2024-3-19 18:43

评分

参与人数 1无忧币 +5 收起 理由
某些人 + 5 赞一个!

查看全部评分

2#
发表于 2024-3-16 12:06:03 | 只看该作者
谢谢分享
回复

使用道具 举报

3#
发表于 2024-3-16 13:15:49 | 只看该作者
谢谢分享
回复

使用道具 举报

4#
发表于 2024-3-16 14:25:36 | 只看该作者
感谢分享,帮顶
回复

使用道具 举报

5#
发表于 2024-3-16 15:36:57 | 只看该作者
谢谢分享
回复

使用道具 举报

6#
发表于 2024-3-16 16:46:31 | 只看该作者
感谢分享
回复

使用道具 举报

7#
发表于 2024-3-16 18:03:06 | 只看该作者

谢谢分享
回复

使用道具 举报

8#
发表于 2024-3-16 18:57:42 | 只看该作者
谢谢分享
回复

使用道具 举报

9#
发表于 2024-3-18 10:31:36 | 只看该作者
谢谢
回复

使用道具 举报

10#
发表于 2024-3-18 10:45:33 | 只看该作者
谢谢分享
回复

使用道具 举报

11#
发表于 2024-3-18 18:07:53 | 只看该作者
赞,谢谢分享。
回复

使用道具 举报

12#
发表于 2024-3-19 04:17:42 | 只看该作者
谢谢分享
回复

使用道具 举报

13#
发表于 2024-3-20 08:33:40 | 只看该作者
谢谢
回复

使用道具 举报

14#
发表于 2024-3-20 23:07:54 | 只看该作者
谢谢了
回复

使用道具 举报

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

本版积分规则

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

闽公网安备 35020302032614号

GMT+8, 2024-4-27 15:07

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

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