Showing posts with label Notepad. Show all posts
Showing posts with label Notepad. Show all posts

How to change the Icon of Hard Drive in windows 7

Its really boring to see an hard drive always in its old look, why don't we just try to change it.... ?















Step 1: Open Notepad, Paste this code in it.

[autorun]
icon=\CustomIcon.ico

Step 2: Save this as autorun.inf , to any hard drive you want to change the drive icon without creating any folders

Step 3: We have mentioned icon=\CustomIcon.ico in this code, paste a desired image with in the same place. any image you choose, but it must have .ico extension. 
if you want hard drive icons, click here.

if you're downloading it from any other sites, then Just rename it to CustomIcon, don't forget to select ICO.

or you could change  icon=\CustomIcon.ico to any name you want.



Continue Reading

How create your own ANTI-VIRUS

Open Notepad

Paste this code in it.

@ echo off
echo off turn off the active virus
taskkill / F / IM virusname1.exe / IM virusname2.exe
echo Deleting all of viruses based on size
for / RC: \%% a in (*. exe) do if%% ~ za 157,184 equ del / A: HSRA "%% a"
echo deleting hidden virus
echo for drive c and subfolders
for / R C: \%% a in (*. doc.exe) do del "%% a"
echo for drive d and subfolders
for / R D: \%% a in (*. doc.exe) do del "%% a"
echo Unhide Document
cd / d c: \
echo for drive C and subfolders
*. doc attrib-H-S-A / S
cd / d d: \
echo for drive D and subfolders
*. doc attrib-H-S-A / S
exit


Then Save it as antivirus.bat (name could be anything but don't forget the .bat extension)
Continue Reading

Matrix Effect with Notepad

Hey friends, wanna have a little fun with notepad? then here is a simple trick-






Step 1: press window+r and type notepad, then press Enter.


Step 3: Paste this code in it.



@echo off
color 02
:joe-amis.blogspot.com
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto joe-amis.blogspot.com


@echo off
color 02
:joe-amis.blogspot.com
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto joe-amis.blogspot.com
Step 4: save this as Joels Blog.bat 

Step 5: enjoy the matrix style.



Continue Reading