This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

What’s Next after Windows Vista?

It’s Windows Vienna



Windows 7 (formerly codenamed Blackcomb, then Vienna) is a future version of Microsoft Windows. It is expected to be the successor to Windows Vista. Microsoft has confirmed that the planned development time frame is at least three years, putting the release date around 2010. On July 20, 2007, Microsoft confirmed that Windows 7 is “the internal name for the next version of the Windows Client OS”.

Microsoft has refrained from discussing the details about Windows 7 publicly as they focus on the release and marketing of Windows Vista,though some early details of various core operating system features have emerged at developer conferences such as Windows Hardware Engineering Conference in 2006.



On February 9, 2007, Microsoft’s Ben Fathi claimed that the focus on the operating system was still being worked out, and could merely hint at some possibilities:

“We’re going to look at a fundamental piece of enabling technology. Maybe it’s hypervisors. I don’t know what it is” [...] “Maybe it’s a new user interface paradigm for consumers.



Bill Gates, in an interview with Newsweek, also suggested that the next version of Windows would “be more user-centric.” When asked to clarify what he meant, Gates said: “ That means that right now when you move from one PC to another, you’ve got to install apps on each one, do upgrades on each one. Moving information between them is very painful. We can use Live Services to know what you’re interested in. So even if you drop by a [public] kiosk or somebody else’s PC, we can bring down your home page, your files, your fonts, your favorites and those things. So that’s kind of the user-centric thing that Live Services can enable. [Also,] in Vista, things got a lot better with [digital] ink and speech, but by the next release there will be a much bigger bet. Students won’t need textbooks; they can just use these tablet devices. Parallel computing is pretty important for the next release. We’ll make it so that a lot of the high-level graphics will be just built into the operating system. So we’ve got a pretty good outline. ”



Other features

Another feature mentioned by Bill Gates is “a pervasive typing line that will recognize the sentence that [the user is] typing in.” The implications of this could be as simple as a “complete as you type” function as found in most modern search engines, (e.g. Google Suggest) or as complex as being able to give verbal commands to the PC without any concern for syntax.

Availability


The client versions of Windows 7 will ship in both 32-bit and 64-bit versions.Server versions of Windows 7, however, will be exclusively 64-bit.

C Program to display the No. of Digits in an Entered Number

This program displayes the number of digits present in the number that is entered through the input.

#include
#include

void main()
{
unsigned long int num;
int i=0;
clrscr();
printf(”Enter the digit\n”);
scanf(”%lu”,&num);
while(num!=0)
{
num=num/10;
++i;
}
printf(”Length=%d”,i);
getch();
}

Get Rid of the Recycle Bin on your Desktop

Here is a way to remove the recycle bin from your desktop.This trick help’s people who want to get rid of the recycle bin on the desktop.


 


 


1.Goto start,Run,Type “gpedit.msc” (Type without quotes)


2.On the left panel,under User Configuration expand the tree Administrative templates


3.Click on the subtree desktop (single click,do not expand it)


4.On the right panel,Select the option-Remove Recycle Bin icon from desktop properties


5.Double click the option,on the settings tab just select the option enabled,press OK & exit the window.


6.Refesh the desktop (press F5) ,Your Recycle Bin vanishous

Changing Windows XP Product Key without Re-Installation

This trick will show you how to change Windows XP product key without re-installing the operating system.This makes it possible to install a new genuine key without the need to format and re-install your Windows XP.

 


1.Goto start menu,run,type regedit


2.In registry editor goto


HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS NT\CURRENT VERSION\WPA EVENTS



3.In the right panel open OOBE Time


4.Edit/Change atleast one entry there,press OK and close registry editor.


5.In run type the following command


%systemroot%\system32\oobe\msoobe /a

and press enter


6.Activation wizard appears


7.Select activation by phone and in the next screen select the option CHANGE PRODUCT KEY,enter a valid corporate product key,press OK and close the wizard


8.Reboot the computer and type the same command in the run


9.Activation wizard appears again and it shows the message WINDOWS IS ALREADY ACTIVATED.


ARE YOU BORED OF FOLLWING THOSE TEDIOUS STEPS?CONFUSED?

THEN NO PROBLEM.DOWNLOAD THIS WIN XP GENUINE MAKER THAT I HAVE CODED RECENTLY.THIS IS NEITHER A VIRUS OR TROJAN & DOES NOT HAVE MALICIOUS INTENT.A NICE TOOL FOR YOUR EASE OF USE.

C Program to Print the Entered Number in Words

The following C program print’s the entered number in words.For example if the number entered is 12345 then the program prints the entered number in words as One Two Three Four Five




#include
void main()
{
int i=0;
unsigned long int digit;
char str[12],ch;
puts(”Enter the number (less than 10 digit)”);
scanf(”%lu”,&digit);
ultoa(digit,str,10); /*converts an unsigned long int to string*/
while(str[i]!=’\0′)
{
ch=str[i];
i++;
switch(ch)
{
case ‘1′:
printf(”ONE “);
break;
case ‘2′:
printf(”TWO “);
break;
case ‘3′:
printf(”THREE “);
break;
case ‘4′:
printf(”FOUR “);
break;
case ‘5′:
printf(”FIVE “);
break;
case ‘6′:
printf(”SIX “);
break;
case ‘7′:
printf(”SEVEN “);
break;
case ‘8′:
printf(”EIGHT “);
break;
case ‘9′:
printf(”NINE “);
break;
case ‘0′:
printf(”ZERO “);
break;
}
}
}

Use Vista for atleast 1 Year without Activation

Microsoft allows bypass of Vista activation



 


The following describes the Registry key that’s involved

 


Step 1.

While running a copy of Windows Vista that hasn’t yet been activated, click the Start button, type regedit into the Search box, then press Enter to launch the Registry Editor.


 


Step 2.

Explore down to the following Registry key:HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ SL

 


Step 3.

Right-click the Registry key named SkipRearm and click Edit. The default is a Dword (a double word or 4 bytes) with a hex value of 00000000. Change this value to any positive integer, such as 00000001, save the change, and close the Registry Editor.

 


Step 4.

Start a command prompt with administrative rights. The fastest way to do this is to click the Start button, enter cmd in the Search box, then press Ctrl+Shift+Enter. If you’re asked for a network username and password, provide the ones that log you into your domain. You may be asked to approve a User Account Control prompt and to provide an administrator password.


 


Step 5.

Type one of the following two commands and press Enter:slmgr -rearmorrundll32 slc.dll,SLReArmWindowsEither command uses Vista’s built-in Software Licensing Manager (SLMGR) to push the activation deadline out to 30 days after the command is run. Changing SkipRearm from 0 to 1 allows SLMGR to do this an indefinite number of times. Running either command initializes the value of SkipRearm back to 0.

 


Step 6.

Reboot the PC to make the postponement take effect. (After you log in, if you like, you can open a command prompt and run the command slmgr -xpr to see Vista’s new expiration date and time.

 


Step 7.

To extend the activation deadline of Vista indefinitely, repeat steps 1 through 6 as necessary. 

C Program to Generate Numbers in Pyramid Pattern

This program generates the numbers in pyramid pattern.It takes the input from two through nine and generates the numbers in the pyramid pattern.For example if the input is 4 then the program produces the following output




   ….1

1111112 2

111113 3 3

111.4 4 4 4& so on..


 


CODE:



#include<stdio.h>

#include<conio.h>

void main()

{

int i,n,j,x=40,y=10;

clrscr();

printf(”Enter n (between 2 & 9)\n”);

scanf(”%d”,&n);

for(i=1;i<=n;i++)

{

gotoxy(x,y); /* To take the cursor to the co-ordinates x & y */

for(j=1;j<=i;j++)

{

 printf(”%d “,i);

}

x=x-1;

y++;

}

getch();

}