Your Ad Here

Search This Blog

Friday, December 31, 2010

Im back!!

After a very long period of not posting into my blog. here i am again. online so watch out for my latest tricks ang tweaks for windows

Sunday, May 2, 2010

how to join split file

how to open this file .001, .002 extension?
Photobucket
this is a split file using hjsplit application. hjsplit is a free software. simply google it if you want to download the application. here's how it look like
Photobucket

Friday, April 23, 2010

Block All USB Drive From Your PC

a simple registry TRICK TO BLOCK USB drives (do it with care)

1. Go to Start –> Run, type Regedit.
2. Go to HKEY_LOCAL_MACHINE\System\CurrentControlset\Servic es\USBStor
3. In the right pane, look for value Start and have value as 0000000(3)
4. Double click on that and change that value to 4.

You might be required to restart the PC, and then you are done with it, USB is now blocked.

In case if you want to get the USB unblocked, just change the value again to 3

Photobucket

Friday, April 16, 2010

Hide Executable Files In jpeg Or Image File

You may know it’s best use. This tutorial will guide you through the steps to hide the executable files in jpeg format.
Firstly, create a new folder and make sure that the options ’show hidden files and folders’ is checked and ‘hide extensions for known file types’ is unchecked.
Basically what you need is to see hidden files and see the extension of all your files on your pc.

Photobucket
Photobucket


Paste a copy of your server on the new created folder. let’s say it’s called test.exe’ (that’s why you need the extension of files showing, cause you need to see it to change it)

Photobucket

Now you’re going to rename this ‘test.exe’ to whatever you want, let’s say for example ‘test.jpg’

Photobucket

Windows is going to warn you if you really want to change this extension from exe to jpeg, click YES.

Now create a shortcut of this ‘test.jpg’ in the same folder.
Photobucket

Photobucket


Now that you have a shortcut, rename it to whatever you want, for example, ‘file.jpg’.
Photobucket

Photobucket


Go to properties (on file file.jpg) and now you need to do some changes there.
Photobucket

First of all delete all the text on field ‘Start In’ and leave it empty.
Photobucket

Then on field ‘Target’ you need to write the path to open the other file (the server renamed ‘test.jpg’) so you have to write this :-
‘C:\WINDOWS\system32\cmd.exe /c test.jpg’
Photobucket

The last field, ‘c test.jpg’ is always the name of the first file. If you called the first file ‘goal.avi’ you’ll have to write ‘C:\WINDOWS\system32\cmd.exe /c goal.avi’.

So what you’re doing is when someone clicks on ‘file.jpg’, a cmd will execute the other file ‘test.jpg’ and the test.exe will run.

On the file ‘file.jpg’ (shortcut), go to properties and you have an option to change the icon. Click that and a new window will pop up and you have to write this :-
%SystemRoot%\system32\SHELL32.dll . Choose an icon for the default jpg image, then press OK.
Photobucket

You can set the properties ‘Hidden’ for the first file ‘test.jpg’ if you think it’s better to get a connection from someone.
Photobucket

These 2 files must always be together in the same folder and to get connected to someone they must click on the shortcut created not on the first file.
For example, I would like to click on image1.jpg first rather than image2.jpg. Therefore I’ll rename the shortcut to image1.jpg and the executable file to image2.jpg. This will make me click the shortcut and load the exe file.
Since I’ll be in need of these two files to be together, the best way to send these files together to someone is compress them into Zip or Rar.

Tuesday, April 13, 2010

Increase %20 of your Internet Bandwith

Did you know that microsoft is reserving 20% of your bandwith for there own downloads. But you can turn this thing off by simply following my simple steps.

1. Run gpedit.msc
2. Under Local Computer Policy expand "Administrative Templates"
3. Click "Network"
4. Click "QoS Packet Scheduler"
5. Open "Limit Reservable Bandwidth"
6. Click "Enabled" and change "20" to "0"

Photobucket

Photobucket

Thursday, April 8, 2010

Access Stored User Names and Passwords with rundll32.exe

Accessing this program is not that easy to find in your computer. but here is the shortcut using run program

Go to start menu => run=> type
rundll32.exe keymgr.dll,KRShowKeyMgr

Photobucket

Photobucket

Tuesday, April 6, 2010

Make Computer Talk

This is a visual basic script file that will pop up an msg which requires

1)Open Notepad

2) Copy the below text and paste on notepad...

Dim userInput

userInput = InputBox("Write a message for me to say")

Set Sapi = Wscript.CreateObject("SAPI.SpVoice")

Sapi.speak userInput


3) Be Sure To Save As .VBS

Photobucket

4) Now open it and you will see an place to write

5) When you write it and press OK

6) Your computer will tell what you typed

please note: i tried this on xp i never try this on other OS so you are free to try it on your own