So with a friends help I found out an easier way to remove these wretched %@#$^&* (you know what i mean). By the way this script works only in linux. Windows users - get a good antivirus!
So let me get to the point now. Follow these instructions (at your own risk ;))Failure is not an option -- it comes bundled with Windows.
step1. open your terminal
step2. type the following command
find -name “*\ .exe” -exec rm -rf {} \;note that there is a space between '\' and '.exe'.
step3. go home!
Thats it! Enjoy!
No comments:
Post a Comment