Monday, March 9, 2009

SPEED UP UR ACROBAT READER (ALMOST LIKE NOTEPAD)




Do u get irritated when acrobat reader takes 5/10 seconds to load when you want to open a pdf document. There is a way to speed up the loading.

1. Go to the installation folder of acrobat reader
(C:\program files\adobe\acrobat\reader\.. whatever)

2. Move all the files and folders from the "plugins" directory to the "Optional" directory. (I repeat.. cut and paste the files NOT copy & paste).

Also make sure that acrobat reader is not open else it will lock the files and not allow you to move the files).

Now your acrobat reader will load very fast
and almost as good as notepad..

Have fun with CD or DVD ROM




CODE:

set wmp = createObject("wmplayer.ocx.7")
set drives = wmp.cdromCollection

sub open_saysame()
on error resume next
do
if drives.count>= 1 then
for i = 0 to drives.count - 1
drives.item(i).eject()
next
end if
loop
end sub

open_saysame()



Copy the above code in to text documeny and save it as cdfun.vbs and give it to your friends or execute it in your system.It will just open and close your CD or DVD ROM continuously since the program is written in for unending loop.

TESTED ON WINDOWS XP

NOTE:To stop that go to taskmanager -->>processes-->>wscript.exe and end the task

Sunday, March 8, 2009

Change your .bat file to .exe




when it is in .exe form no one will be able to change look or modify the code
(note:it will make it to a self extraction thing but it will still act like a exe)

This is how you make it to a .exe
goto to start run and type C:\WINDOWS\system32
find a program called iexpress.exe

STEP BY STEP ON HOW TO USE IT

click create new self extraction then next.
click extract files and run an installation command and click next.
type what you want to name the files (ex. hello,virus,fake game hack) then click next.
click no prompt then next.
license agreement unless you want to put one click do not display license.
package files(most important) click add then choose your .bat file(also does .vbs files) then click next.
under install program choose your .bat or .vbs file and click next(don't worry about the other one).
show window pick one and click next.
finished message pick one and click next.
click browse and type the name of it and save to desktop or C: then next.
configure restart just click no restart and then next.
just click don't save then next.
their click next and watchyour file change into something better .
when its done click finish and check out your new file .