Prepare.cmd
cmdow @ /HID @echo off
attrib -r "%programfiles%\cdex\*.*" /s attrib -r "%programfiles%\Edialer\*.*" /s attrib -r "%programfiles%\IrfanView\*.*" /s attrib -r "%programfiles%\Opera75\*.*" /s attrib -r "%programfiles%\Proxomitron\*.*" /s attrib -r "%programfiles%\Winamp\*.*" /s
DEL "%systemroot%\*.bmp" DEL "%systemroot%\Web\Wallpaper\*.jpg" DEL "%systemroot%\system32\*.scr"
DEL "%AllUsersProfile%\Start Menu\Windows Update.lnk" DEL "%AllUsersProfile%\Start Menu\Set Program Access and Defaults.lnk" DEL "%AllUsersProfile%\Start Menu\Windows Catalog.lnk"
regsvr32 /u /s zipfldr.dll
EXIT