rush 发表于 2024-3-16 11:36:55

去除win10Xpe项目的视觉特效

“win10xpe”项目制作工具,制作的PE存在win10默认的视觉效果,本来pe环境就卡顿,效果开启导致进一步卡顿。使用:
在wimbuilder软件的addition页面底部,找到pe注册表脚本,点击左边的EDIT,在打开的记事本中,找个地方插入我的代码,以后就彻底和视觉效果拜拜。顺便可以清理我的电脑中存在“3D object”等垃圾文件夹。

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

RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects,VisualFXSetting,2
RegWrite,HKLM,0x3,"Tmp_Default\Control Panel\Desktop",UserPreferencesMask,90,12,03,80,10,00,00,00
RegWrite,HKLM,0x1,"Tmp_Default\Control Panel\Desktop\WindowMetrics",MinAnimate,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced,TaskbarAnimations,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\DWM,EnableAeroPeek,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\DWM,AlwaysHibernateThumbnails,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced,IconsOnly,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced,ListviewAlphaSelect,0
RegWrite,HKLM,0x1,"Tmp_Default\Control Panel\Desktop",DragFullWindows,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced,ListviewShadow,0


RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ControlAnimations,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ControlAnimations,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\CursorShadow,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\CursorShadow,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DropShadow,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DropShadow,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMAeroPeekEnabled,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMAeroPeekEnabled,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMEnabled,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMEnabled,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMSaveThumbnailEnabled,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMSaveThumbnailEnabled,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewAlphaSelect,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewAlphaSelect,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewShadow,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewShadow,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Themes,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Themes,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ThumbnailsOrIcon,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ThumbnailsOrIcon,DefaultApplied,1
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TooltipAnimation,DefaultValue,0
RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TooltipAnimation,DefaultApplied,1




yyz2191958 发表于 2024-3-16 12:06:03

谢谢分享

yc2428 发表于 2024-3-16 13:15:49

谢谢分享

hehuiying 发表于 2024-3-16 14:25:36

感谢分享,帮顶

nathan6498 发表于 2024-3-16 15:36:57

谢谢分享

yuguotqing 发表于 2024-3-16 16:46:31

感谢分享

namsoo 发表于 2024-3-16 18:03:06


谢谢分享

wang1126 发表于 2024-3-16 18:57:42

谢谢分享

softwarezheng 发表于 2024-3-18 10:31:36

谢谢

一江春水1688 发表于 2024-3-18 10:45:33

谢谢分享

oh312 发表于 2024-3-18 18:07:53

赞,谢谢分享。

namsoo 发表于 2024-3-19 04:17:42

谢谢分享

softwarezheng 发表于 2024-3-20 08:33:40

谢谢

Yu9i8b2c71t 发表于 2024-3-20 23:07:54

谢谢了
页: [1]
查看完整版本: 去除win10Xpe项目的视觉特效