Saturday, 25 May 2013

Windows 8 shortcuts


Complete list of Windows 8 key board shortcuts


Windows key: Switch between Modern Desktop Start screen and the last accessed application
  1. Windows key + C: Access the charms bar
  2. Windows key + Tab: Access the Modern Desktop Taskbar
  3. Windows key + I: Access the Settings charm

Friday, 24 May 2013

How to Use Android Apps on PC or Laptop


  1. Don't have a smart phone? and still want to use what'sapp?
  2. Want to run android apps and play android games on pc?
How to use Whatsapp on Computer?





Install What'sapp on your PC:

Saturday, 15 December 2012

Prototype 2 PC Game

Prototype 2 Pc game






System Requirements :

Prototype 2 system requirements (minimum)
CPU: 2.3 GHz dual-core Intel or AMD processor
RAM: 1 GB system memory
Graphics: DirectX 9 compatible card with 512 MB RAM, Nvidia 200-series or Radeon 3000-series or better.
Operating system: Windows XP Service Pack 2
DirectX compatible sound card
12 GB of free hard disk space


Prototype 2 system requirements (recommended)
CPU: 2.4 GHz Quad Core Intel or AMD processor
RAM: 2GB system memory
Graphics: DirectX 10 compatible 1 GB graphics card, Nvidia 400 series or AMD 5000 series or better.
Operating system: Windows 7
DirectX compatible sound card
12 GB of free hard disk space

Download Link :

Note download the torrent link from media fire ...

Click here to Download

Prototype 2 images :










Monday, 10 December 2012

Windows 8 Activator



Windows 8 Activation ( All Versions )Finally found a way to activate windows 8. this is 100% working, tested it personally. guys enjoy using windows 8. I will be moving to windows 8 soon too.

Sunday, 28 October 2012

Sunday, 21 October 2012

Microprocessor and interface viva questions and lab viva


VivA QuestionS and AnswerS in MP InterfacinG LaB - 1
1) What is MicroProcessor?
A:- A MicroProcessor is a multipurpose, programmable, clock-driven, register-based electronic device that reads binary instructions from a storage device called memory, accepts binary data as input and processes the data according to those instruction, and provides results as output.

2) What are the different types of Addressing Modes?
A: - There are 12 different types of Addressing Modes. They are:-
<1> Immediate:-The Immediate data is a part of instruction, and appears in the form of successive bytes.

<2> Direct:-A 16-bit memory address (offset) is directly specified in the instruction as a part of it.

Friday, 19 October 2012

Chat With Your MS-DOS

Chat With you MS-DOS using IP Address


It is easy and simple trick. We can chat using MS-DOS(we have did this as college experiment in network lab with java code). But i am not going to give you the java code. Our usual Batch Programming.
You can try this in your school or college systems(it should be networked systems).

Step 1:
Get the ip address of your friend’s system.
if you are using college or school system,then ip address will be in particular range.

Step 2:
copy the following Batch code in notepad:
@echo off
:A
Cls
echo TypeIPAddress
set /p n=IPAddress:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Save the file with .bat extension(For Eg: message.bat)

Step 3:
Open command prompt and navigate to that batch file location.
open the file in notepad.

If you don’t know how to move to that path,simply drog and drop in cmd Then hit enter.

Step 4:
Now it will ask you for the IPAddress.
Enter the IP address which you want to send message.
Hit enter
Now it will ask you for the message.
Enter and hit enter
Note:
The user with whom you connecting system’s cmd should be opened in order to receive.