| 网站首页 | 绿色软件 | 绿色数码 | 安全中心 | 屏保中心 | 源码中心 | 电子书库 | 教程库 | 图片库 | 资料库 | 算命 | 笑话 | 广告 | 绿站旧版 | 返回总部 | 
您现在的位置: 绿色软件站 >> 源码中心 >> BAT源码 >> 注册表项 >> 源码信息
热点推荐
最新更新
本类热门
· 解锁注册表
· 读注册表的Run下面的值
· 注册表权限设置
· 锁注册表
· 快速查看某注册表项
· 整人常用注册表修改
· 注册表优化
推荐软件
其他更新
注册表优化
运行环境: Win9x/NT/2000/XP/2003 (载入中...)
文件大小: 1 K
软件类别: BAT源码
软件语言: 简体中文
软件属性:       
授权方式: 免费版
添加时间: 2008-3-21 17:29:12
软件等级: ★★★
软件绿化: 佚名
相关链接: 源码演示地址  源码注册地址
下载次数: 日: 周: 月: 总:
软件添加: 审核:lodge 录入:lodge
::软件简介::  

警告:运行BAT源码是一种危险的动作,如果你不熟悉,请不要尝试!

@echo off
cls
color 0a
setlocal
echo 本地化操作环境…
echo 本地化操作环境成功!
set regedit=%SystemRoot%\regedit.exe
if not exist %SystemRoot%\regedit.exe GOTO NOREGEDIT
if not exist %SystemRoot%\reset.bat GOTO backup
if exist %SystemRoot%\reset.bat goto reset

:QUI
cls
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo 注册表优化已经全部完成,谢谢您的使用.
echo.
echo.
echo 如果您要撤消本次操作,请在命令提示符下键入 reset ,然后重新启动您的电脑。
echo.
echo.
echo.
echo 如果您有任何意见,请与 robust@topzj.com 联系.
echo.
echo.
echo.               作者: Robust   QQ: 9704177
pause


:reset
  echo 由于您已经运行过本优化程序,现在将执行还原程序,
  set /p chs=[Y/N]
  if /I "%CHS%"=="Y" call reset.bat
  if /I "%CHS%"=="N" goto QUI

:backup
echo 由于您是第一次运行本程序,系统将自动备份注册表,请稍候......
reg export hklm %SystemRoot%\hklm.reg
reg export hkcu %SystemRoot%\hkcu.reg
reg export hkcr %SystemRoot%\hkcr.reg
reg export hku %SystemRoot%\hku.reg
reg export hkcc %SystemRoot%\hkcc.reg
cls
echo.
echo @echo off > %SystemRoot%\reset.bat
echo reg import %SystemRoot%\hklm.reg >> %SystemRoot%\reset.bat
echo reg import %SystemRoot%\hkcu.reg >> %SystemRoot%\reset.bat
echo reg import %SystemRoot%\hkcr.reg >> %SystemRoot%\reset.bat
echo reg import %SystemRoot%\hku.reg >> %SystemRoot%\reset.bat
echo reg import %SystemRoot%\hkcc.reg >> %SystemRoot%\reset.bat
echo call del.bat >> %SystemRoot%\reset.bat
echo @echo off > %SystemRoot%\del.bat
echo del %SystemRoot%\hklm.reg >> %SystemRoot%\del.bat
echo del %SystemRoot%\hkcu.reg >> %SystemRoot%\del.bat
echo del %SystemRoot%\hkcr.reg >> %SystemRoot%\del.bat
echo del %SystemRoot%\hku.reg >> %SystemRoot%\del.bat
echo del %SystemRoot%\hkcc.reg >> %SystemRoot%\del.bat
echo del %SystemRoot%\reset.bat >> %SystemRoot%\del.bat
echo 注册表备份完毕,下面将开始优化操作.
echo 操作后请您手动动重新启动机器.
pause
goto set

  :set
    echo Windows Registry Editor Version 5.00 > "%SystemRoot%\regedit.reg"
    echo.[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] >> "%SystemRoot%\regedit.reg"
    echo "AlwaysUnloadDLL"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] >> "%SystemRoot%\regedit.reg"
    echo "SFCDisable"=dword:ffffff9d >> "%SystemRoot%\regedit.reg"
    echo.
    echo [HKEY_CURRENT_USER\Control Panel\Desktop] >> "%SystemRoot%\regedit.reg"
    echo "HungAppTimeout"="200" >> "%SystemRoot%\regedit.reg"
    echo "WaitToKillAppTimeout"="1000" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_CURRENT_USER\Control Panel\Desktop] >> "%SystemRoot%\regedit.reg"
    echo "MenuShowDelay"="0" >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace] >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}] >> "%SystemRoot%\regedit.reg"
    echo @="Printers" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters] >> "%SystemRoot%\regedit.reg"
    echo "EnablePrefetcher"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders] >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_CLASSES_ROOT\lnkfile] >> "%SystemRoot%\regedit.reg"
    echo @="快捷方式" >> "%SystemRoot%\regedit.reg"
    echo "EditFlags"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo "NeverShowExt"="" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] >> "%SystemRoot%\regedit.reg"
    echo "WaitToKillServiceTimeout"="500" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_CURRENT_USER\Control Panel\Desktop] >> "%SystemRoot%\regedit.reg"
    echo "AutoEndTasks"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug] >> "%SystemRoot%\regedit.reg"
    echo "Auto"="0" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction] >> "%SystemRoot%\regedit.reg"
    echo "Enable"="Y" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] >> "%SystemRoot%\regedit.reg"
    echo "ClearRecentDocsOnEixt"=hex:01,00,00,00 >> "%SystemRoot%\regedit.reg"
    echo [HKEY_CURRENT_USER\Control Panel\Desktop] >> "%SystemRoot%\regedit.reg"
    echo "MenuShowDelay"="0" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] >> "%SystemRoot%\regedit.reg"
    echo "ConfigFileAllocSize"=dword:000001f4 >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_USERS\.DEFAULT\Control Panel\Desktop] >> "%SystemRoot%\regedit.reg"
    echo "HungAppTimeout"="200" >> "%SystemRoot%\regedit.reg"
    echo "WaitToKillAppTimeout"="1000" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control] >> "%SystemRoot%\regedit.reg"
    echo "WaitToKillServiceTimeout"="1000" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] >> "%SystemRoot%\regedit.reg"
    echo "DisablePagingExecutive"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo "SecondLevelDataCache"=dword:00000100 >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Vxd\BIOS] >> "%SystemRoot%\regedit.reg"
    echo "CPUPriority"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo "PCIConcur"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo "FastDRAM"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo "AGPConcur"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo #B83FC273-3522-4CC6-92EC-75CC86678DA4 /3721 >> "%SystemRoot%\regedit.reg"
    echo #9A578C98-3C2F-4630-890B-FC04196EF420 /CNNIC >> "%SystemRoot%\regedit.reg"
    echo #CF051549-EDE1-40F5-B440-BCD646CF2C25 /POPO >> "%SystemRoot%\regedit.reg"
    echo #4EDBBAEA-F509-49F6-94D1-ECEC4BE5B686 /中文邮 >> "%SystemRoot%\regedit.reg"
    echo #BC207F7D-3E63-4ACA-99B5-FB5F8428200C /Baidu >> "%SystemRoot%\regedit.reg"
    echo #9BBC1154-218D-453C-97F6-A06582224D81 /Baidu>> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{B83FC273-3522-4CC6-92EC-75CC86678DA4}] >> "%SystemRoot%\regedit.reg"
    echo "Compatibility Flags"=dword:00000400 >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{9A578C98-3C2F-4630-890B-FC04196EF420}] >> "%SystemRoot%\regedit.reg"
    echo "Compatibility Flags"=dword:00000400 >> "%SystemRoot%\regedit.reg"

 


@echo off
cls
color 0a
setlocal
echo 本地化操作环境…
echo 本地化操作环境成功!
set regedit=%SystemRoot%\regedit.exe
if not exist %SystemRoot%\regedit.exe GOTO NOREGEDIT
if not exist %SystemRoot%\reset.bat GOTO backup
if exist %SystemRoot%\reset.bat goto reset

:QUI
cls
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo 注册表优化已经全部完成,谢谢您的使用.
echo.
echo.
echo 如果您要撤消本次操作,请在命令提示符下键入 reset ,然后重新启动您的电脑。
echo.
echo.
echo.
echo 如果您有任何意见,请与 robust@topzj.com 联系.
echo.
echo.
echo.               作者: Robust   QQ: 9704177
pause


:reset
  echo 由于您已经运行过本优化程序,现在将执行还原程序,
  set /p chs=[Y/N]
  if /I "%CHS%"=="Y" call reset.bat
  if /I "%CHS%"=="N" goto QUI

:backup
echo 由于您是第一次运行本程序,系统将自动备份注册表,请稍候......
reg export hklm %SystemRoot%\hklm.reg
reg export hkcu %SystemRoot%\hkcu.reg
reg export hkcr %SystemRoot%\hkcr.reg
reg export hku %SystemRoot%\hku.reg
reg export hkcc %SystemRoot%\hkcc.reg
cls
echo.
echo @echo off > %SystemRoot%\reset.bat
echo reg import %SystemRoot%\hklm.reg >> %SystemRoot%\reset.bat
echo reg import %SystemRoot%\hkcu.reg >> %SystemRoot%\reset.bat
echo reg import %SystemRoot%\hkcr.reg >> %SystemRoot%\reset.bat
echo reg import %SystemRoot%\hku.reg >> %SystemRoot%\reset.bat
echo reg import %SystemRoot%\hkcc.reg >> %SystemRoot%\reset.bat
echo call del.bat >> %SystemRoot%\reset.bat
echo @echo off > %SystemRoot%\del.bat
echo del %SystemRoot%\hklm.reg >> %SystemRoot%\del.bat
echo del %SystemRoot%\hkcu.reg >> %SystemRoot%\del.bat
echo del %SystemRoot%\hkcr.reg >> %SystemRoot%\del.bat
echo del %SystemRoot%\hku.reg >> %SystemRoot%\del.bat
echo del %SystemRoot%\hkcc.reg >> %SystemRoot%\del.bat
echo del %SystemRoot%\reset.bat >> %SystemRoot%\del.bat
echo 注册表备份完毕,下面将开始优化操作.
echo 操作后请您手动动重新启动机器.
pause
goto set

  :set
    echo Windows Registry Editor Version 5.00 > "%SystemRoot%\regedit.reg"
    echo.[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] >> "%SystemRoot%\regedit.reg"
    echo "AlwaysUnloadDLL"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] >> "%SystemRoot%\regedit.reg"
    echo "SFCDisable"=dword:ffffff9d >> "%SystemRoot%\regedit.reg"
    echo.
    echo [HKEY_CURRENT_USER\Control Panel\Desktop] >> "%SystemRoot%\regedit.reg"
    echo "HungAppTimeout"="200" >> "%SystemRoot%\regedit.reg"
    echo "WaitToKillAppTimeout"="1000" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_CURRENT_USER\Control Panel\Desktop] >> "%SystemRoot%\regedit.reg"
    echo "MenuShowDelay"="0" >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace] >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}] >> "%SystemRoot%\regedit.reg"
    echo @="Printers" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters] >> "%SystemRoot%\regedit.reg"
    echo "EnablePrefetcher"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders] >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_CLASSES_ROOT\lnkfile] >> "%SystemRoot%\regedit.reg"
    echo @="快捷方式" >> "%SystemRoot%\regedit.reg"
    echo "EditFlags"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo "NeverShowExt"="" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] >> "%SystemRoot%\regedit.reg"
    echo "WaitToKillServiceTimeout"="500" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_CURRENT_USER\Control Panel\Desktop] >> "%SystemRoot%\regedit.reg"
    echo "AutoEndTasks"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug] >> "%SystemRoot%\regedit.reg"
    echo "Auto"="0" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction] >> "%SystemRoot%\regedit.reg"
    echo "Enable"="Y" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] >> "%SystemRoot%\regedit.reg"
    echo "ClearRecentDocsOnEixt"=hex:01,00,00,00 >> "%SystemRoot%\regedit.reg"
    echo [HKEY_CURRENT_USER\Control Panel\Desktop] >> "%SystemRoot%\regedit.reg"
    echo "MenuShowDelay"="0" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] >> "%SystemRoot%\regedit.reg"
    echo "ConfigFileAllocSize"=dword:000001f4 >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_USERS\.DEFAULT\Control Panel\Desktop] >> "%SystemRoot%\regedit.reg"
    echo "HungAppTimeout"="200" >> "%SystemRoot%\regedit.reg"
    echo "WaitToKillAppTimeout"="1000" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control] >> "%SystemRoot%\regedit.reg"
    echo "WaitToKillServiceTimeout"="1000" >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] >> "%SystemRoot%\regedit.reg"
    echo "DisablePagingExecutive"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo "SecondLevelDataCache"=dword:00000100 >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Vxd\BIOS] >> "%SystemRoot%\regedit.reg"
    echo "CPUPriority"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo "PCIConcur"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo "FastDRAM"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo "AGPConcur"=dword:00000001 >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo #B83FC273-3522-4CC6-92EC-75CC86678DA4 /3721 >> "%SystemRoot%\regedit.reg"
    echo #9A578C98-3C2F-4630-890B-FC04196EF420 /CNNIC >> "%SystemRoot%\regedit.reg"
    echo #CF051549-EDE1-40F5-B440-BCD646CF2C25 /POPO >> "%SystemRoot%\regedit.reg"
    echo #4EDBBAEA-F509-49F6-94D1-ECEC4BE5B686 /中文邮 >> "%SystemRoot%\regedit.reg"
    echo #BC207F7D-3E63-4ACA-99B5-FB5F8428200C /Baidu >> "%SystemRoot%\regedit.reg"
    echo #9BBC1154-218D-453C-97F6-A06582224D81 /Baidu>> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{B83FC273-3522-4CC6-92EC-75CC86678DA4}] >> "%SystemRoot%\regedit.reg"
    echo "Compatibility Flags"=dword:00000400 >> "%SystemRoot%\regedit.reg"
    echo. >> "%SystemRoot%\regedit.reg"
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{9A578C98-3C2F-4630-890B-FC04196EF420}] >> "%SystemRoot%\regedit.reg"
    echo "Compatibility Flags"=dword:00000400 >> "%SystemRoot%\regedit.reg"

 

::下载地址::  
·电信服务器一  ·电信服务器二  ·网通服务器二  ·网通服务器一  
::相关软件::  
酷我音盒(自带100万首歌曲的播放器)
没有相关源码
(载入中...)
::相关教程::
::下载说明::
为了达到最快的下载速度,推荐使用网际快车下载本站软件。
如果您发现该软件不能下载,请通知管理员或点击【此处报错】,谢谢!
未经本站明确许可,任何网站不得非法盗链及抄袭本站资源;如引用页面,请注明来自本站,谢谢您的支持!
      网友评论:(评论内容只代表网友观点,与本站立场无关!) 发表评论