sri Posted January 11, 2015 Share Posted January 11, 2015 Please help.Why my every folder has Windows Batch File? Is this dangerous?Batch file code:set h=For%h% /R "D:\" /D %%a in (*) do copy %0 "%%~fa\%%~nxa.bat"Screenshot: Link to comment Share on other sites More sharing options...
BALTAGY Posted January 11, 2015 Share Posted January 11, 2015 Can you post a screenshot Link to comment Share on other sites More sharing options...
Zarko Posted January 11, 2015 Share Posted January 11, 2015 post the code of one of them ? Link to comment Share on other sites More sharing options...
SnakeMasteR Posted January 11, 2015 Share Posted January 11, 2015 Just replace "copy" with "del" in one of those batch files and then run it (as administrator, if required). Otherwise try this (it's in indonesian so you probably won't need Google Translate like i did). :P It's not a virus or dangerous, it's a POS script kiddy copy&paste garbage creator, nothing more. :lol: Link to comment Share on other sites More sharing options...
sri Posted January 11, 2015 Author Share Posted January 11, 2015 Just replace "copy" with "del" in one of those batch files and then run it (as administrator, if required). Otherwise try this (it's in indonesian so you probably won't need Google Translate like i did). :P It's not a virus or dangerous, it's a POS script kiddy copy&paste garbage creator, nothing more. :lol:Not worked. Should i turn off my AntiVirus?It's worked :)set h=For%h% /R "D:\" /D %%a in (*) do del %0 "%%~fa\%%~nxa.bat" Link to comment Share on other sites More sharing options...
Gogu Posted January 11, 2015 Share Posted January 11, 2015 install Everything Search Engine from here http://www.voidtools.com/ ,search alice, delete all. Link to comment Share on other sites More sharing options...
SnakeMasteR Posted January 12, 2015 Share Posted January 12, 2015 That won't work, you can read why in the page i linked. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.