bidvertise

Showing posts with label Others. Show all posts

How to get Aakash tablet for students and others for commercial

Aakash tablet creating sensation around the web and world. Everyone who knows the configuration and price want to purchase Aakash Tablet as soon as possible. Commercially including all taxes Aakash will be available at Rs.2999. For upto one lakh students Tablet will be distributed in subsidized rate. So students and others are eagerly waiting to purchase the worlds cheapest Tablet. 

How to get Aakash tablet for students and others for commercial

How to get Aakash tablet for students

Officially not yet announced the application process for students for obtaining Aakash Tablet. But if government plans to distribute anything free or subdized for limited people. Obviously there will be some selection criteria. Here Govt. decided to distribute Aakash tablet to one lakh students, so filtering may based on economical condition of the student i think. If you have any queries you can call toll free number             1800-180-2-180       for more details.

How to get commercial Aakash tablet

Commercially without any subsidies if you want to buy Aakash tablet you have to pay Rs.2999. Also shipping charges (my opinion) below Rs.300. So you get Aakash completely at the price of below Rs.3300.

First you have to register at http://www.aakashdatawind.com/ (observe the above figure. After successful registration you receive the following mail to your inbox.
7” Android 2.2 Tablet at an Unbeatable Price of Rs. 2999
Monthly internet charges: Rs.98 / 2GB
High Quality Web Anytime & Anywere
Multimedia Powerhouse
Full sized-USB port & Micro-SD slot and much more.
Currently, the product is not available in the market. We will revert back to to you when the product is available.
If you would like to get more details, contact us NOW at             1800-180-2-180      




The 10 Most Ridiculously Awesome Geeky Computer Pranks


image
Everybody loves a good prank… unless you are the one on the receiving end of the fun. It’s time to hone your pranking skills, not just to make sure you are the best, but so you can avoid being pranked by others.
Yeah, sure, we could go with the old standards, like a blue screen of death screensaver or something like that, but it’s time to use our geek skills and come up with something better. We’ll cover some of the old favorites too, but maybe with a twist. Note: Many of these pranks require being able to access somebody’s computer physically, and many others require them to leave their PC logged in and unattended. You’ll have to plan accordingly.
Disclaimer: Get a sense of humor.

Make the Space Key Write the Word SPACE

image
Here’s a clever prank for you: Make the victim’s computer actually type the word “SPACE” every time they hit the space bar. They’ll be lost trying to figure out what on earth is going on, and it couldn’t be simpler.
Just create a new AutoHotkey script and drop in the following two lines of code—the first one is to hide the tray icon, and the second sets up the hotkey for replacing the text.
#NoTrayIcon
*Space::Send,SPACE
You’ll probably want to right-click on the script and compile it to an executable before putting it on their computer. I’m not providing a download for this! Just stick it somewhere on their PC, launch it, and watch the fun!
What’s really entertaining is that while I was testing this out, I accidentally pranked myself—my AHK scripts are stored in Dropbox and synced across all my PCs, and I’d forgotten about it on my desktop. Whoops!

Pretend to Install Linux on a Windows User’s PC with a Live CD

image
This one can’t be simpler—just find somebody at work who turns their PC off at night, come in before them, and boot off a Linux Live CD. Then leave an official-looking memo on their desk saying they’ve been upgraded to Linux, and watch them struggle to figure out what on earth they are doing. You’ll probably want to get rid of the Install icon, of course.

Create a Shutdown Shortcut that Looks like a Folder

image
This one is really simple to do—just create a shortcut to shutdown.exe on the desktop, and then change the icon to a regular folder, so when they double-click the folder to see what it might contain, they get a nice system shutdown notice instead. You can change the shutdown time to really far in the future so they won’t lose any work, but mostly so they get the full benefit of your nerd skills.
shutdown -s -t 1925000 -c “System error: overloaded porn folder”
If they are using XP, the effect is nice and dramatic, and you can even have some fun with the shutdown time… on Windows 7 you won’t be able to show off your geek skills quite as well, but they’ll still see something that will confuse them.
image
Note: on Windows 7 or Vista you’d also need to disable UAC or else they’ll see a prompt.

Switch the Keyboard Layout To DVORAK

image
If you really want to screw with somebody without installing anything, just enable the Dvorak alternate keyboard layout that even most geeks aren’t familiar with. When they type, everything will go haywire.
Head into Control Panel –> Region and Language –> Keyboards –> Change keyboards, then click the Add button and pick the Dvorak layout (or any other random layout you want). Once you’ve done that, use the drop-down above to set the default.
image
You’ll probably want to flip over to the Language Bar tab and set that to hidden as well, so they won’t be able to figure it out easily.

Plug a Wireless USB Mouse / Keyboard Into Their PC

image
This usually works out better if the other person has a desktop PC, because you can hide the wireless mouse or keyboard receiver behind their PC, and then every so often type an extra letter, or move the mouse slightly. If you do it right, you can have some fun with this one for a long time. The great thing is that this should work for almost anybody, including people that keep their computer locked all the time.
If they do have a laptop and a wireless mouse, you can simply replace their wireless mouse with an identical-looking one, since it won’t work for their PC. They’ll assume their mouse batteries are dead, and you can move the mouse pointer around the screen with their mouse. The prank won’t last as long, but it will be every bit as fun.
Obviously the picture, courtesy of ehavir, shows a wired keyboard—but it’ll work much better with a wireless setup.

Stick a Message Into their System Clock

image
We’ve covered this before, but you can easily stick custom text into the clock that sits in the taskbar—and most people won’t have a clue how to switch it back. Just head into Control Panel –> Region and Language –> Additional Settings –> Time, and change the AM or PM symbols to whatever you want. Or you can read how to do it for Windows 7 or Vista.

Reverse Their Trackpad or Mouse Wheel Scrolling

reversescroll2
You can really throw somebody for a loop if you use a simple AutoHotkey script to flip their trackpad to scroll in the opposite direction. They’ll be completely confused! If they happen to have a laptop with a Synaptics touchpad, you can actually tweak this setting right in the Control Panel –> Mouse dialog, but otherwise, check out our article covering the script method, that should work anywhere.

Add Common Typos or Funny Words to MS Word’s Dictionary or AutoComplete

image
There’s any number of possibilities for this one, and the sky is really the limit—the idea is that you put something custom into the AutoCorrect so whatever they type gets replaced with something else.
You can go subtle with it, and just replace a properly typed word with a typo instead, or you can get in their face with something more fun—like making anytime they type their name end up replacing it with “ is a jerk”. Loads of fun.
image
For Word 2007 or 2010, head to the Office button –> Options –> Proofing –> AutoCorrect Options. For previous versions… I have no idea. If you want this to be system-wide, you can use AutoHotkey instead.

Setup Task Scheduler Jobs to Launch Random Apps (or a Web Page)

image
Even a serious geek is going to be pretty lost on how to troubleshoot a new tab repeatedly opening to a certain page every couple of minutes, if you bury that inside the task scheduler. Just go in and create a new task, run through the wizard and pick the browser executable, plug the site name into the arguments box, and then set the schedule to repeat the task every 5 minutes.
image

Set the Mouse Pointer to Look Always Busy (to Make Their PC Look Like It’s Hanging)

image
Nice and simple, but oh so fun! Just head into Control Panel –> Mouse –> Pointers and change the Normal pointer to the busy one. They’ll think their computer is hanging all the time, but it’s really not. For extra fun, you could make the mouse pointers gigantic.

Activate High Contrast Mode (with a Single Hotkey!)

image
There’s a built-in accessibility option that can be very confusing to somebody who doesn’t know how to turn it off, and it requires only pressing one shortcut key sequence:
Shift + Alt + Printscreen
That’s it. Once you press that key combo, their desktop will get flipped to the high contrast mode—you can press it again to go back to normal. The great thing is that even if their computer is locked, you can enable high contrast with the icon on the lower left corner. On Mac OS X, you can press Ctrl+Opt+Cmd+8 to invert the screen’s colors.

The Old-School Favorite: Move the Desktop Icons, Take a Screenshot, Set as the Wallpaper

image
Most geeks have done this at some point in their career, because it’s both simple and irritating, especially for somebody who isn’t expecting it. The basic principle works one of a couple of ways:
  1. Take a screenshot of the desktop with the icons where they are, set it as the wallpaper, and then hide the desktop icons.
  2. Move the desktop icons around, or create bogus icons, take a screenshot, and then set it as the wallpaper. This way some icons work, and some don’t.
  3. Take the screenshot of the desktop, and then hide the taskbar below the bottom of the screen before setting the wallpaper (this only works on XP). Even better: flip the image upside down before doing it.
The result looks something like the image above, assuming you followed the second idea and created a folder on the desktop that they’d be sure to notice right away. They’ll keep clicking, but nothing will happen.
Bonus? Combine this with the shutdown shortcut so when they do figure it out and try and open the folder… it’ll give them the shutdown prank too!


TuneUp Utilities 2011 v10.0.10.8 Beta 2


TuneUp Utilities 2011 v10.0.10.8 Beta 2

TuneUp Utilities 2011 can quickly make your Windows operating system faster, easier to use, and more secure. And all operations performed on the operatingsystem are completely safe, because all changes are monitored by TuneUp Rescue Center and can be undone at any time. All TuneUp Utilities modules can be accessed through a common interface that is divided into six categories. In addition, the main window also has three general buttons in a dark gray bar to the right at the top of the window. Pressing the first button starts the TuneUp Rescue Center module. The second button starts the TuneUp Update Wizard, which can be used to update TuneUp Utilities 2009 to the latest version over the Internet. The last button provides help and settings that you can use to customize the software package to meet your needs.




The new Start page
TuneUp Utilities 2011 welcomes you with a completely redesigned Start page, which tells you about the status of your computer. If
problems or nonoptimal settings are found, you are only a mouse-click away from resolving them. The Start page also tells you when new tips for increasing computer performance are available and warns you if maintenance tasks are not being taken care of automatically. The Start page also shows you whether new automatic startupprograms have been added to Windows since the last time you ran TuneUp Utilities. You can decide whether these programs that start up automatically are really necessary.


Lots more improvements
Along with the totally new features, there are a series of improvements that are not immediately visible. There are small improvements like Tooltips in the mainwindow, a substantial increase in the number of problems that can be found byTuneUp Registry Cleaner, and better progress feedback from TuneUp Drive Defrag. But there are also big improvements "under the hood". Two good examples are a completely reworked installation program and significant improvements in our update technology.

Download


.


Live7 MaintenanceBoX CD 2010

Live7 MaintenanceBoX CD 2010

"Live7 MaintenanceBoX CD" is new bootable rescue CD contains alot of tools which help you to do some maintenance tasks for your pc also it helps you to run the computer when windows become damage or boot failure and recover the corrupted system, recover the lost data, remove the viruses and more..



CD Features
*
Include all SATA Drivers
* Include all Lan Drivers, Network and USB
* Possibility of Internet connection
* Windows7 Live BartPE for easy accessing to your data
* Include anti-virus and anti-spyware tools (Live Update Available)
* Restore and management the backup and system Images
* Recover the deleted or losted data
* Recover the passwords for admin account or other users
* Diagnosis and fix
startup problems
* Get info for all system devices
* Measure temp of CPU and the system
* Remote Assistance Tools
* Win7 Recovery Tools for Windows7 maintenance
* Include MSDarT Tools for advances maintenance tasks and rescue

List of Programs in this CD
- Windows 7 Live BartPE
- Kaspersky AntiVirus 2010
- DrWeb 2010
- Malwarebytes Anti-Malware
- SUPER AntiSpyWare
- Startup Repair
- System Restore
- System Image Recovery
- Windows Memory Diagnosis
- Command Prompt
- Diagnostics and Recovery Toolset
- ERD Registry Editor
- Locksmith
- Crash Analyzer
- File Search
- File Restore
- Disk Commander
- Disk Wipe
- Computer Managment
- Files and Folders Explorer
- Solution Wizard
- TCP/IP Config
- Hotfix Uninstall
- SFC Scan
- Standalone Syatem Sweeper
- 7-Zip File Manager
- TeamViewer
- Recover4all
- PDF Reader
- NotePad
- MSN Messenger
- Drivers Installer
- InfraRecorder
- FSViewer
- Everest
- Core Temp

Size: 520 MB
Format: ISO
Bootable: Yes

Install Notes:
1. Unrar
2. Burn ISO file to CD Blank
3. Put the CD in your CD Driver
4. Restart your computer
5. The CD will run and boot


Download :

http://hotfile.com/dl/60495727/58b9108/l7mbcd10s520.part1.rar.html
http://hotfile.com/dl/60495830/9db466f/l7mbcd10s520.part2.rar.html
http://hotfile.com/dl/60495932/9c8b396/l7mbcd10s520.part3.rar.html
http://hotfile.com/dl/60496032/3cfb01d/l7mbcd10s520.part4.rar.html
http://hotfile.com/dl/60496082/428a5fb/l7mbcd10s520.part5.rar.html


Shutdown Computer with Your Cell Phone

Shutdown Computer with Your Cell Phone

Using this method, a user can shutdown, restart, hibernate, etc. his or her computer, just by sending an email from his or her phone.

To do this, all you will need is Microsoft Outlook which should come with Microsoft Office, which most people have. This will need to be on the computer wish you wish to shutdown.




So, this is how you do this:

1. First, you need the batch files to perform the Shutdown, Hibernate etc. You can write them down yourselves

2. open your note pad

and write lik this...

c:\windows\system32\shutdown -s -f -t 00

and save it as shutdown.bat

3. Open up Microsoft Outlook. Make sure that you have already configured it for your email.Now we will need to make it so that Outlook checks your inbox about every minute (1 minute for testing time can be increased if a delayed shutdown is desired). You can do this by going to Tools: Options.

4. Then click the Mail Setup tab, and afterwards, the Send/Receive button.

5. Make sure that the Schedule an automatic send/receive every... box is checked, and set the number of minutes to 1. Now you may close all of these dialog boxes.

6. Now go to Tools: Rules and Alerts... Next click the options button in the upper right hand corner and press the Import Rules button.

7. Now select the shutdown.bat file ...whi u hv created ...

8. Now, when you send a message from your phone to your e-mail address with the subject shutdown or smsshutdown%%, your computer will shutdown.


Use of any of the Isolated or dead E-mail address or any e-mail will shutdown your computer. Enjoy..