Skip to main content

Posts

@@STEP BY STEP GUIDE FOR INSTALLING WIN-7@@

Installing Windows 7 As with any OS installation, we must first plan the installation process. Here are some of the most important things you should take into consideration when planning for your Windows 7 installation:   Check System Requirements It is required before starting the process to check whether your system is capable to install windows 7 or not. For this Microsoft provides a tool called windows 7 upgrade advisor which checks your system configuration and display the results. Download this tool from here  Windows 7 Checker                                  Types of Installation                                            There are two options available when we are installing windows 7 Upgrade (In-place upgrade) - This option replaces your current version of Windows with Windows 7, and keeps your files, settings, and programs in place on your computer. Custom ("fresh" installation) - This option replaces your current version of Windows wi

@@STEP BY STEP GUIDE FOR INSTALLING WIN-XP@@

                            INSTALLING WINDOWS XP                            Step 1 : Prepare The Boot Sequence                      Insert the windows XP cd in your cdrom and than go to the BIOS by hitting “DEL” or “F12″ when your system in powering on. Go to Boot order and make sure cdrom is on the first place. Save settings and restart your computer. Once you have successfully booted from the CD, you will see the Windows XP “Welcome to Setup” screen. Press ENTER to begin the setup process.                                      Step 2: Accept the license agreement When you see the Windows XP license agreement press F8 to accept it and proceed.        Step 3: Searching for Previous Versions of Windows XP        Setup will search for existing Windows installations. You will see the next “repair or install fresh copy” screen appear only if a Windows installation currently exists on your machine. If you’re installing on a brand-new hard drive, skip to Step 5.  

3D ANALYZER SETTINGS FOR JUST CAUSE

Hello Readers, In this post you will find just cause 3d analyzer settings  Tick following options 1. Emulate HW TnL 2. Antidetect Shaders And then click on run to start the game If you find any difficulty or you have any questions then you can leave your comments or drop an email to my inbox. Don't forget to Like , Subscribe and share the post. Enjoy

3D ANALYSER SETTINGS FOR DEVIL MAY CRY 3

       Emulate HW TnL Force SW TnL Emulate pixel shader caps Check skip pixel shader version 1.1 Check skip pixel shader version 1.4 Check skip pixel shader version 2.0 Check force 100 hz Check disable lighting

3D ANALYSER SETTINGS FOR COLD FEAR GAME

OPEN 3D ANALYSER IF YOU DO NOT HAVE THEN DOWNLOAD IT FROM HERE http://www.2shared.com/file/_1hGoxEZ/3danalyzer-v236.html NOW OPEN 3D ANALYSER SELECT COLDFEAR.EXE AND TICK THE FOLLOWING OPTIONS AND THEN SELECT RUN TICK= emulate HW TnL TICK= force SW TnL TICK= dx8.1 caps THEN CLICK ON RUN...

HIDE ENTIRE DRIVES PARTITION WITHOUT ANY SOFTWARE

HERE IS A COOL TECHNIQUE WHICH HIDES ENTIRE HARD DISK DRIVES BY A SIMPLE PROCEDURE. THIS IS THE BEST SECURITY TIP TO BE EMPLOY AGAINST UNAUTHORISED USERS. 1) GO TO START > RUN > TYPE “DISKPART”. A DOS WINDOW WILL APPEAR WITH FOLLOWING DESCRIPTION. DISKPART> 2) THEN TYPE “LIST VOLUME” THE RESULT WILL LOOK SOMETHING LIKE ONE AS SHOWN BELOW- 3) SUPPOSE YOU WANT TO HIDE DRIVE E THEN TYPE “SELECT VOLUME 3″ THEN A MESSAGE WILL APPEAR IN SAME WINDOW { VOLUME 3 IS THE SELECTED VOLUME} 4) NOW TYPE “REMOVE LETTER E” NOW A MESSAGE WILL COME { DISKPART REMOVED THE DRIVE LETTER } SOMETIME IT REQUIRES TO REBOOT THE COMPUTER. DISKPART WILL REMOVE THE LETTER. WINDOWS XP IS NOT HAVING CAPABILTY TO IDENTIFY THE UNKNOWN VOLUME. YOUR DATA IS NOW SAFE FROM UNAUTHORISED USERS. TO ACCESS THE CONTENT OF HIDDEN DRIVE REPEAT THE PROCESS MENTIONED ABOVE. BUT IN 4TH STEP REPLACE ” REMOVE” BY “ASSIGN”. IT MEANS TYPE “ ASSIGN LETTER E ”.

10 Reasons why you should learn 'C'

1) C is lower level then other programming languages (C++, Java). Programming at a lower level allows you to further your understanding of computers, as a whole. 2) Device drivers and operating systems are written exclusively in C. Now, you may never write a device driver or an operating system, but what if you are ever required to modify one? (......) 3) What if you ever want to get a job programming micro controllers? They are programmed in C. Are you going to limit your possible list of jobs because you didn't want to learn a new language? 4) C programs are smaller and faster then any other program created in a different language. Sometimes your program needs that speed boost that only C can give it. 5) If you have learned C, you can learn any modern programming language. The reason behind this is that all modern programming languages are based on C (Java, C++, C#, etc). 6) Because C has been around for many years, it has a large community and col