°Ô½ÃÆÇȨ / À©µµ¿ì / ·¹Áö½ºÆ®¸®ÀÇ AppInit_DLLs °¡ ¹«¾ùÀÎÁö..»õ±Û¾²±â ´ä±Û¾²±â

ÀúÀÚ ·¹Áö½ºÆ®¸®ÀÇ AppInit_DLLs °¡ ¹«¾ùÀÎÁö..
Anonymous (0)
ºñȸ¿ø
  °Ô½ÃÀÏ: 2004-07-14 00:03||

OS: Windows XP pro sp1 (ÇѱÛ)

¾È³çÇϼ¼¿ä? ´Ù¸§ÀÌ ¾Æ´Ï¶ó ietoy.co.krÀÇ ad-free °Ô½ÃÆÇÀ» º¸´Ï
about:blank º¯Á¾¶§¹®¿¡ ½Ã²ø¹÷Àû ÇÏ´õ±º¿ä. ^^

±× °Ô½Ã¹°µéÀ» Âß º¸°íÀִµ¥

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\\AppInit_DLLs

ÀÌ ¾È¿¡ ¾î´À dllÀÌ ¼û°ÜÁ® ÀÖ´Ù°í ÇÏ´õ±º¿ä.

»ý¼ÒÇÑ ·¹Áö½ºÆ®¸® ÀÌ°í,
¶Ç ÀúÇÑÅ×´Â ¾ø´Â AppInit_DLLs Æú´õ°¡ À־ ¸»ÀÔ´Ï´Ù.

ÀÌ ·¹Áö½ºÆ®¸®°¡ ¹«¾ùÀ» ÀǹÌÇÏ°í
¾î¶³¶§ ¾²ÀÌ´ÂÁö ±Ã±ÝÇÕ´Ï´Ù.

(Âü Àú´Â ±× about:blank¿¡ ¾È°É·È½À´Ï´Ù.)

±×¸®°í ±× ¼û°ÜÁø dllÀ» ã´Â ¹èÄ¡ÆÄÀϵµ Æۿͼ­ °°ÀÌ ¿Ã¸³´Ï´Ù. (±× ¾Öµå¿þ¾î¿Ï »ó°ü¾øÁö¸¸ ±×·¡µµ Ȥ½Ã µµ¿òµÇ½Ç±î Çؼ­¿ä)

@echo off
Echo Working

Reg Query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" /v Appinit_Dlls
If ERRORLEVEL==1 GoTo End
GoTo DOIT
:End

echo >not.vbs MsgBox "No Appinit_Dlls value Present" ^& vbcrlf ^& "Removal Aborted"
Wscript.exe not.vbs
del not.vbs
Exit

OIT
If exist backup.hiv del backup.hiv
If exist f.hiv del f.hiv

reg save "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" backup.hiv
:one

PING 1.1.1.1 -n 2 -w 1000 >NUL
if not exist backup.hiv goto one

Reg Delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" /f


Reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NotWindows"
:Notthere

PING 1.1.1.1 -n 2 -w 1000 >NUL
reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NotWindows"
IF ERRORLEVEL ==1 Go to Notthere

reg Restore "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NotWindows" backup.hiv

:two

PING 1.1.1.1 -n 2 -w 1000 >NUL
Reg Query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NotWindows" /v Appinit_Dlls
IF ERRORLEVEL==1 GOTO two

reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NotWindows" /v Appinit_Dlls /f
:appy

PING 1.1.1.1 -n 2 -w 1000 >NUL
Reg Query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NotWindows" /v Appinit_Dlls
If Not ERRORLEVEL==1 GOTO appy

Reg save "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NotWindows" f.hiv
:three

PING 1.1.1.1 -n 4 -w 1000 >NUL
if not exist f.hiv GOTO three

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NotWindows" /f

Reg Add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows"
:four

PING 1.1.1.1 -n 1 -w 1000 >NUL
Reg Query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows"
If ERRORLEVEL==1 GOTO four

:five



PING 1.1.1.1 -n 2 -w 1000 >NUL
Reg Restore "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" f.hiv
Reg Query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" /v USERProcessHandleQuota
If ErrorLevel==1 GOTO five

If exist f.hiv ren f.hiv fbackup.hiv

Echo > finished.vbs MsgBox "Done"
Wscript.exe finished.vbs
del finished.vbs

--------------------------------

ÀÌ»óÀÔ´Ï´Ù.

°¨»çÇÕ´Ï´Ù.. ^^ ÁÁÀº¹ã µÇ½Ã±æ......
(Ȥ½Ã... °Ô½Ã¹° ¿øÄ¢¿¡ À§¹ÝµÇÁø ¾Ê¾Ò°ÚÁÒ?)



Anonymous (0)
ºñȸ¿ø
  °Ô½ÃÀÏ: 2004-07-14 10:44||
Àοë!

OS: Windows XP pro sp1 (ÇѱÛ)

¾È³çÇϼ¼¿ä? ´Ù¸§ÀÌ ¾Æ´Ï¶ó ietoy.co.krÀÇ ad-free °Ô½ÃÆÇÀ» º¸´Ï
about:blank º¯Á¾¶§¹®¿¡ ½Ã²ø¹÷Àû ÇÏ´õ±º¿ä. ^^

±× °Ô½Ã¹°µéÀ» Âß º¸°íÀִµ¥

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\AppInit_DLLs

ÀÌ ¾È¿¡ ¾î´À dllÀÌ ¼û°ÜÁ® ÀÖ´Ù°í ÇÏ´õ±º¿ä.

»ý¼ÒÇÑ ·¹Áö½ºÆ®¸® ÀÌ°í,
¶Ç ÀúÇÑÅ×´Â ¾ø´Â AppInit_DLLs Æú´õ°¡ À־ ¸»ÀÔ´Ï´Ù.

ÀÌ ·¹Áö½ºÆ®¸®°¡ ¹«¾ùÀ» ÀǹÌÇÏ°í
¾î¶³¶§ ¾²ÀÌ´ÂÁö ±Ã±ÝÇÕ´Ï´Ù.

AppInit_DLLsÀº Æú´õ°¡ ¾Æ´Ï°í °ªÀÔ´Ï´Ù. ÀÌ °ª¿¡ DLLÀÌ ÇÒ´çµÇÁÒ. AppInit_DLLs¶ó´Â À̸§Àº Application Initialize DLLsÀ» ÁÙÀÎ °ÍÀ¸·Î º¸ÀÔ´Ï´Ù. µû¶ó¼­ ÀÌ °ªÀº ÀÀ¿ë ÇÁ·Î±×·¥ÀÌ ÃʱâÈ­ÇÒ DLL ¸ñ·ÏÀ» ±â¾ïÇÏ°í ÀÖ´Â °ªÀ¸·Î ÃßÁ¤µË´Ï´Ù. Áï, Áú¹®ÇÒ ÇÊ¿ä¾øÀÌ À̸§¸¸ °¡Áö°íµµ ÇÏ´Â ÀÏÀ» ÃßÁ¤ÇÒ ¼ö ÀÖ´Â ·¹Áö½ºÆ®¸® °ªÀÔ´Ï´Ù.

½ÇÁ¦ MS KB ±â»ç¸¦ º¸¸é ·Î±×¿Â ¼¼¼Ç µ¿¾È ½ÇÇàµÇ´Â À©µµ¿ìÀÇ ±âº» ÇÁ·Î±×·¥µé¿¡ÀÇÇØ ·ÎµåµÇ´Â ¸ðµç DLL ¸ñ·ÏÀ̶ó°í ÇÏ´Â ±º¿ä...

ÆÁÀ¸·Î ¾²±â¿¡´Â ³Ê¹« ¹«¸®°¡ ÀÖ´Â °Í °°¾Æ °£´ÜÈ÷ ´äÇÕ´Ï´Ù.

´ÙÀ½±Û: ÄÚµ¦ Áú¹® (0)4270dyoverdx2005-01-05
ÀÌÀü±Û: ¹ÙÅÁÈ­¸é¿¡ ÀÖ´Â ¾ÆÀÌÄÜ¿¡ ´ëÇÑ Áú¹®ÀÔ´Ï´Ù. (0)2961mr4042004-04-19

»õ±Û¾²±â ´ä±Û¾²±â
À̵¿:

¼¼»ó»ç´Â À̾߱â



RSS ±¸µ¶ (À͸í | ȸ¿ø | °­Á | Æ÷·³)
(C) 1996 ~ 2017 QAOS.com All rights reserved.