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.

Flexible Smart Phone : Samsung Youm


We have been hearing talk about flexible screens for your smart phone and other devices, but they have always seemed to be somewhere in the future.Flexible screens will make your phone smaller as well which is a great benefit. It can then be expanded to a much larger size or larger that we are seeing today. It creates lots of potential. If you thing about the ability to unroll your smart phone for use and then rolling the phone back up to make it compact, you begin to see the potential of flexible screens.




Samsung has given the world a glimpse of a phone with a bendable screen, dubbed the Youm, suggesting that consumers may soon be able to fold up large phone or tablet screens as if they were maps.

The Korean electronics company showed off the device at a keynote speech Wednesday at the International Consumer Electronics Show (CES 2013) in Las Vegas. The annual convention showcases the latest TVs, computers and other consumer electronic devices.


The world’s biggest technology manufacturer said that Youm, the brand it has used for its flexible display technology since June, was a prototype that was not going to launch imminently. Samsung's continued emphasis on the technology will worry its rivals, however, and indicates that the Korean company is continuing both to work on new display Technologies and to reduce its reliance on Google's Android. It pointedly demonstrated the phone running Windows Phone 8.






Analysts say the first uses for flexible displays are most likely to be in devices that are more durable than glass because they can absorb force rather than crack under it. The new technology is also likely to be used, Samsung said, to wrap displays around devices and allow them, for instance, to show information on their edges.
"The concept of the flexible screen has been around for some time, but it finally looks as if Samsung is really going to deliver on that technology," said Stephen Bell, an analyst with Keystone Global.

Here is a Video Demonstration of Flexibility of Samsung Youm. Must watch :-






Source : Cbsnews, Telegraph.co.uk

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.


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