中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-09-27 07:17
47,813 topics / 349,918 posts / today 0 new / 48,276 members
DOS批处理 & 脚本技术(批处理室) » Essential for bare metal, virus immunity package (updated on October 1, 2007)
Printable Version  4,257 / 37
Floor16 npgmis Posted 2007-09-21 16:11
初级用户 Posts 17 Credits 32
Floor17 PPdos Posted 2007-09-21 20:59
高级用户 Posts 268 Credits 783
If the list of suspicious files in article P can be made into a form, and then the registry search and file search commands are used to search the local machine's files and registry according to the form, and the found suspicious file names are displayed or a report is generated. This can not only avoid modification of the registry but also reduce the generation of junk files
Floor18 angel144 Posted 2007-09-21 22:13
初级用户 Posts 26 Credits 66
The elder upstairs, I don't quite understand what you mean.
My main purpose of this immunity package is to prevent getting poisoned, not to facilitate antivirus after being poisoned.
As for whether adding registry defense will make the registry bloated and affect the machine performance, I think it should not.
Because there are very few registry entries, unless it is a malignant full-disk infection type like Panda. And for empty folders, I think it should not affect the system performance either.
Floor19 koala Posted 2007-09-25 20:58
初级用户 Posts 105 Credits 199 From 江苏
The landlord should consider using the for statement. Things like temp, system32, and other batch labels are completely needed.

I'll give an example. The batch label ProgramFiles section:

cd /d %ProgramFiles%
set id=0

:loop
for %%i in ( %systemroot%\system32 ) do (
md pro%id%.exe&&echo y|cacls %%i\pro%id%.exe /d everyone&&attrib +s +h +r %%i\pro%id%.exe
set /a id=+1
if %id%=19 goto eof
goto loop
)
The code hasn't been tested, but I think there's no need to write so many garbage files (folders) to %systemroot%\system32 in batch processing.

[ Last edited by koala on 2007-10-1 at 08:57 PM ]
Floor20 angel144 Posted 2007-10-01 03:12
初级用户 Posts 26 Credits 66
Bump it myself. ......
Floor21 koala Posted 2007-10-01 20:58
初级用户 Posts 105 Credits 199 From 江苏
Please clarify your request. You just said "定一下,下载个" which is rather incomplete. Please provide the full context or clarify what exactly needs to be translated or what the complete content is.
Floor22 koala Posted 2007-10-01 21:00
初级用户 Posts 105 Credits 199 From 江苏
Floor23 nsnicy Posted 2007-10-05 21:10
新手上路 Posts 6 Credits 12
Floor24 koala Posted 2007-10-13 21:08
初级用户 Posts 105 Credits 199 From 江苏
The post of the brother has sunk! Update oh
Floor25 hdzc Posted 2007-10-18 22:30
初级用户 Posts 86 Credits 146
The compressed package is damaged and has issues.
Floor26 zhclsy Posted 2007-10-19 09:33
初级用户 Posts 34 Credits 83
Downloaded, can't open, file is corrupted
Floor27 qq4569712 Posted 2007-10-29 01:57
新手上路 Posts 4 Credits 10
Collected, a classic!
Floor28 laixiaozi Posted 2007-10-29 03:03
新手上路 Posts 9 Credits 18
Dealing with mirror hijacking, it seems this trick is enough. Just set the permissions properly, no need to delete.

echo Windows Registry Editor Version 5.00>a.reg

echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options]>>a.reg
regedit /s a.reg
@del a.reg
Floor29 rinfall Posted 2007-10-29 09:18
新手上路 Posts 8 Credits 18
Oh, what's going on? The one I downloaded doesn't work??? Both times I downloaded it, it couldn't be extracted. End error~~~~~
Floor30 zhjyes1 Posted 2007-10-29 13:49
新手上路 Posts 3 Credits 5
Prev  1 2 3  Next
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023