蓝色动力网络

找网吧系统
就到网吧系统下载站

xp注册表优化操作

作者:chen人气:0来源:网吧系统下载站2014-04-18 09:43:19

广告载入中...

xp注册表优化操作



特效优化:  

Windows Registry Editor Version 5.00

#禁止桌面属性-外观-效果-阴影项,平滑字体边缘,动画显示窗口

#最佳性能模式    

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerVisualEffects]

"VisualFXSetting"=dword:00000002

[HKEY_CURRENT_USERControl PanelDesktop]

"DragFullWindows"="0"

"FontSmoothing"="2"

"UserPreferencesMask"=hex:b0,12,01,80

"MinAnimate"="0"

"DefaultApplied"=dword:00000001

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced]

"WebView"=dword:00000000

"TaskbarAnimations"=dword:00000000

"ListviewWatermark"=dword:00000000

"ListviewAlphaSelect"=dword:00000000

"ListviewShadow"=dword:00000000

#图标透明

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced]

"ListviewShadow"=dword:00000001

#窗口动画效果

[HKEY_CURRENT_USERControl PanelDesktopWindowMetrics]

"MinAnimate"="0"

去掉搜索助理:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerCabinetState]

"Settings"=hex:0c,00,02,00,1b,01,e5,77,60,00,00,00

"FullPath"=dword:00000001

"FullPathAddress"=dword:00000001

"Use Search Asst"="no"

批处理作简单限制:

阻止访问驱动器如阻止访问C盘

@ECHO OFF

REG ADD "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /V NoViewOnDrive /T REG_DWORD /D 4 /F

隐藏C和E盘

@ECHO OFF

REG ADD "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /V NoDrives /T REG_DWORD /D 20 /F

去除隐藏C和E盘

@ECHO OFF

REG DELETE "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /V NoDrives /F

TASKKILL /F /IM EXPLORER.EXE

START EXPLORER.EXE

去除阻止访问C盘

@ECHO OFF

REG DELETE "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /V "NoViewOnDrive" /F

TASKKILL /F /IM EXPLORER.EXE

START EXPLORER.EXE

去除文件夹选项

@ECHO OFF

REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /V "NoFolderOptions" /T REG_DWORD /D 1 /F 1>NUL 2>NUL

显示文件夹选项

@ECHO OFF

REG DELETE "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /V "NoFolderOptions" /F 1>NUL 2>NUL

TASKKILL /F /IM EXPLORER.EXE

START EXPLORER.EXE

禁用作者模式

@ECHO OFF

REG ADD "HKEY_CURRENT_USERSoftwarePoliciesMicrosoftMMC" /V "RestrictAuthorMode" /T REG_DWORD /D 1 /F 1>NUL 2>NUL

解除禁用作者模式

@ECHO OFF

REG DELETE "HKEY_CURRENT_USERSoftwarePoliciesMicrosoftMMC" /F 1>NUL 2>NUL

继续阅读:xp

分享吧~提高逼格:

栏目分类

热门下载

More
官方微信二维码蓝色动力官方微信公众号