일단 이 방법은

1. 왜 애들 컴퓨터도 못켜게 선(or 부품)을 빼놓고 그러니.. 얼른 켜줘

라고 말하는 부모님 또는 할머니 할아버지들과


2. 그런 분들이 없다 쳐도 무서워서 부품 못건드는 컴맹 명붕이들을 위한 글임


바로 시작한다


키보드 왼쪽 아래에 보면 Ctrl이랑 Alt 사이에 있는 윈도우키 라는게 있음

사진에 보면 맨 아래에서 왼쪽에서 2번째 키임


저걸 누른 상태에서 알파벳 R키를 누르면


이런 창이 뜰거야

열기 옆에

notepad

라고 치고 확인을 누르면 메모장이 떠


아래에 엄청 긴 영어를 적어놓을건데 토씨 하나 빠뜨리거나 틀리지 말고 그대로 복사해서 메모장에 붙여넣어




@echo off


(

echo ^<html^>^<head^>^<title^>Microsoft Windows^</title^> 

echo. 

echo ^<hta:application id="oBVC" 

echo applicationname="BSOD"  

echo version="1.0" 

echo maximizebutton="no" 

echo minimizebutton="no" 

echo sysmenu="no" 

echo Caption="no" 

echo windowstate="maximize"/^> 

echo. 

echo ^</head^>^<body bgcolor="#000088" scroll="no"^> 

echo ^<font face="Lucida Console" size="4" color="white"^> 

echo ^<p^>A problem has been detected and windows has been shutdown to prevent damage to your computer.^</p^> 

echo. 

echo ^<p^>DRIVER_IRQL_NOT_LES_OR_EQUAL^</p^> 

echo. 

echo ^<p^>If this is the first time you've seen this stop error screen, restart your computer, If this screen appears again, follow these steps:^</p^> 

echo. 

echo ^<p^>Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any windows updates you might need.^</p^> 

echo. 

echo ^<p^>If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode.^</p^> 

echo. 

echo ^<p^>Technical information:^</p^> 

echo. 

echo ^<p^>*** STOP: 0x00D1 ^(0x00C,0x002,0x00,0xF86B5A89^)^</p^> 

echo. 

echo. 

echo ^<p^>***  gv3.sys - Address F86B5A89 base at F86B5000, DateStamp 3dd9919eb^</p^> 

echo. 

echo ^<p^>Beginning dump of physical memory^</p^> 

echo ^<p^>Physical memory dump complete.^</p^> 

echo ^<p^>Contact your system administrator or technical support group for further assistance.^</p^> 

echo.

echo. 

echo ^</font^> 

echo ^</body^>

echo.

echo ^<script language="javascript"^>

echo function noClick^(^) {

echo if ^(^(event.button==1^)^|^|^(event.button==2^)^) {

echo alert^('Error: 00101100x00100100 missing keymgr.dll'^)

echo }

echo }

echo document.onmousedown=noClick

echo ^</script^>

echo.  

echo ^</html^> 

) > bsod.hta 


start "" /wait "bsod.hta"


del /f /q "bsod.hta" > nul

@echo off


(

echo ^<html^>^<head^>^<title^>Microsoft Windows^</title^> 

echo. 

echo ^<hta:application id="oBVC" 

echo applicationname="BSOD"  

echo version="1.0" 

echo maximizebutton="no" 

echo minimizebutton="no" 

echo sysmenu="no" 

echo Caption="no" 

echo windowstate="maximize"/^> 

echo. 

echo ^</head^>^<body bgcolor="#000088" scroll="no"^> 

echo ^<font face="Lucida Console" size="4" color="white"^> 

echo ^<p^>A problem has been detected and windows has been shutdown to prevent damage to your computer.^</p^> 

echo. 

echo ^<p^>DRIVER_IRQL_NOT_LES_OR_EQUAL^</p^> 

echo. 

echo ^<p^>If this is the first time you've seen this stop error screen, restart your computer, If this screen appears again, follow these steps:^</p^> 

echo. 

echo ^<p^>Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any windows updates you might need.^</p^> 

echo. 

echo ^<p^>If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode.^</p^> 

echo. 

echo ^<p^>Technical information:^</p^> 

echo. 

echo ^<p^>*** STOP: 0x00D1 ^(0x00C,0x002,0x00,0xF86B5A89^)^</p^> 

echo. 

echo. 

echo ^<p^>***  gv3.sys - Address F86B5A89 base at F86B5000, DateStamp 3dd9919eb^</p^> 

echo. 

echo ^<p^>Beginning dump of physical memory^</p^> 

echo ^<p^>Physical memory dump complete.^</p^> 

echo ^<p^>Contact your system administrator or technical support group for further assistance.^</p^> 

echo.

echo. 

echo ^</font^> 

echo ^</body^>

echo.

echo ^<script language="javascript"^>

echo function noClick^(^) {

echo if ^(^(event.button==1^)^|^|^(event.button==2^)^) {

echo alert^('Error: 00101100x00100100 missing keymgr.dll'^)

echo }

echo }

echo document.onmousedown=noClick

echo ^</script^>

echo.  

echo ^</html^> 

) > bsod.hta 


start "" /wait "bsod.hta"


del /f /q "bsod.hta" > nul  



복사해서 붙여넣었으면

메모장 왼쪽 위에

"파일"을 누르고 "다른 이름으로 저장"을 눌러


그럼 이 창이 뜰 거야

여기부터 중요해 잘 따라와


빨간 사각형 안에 있는 부분이 너가 지금 보고 있는 화면이랑 똑같아지게 하고

오른쪽 아래에 저장을 눌러


파일 저장할 위치는 바탕화면으로 하자


그럼 바탕화면에 bsod.bat 이라는 파일이 생겨났어

이제 메모장은 닫아도 돼


다음 작업이야


아까 했던 실행창을 다시 띄울거야 윈도우키를 누른 상태에서 R키를 누르자


영어가 좀 어려워 보이지 아래에 적어줄게 복사해서 붙여넣어

shell:startup


붙여넣고 확인을 눌러


그러면 이 화면이 뜨거든?


아까 바탕화면에 만들어둔 bsod.bat 파일을 여기에다 집어넣어줘


이러면 이제 끝이야


이제 컴퓨터를 껐다 켜보면 찬란한 파란 화면이 뜰거임


근데 우리가 컴퓨터를 써야할 수 있잖아? 예를 들어 조카몬이 컴퓨터를 안쓴다거나


그럴때는 파란 화면이 떠 있을때


키보드 왼쪽 아래에 있는 alt키를 누른 상태에서 위에 F4키를 누르면

빠져나올 수 있음


궁금한건 댓글에 물어봐 다 알려줄게



23:55 추가 : 윈도우 백신에서 가짜 알림으로 잡아버리네 조카몬 올때만 백신 실시간 검사 꺼놓자
이건 인터넷 검색하면 나오는거니 찾아봐 "윈도우 백신 실시간 검사 끄기" 찾으면 나올거임