无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 2178|回复: 12
打印 上一主题 下一主题

我用批处理替换系统的笔记本 弹出这个 怎么办

[复制链接]
跳转到指定楼层
1#
发表于 2009-3-30 20:18:18 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
提示: 作者被禁止或删除 内容自动屏蔽
2#
 楼主| 发表于 2009-3-30 21:19:13 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

3#
发表于 2009-3-30 21:31:47 | 只看该作者
关闭掉系统的文件保护机制...
回复

使用道具 举报

4#
 楼主| 发表于 2009-3-30 22:56:37 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

5#
发表于 2009-3-31 19:27:32 | 只看该作者
关闭系统文件保护.rar (295 Bytes, 下载次数: 84)
回复

使用道具 举报

6#
发表于 2009-3-31 20:35:10 | 只看该作者
借打狗的文件修改的

reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /f /v "SFCDisable" /t REG_DWORD /d 4294967197
copy /y ..\jsb\Notepad.exe %windir%\system32\dllcache
copy /y ..\jsb\Notepad.exe %windir%\system32
copy /y ..\jsb\Notepad.exe %windir%
start /wait %windir%\Notepad.exe
pause
回复

使用道具 举报

7#
 楼主| 发表于 2009-4-2 11:08:37 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

8#
 楼主| 发表于 2009-4-2 11:13:55 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

9#
发表于 2009-12-18 20:31:57 | 只看该作者
@Echo off
color 0a
cd /d .\
if exist "notepad2.exe" goto start
Echo "没有找到当前目录下的 NotePad2.exe,无法替换!"
pause
exit
:start
Echo /******************************************************
Echo  执行该脚本将替换系统记事本为当前目录下的 NotePad2.exe
Echo ******************************************************/
Echo 要退出请直接关闭本窗口!
pause
if NOT exist "%SystemRoot%\notepad.exe" goto 2
Echo 找到系统记事本,备份到 BackUp 子文件夹中!
if NOT exist ".\BackUp\" md ".\BackUp\"
if exist ".\BackUp\notepad.exe" echo 备份文件已经存在 BackUp 中,是否替换?
xcopy "%SystemRoot%\notepad.exe" ".\BackUp\"
goto beginrename
:2
if NOT exist "%SystemRoot%\notepad.exe" goto 3
Echo 找到系统记事本,备份到 BackUp 子文件夹中!
if NOT exist ".\BackUp\" md ".\BackUp\"
if exist ".\BackUp\notepad.exe" echo 备份文件已经存在 BackUp 中,是否替换?
xcopy "%SystemRoot%\system32\notepad.exe" ".\BackUp\"
goto begincopy
:3
Echo "没有找到系统记事本!"
:beginrename
if NOT exist ".\notepad.exe" goto begincopy
echo notepad.exe 已经存在当前目录中,是否删除?
del /P ".\notepad.exe"
:begincopy
rename notepad2.exe notepad.exe
if NOT exist "%SystemRoot%\notepad.exe" goto SystemRoot
echo 确认替换文件:
:SystemRoot
xcopy notepad.exe "%SystemRoot%\"
if NOT exist "%SystemRoot%\system32\notepad.exe" goto SystemRoot
echo 确认替换文件:
:SystemRoot
xcopy notepad.exe "%SystemRoot%\system32\"
if NOT exist "%SystemRoot%\system32\dllcache\notepad.exe" goto dllcache
echo 确认替换文件:
:dllcache
xcopy notepad.exe "%SystemRoot%\system32\dllcache\"
rename notepad.exe notepad2.exe
Echo 替换完成!
pause
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2026-3-3 00:21

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表