无忧启动论坛
标题:
去除win10Xpe项目的视觉特效
[打印本页]
作者:
rush
时间:
2024-3-16 11:36
标题:
去除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
谢谢分享
作者:
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
谢谢分享
作者:
一江春水1688
时间:
2024-3-18 10:45
谢谢分享
作者:
oh312
时间:
2024-3-18 18:07
赞,谢谢分享。
作者:
namsoo
时间:
2024-3-19 04:17
谢谢分享
作者:
Yu9i8b2c71t
时间:
2024-3-20 23:07
谢谢了
作者:
wn168cn@163.com
时间:
2024-10-19 16:16
感谢分享
欢迎光临 无忧启动论坛 (http://bbs.c3.wuyou.net/)
Powered by Discuz! X3.3