无忧启动论坛

标题: 去除win10Xpe项目的视觉特效 [打印本页]

作者: rush    时间: 2024-3-16 11:36
标题: 去除win10Xpe项目的视觉特效
“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

复制代码




作者: yyz2191958    时间: 2024-3-16 12:06
谢谢分享
作者: yc2428    时间: 2024-3-16 13:15
谢谢分享
作者: hehuiying    时间: 2024-3-16 14:25
感谢分享,帮顶
作者: nathan6498    时间: 2024-3-16 15:36
谢谢分享
作者: yuguotqing    时间: 2024-3-16 16:46
感谢分享
作者: namsoo    时间: 2024-3-16 18:03

谢谢分享
作者: wang1126    时间: 2024-3-16 18:57
谢谢分享
作者: softwarezheng    时间: 2024-3-18 10:31
谢谢
作者: 一江春水1688    时间: 2024-3-18 10:45
谢谢分享
作者: oh312    时间: 2024-3-18 18:07
赞,谢谢分享。
作者: namsoo    时间: 2024-3-19 04:17
谢谢分享
作者: softwarezheng    时间: 2024-3-20 08:33
谢谢
作者: Yu9i8b2c71t    时间: 2024-3-20 23:07
谢谢了




欢迎光临 无忧启动论坛 (http://bbs.c3.wuyou.net/) Powered by Discuz! X3.3