Translate

August 18, 2014

Browser not able to connect to internet in windows 8.1



Hello Buddy here is my next tutorial for you ,As i got some issue facing our friends with internet connectivity in windows like Wi-Fi or LAN seems to connected but can't able to brows internet through your browser so Let's start with the tutorial to fix it by some easy steps ....

Here i am going to solve this problem by some easy steps with showing some important images that will help you to understand it clearly .

Note: In this tutorial all the Images are taken by windows 8.1 so may be some option will be changed in windows 8 or some other version of windows but the steps are almost same for all windows .

Here we go with the steps as follows :

Step 1:
  • Before going to solve this you may ask why this happen with your system right ?
  • So Here you go for your answer :

    Winsock entries tells Windows how to access your network services. and here your TCP/IP protocol can be corrupted. The TCP/IP protocol is a stack of 4 layers(Application layer,Transport layer,Internet layer,Link layer) that includes several transport layers, but when this stack is corrupt you will constantly have connectivity issues.

    Image 1: TCP/IP modal.

  • Now we will go for the solutions :
  • Right click on Start Button at the bottom left on screen And click on command prompt (Admin) as shown in the Image below .

    Image 2: CMD Admin.


Step 2:
  • enter the codes below in the command prompt:
  • netsh winsock reset catalog : to reset winsock entries

    netsh int ip reset reset.log hit : to reset TCP/IP stack

  • now it will ask you to reboot your system to change take place
  • Note : some time You may have to re-install Chrome and Firefox or reboot to have the change take place.
Here you done with the tutorial, Enjoy .....

That's all you have to do. thanks ! and get connected for such information
All the best for your great future .


******

April 06, 2014

How to run windows 8.1 in safe mode



Hello Buddy here is my next tutorial for you ,As we know in windows 8 or 8.1 we have to follow some steps to run your PC in safe mode.So , Let's start with the tutorial to enable it by some easy steps ....

Here i am going to solve this problem by some easy steps with showing some important images that will help you to understand it clearly .

Note: In this tutorial all the Images are taken by windows 8.1 so may be some option will be changed in windows 8 .but the steps are almost same for all windows .

Here we go with the steps as follows :

Step 1:
  • Go to Charm Setting by moving your cursor in top right corner of your PC .
  • Click on Settings at the bottom .And click on Change PC Settings as shown in the Image below .
Image 1: Charm Settings

Step 2:
  • Now Click on the Update and Recovery option at the left bottom in PC Settings .
  • On update and recovery screen click on Recovery option .
  • Now click on Restart Now from Advanced Startup option . As shown in Image Below :
Image 2: Update and Recovery screen
Step 3:
  • After restart your PC , Click on Troubleshoot option from the obtained menu of Choose an Option Screen as shown Image below :
Image 3: choose an option
  • Click on the Advanced Option from the troubleshoot option as shown below :
Image 4: Troubleshoot
Step 3:
  • Click on the Startup Settings from Advanced Option screen as shown in the image below :
Image 5: Advanced option Screen
  • In the Startup Settings screen you will get few options as shown below :
Image 6: Startup Settings Screen
  • As per the option in the screen you need to press 4 so it will restart your PC and open with safe mode .
Here you done with the tutorial, Enjoy .....

That's all you have to do. thanks ! and get connected for such information
All the best for your great future .


******

March 04, 2014

Microsoft SQL server 2012 installation error while enabling NetFx3 OS feature in windows 8 or 8.1



Hello Buddy here is my next tutorial for you ,As we know in windows 8 or 8.1 ".Net framework 3.5(include 2.0 or 3.0)" is optional so it will not automatically enable during the windows installation but we need it to be enable to get OS feature called NetFx3 , Otherwise we will get Error while installing Microsoft SQL Server 2012 cause it will try to Enable NetFx3 while installation. So, Let's start with the tutorial to enable it by some easy steps ....


Here i am going to solve this problem by two way ,You can use which one is more suitable for you.

Solution First:

This is the first way you can enable .Net Framework 3.5(include 2.0 or 3.0) by a very simple steps and after that you can install your Microsoft SQL Server 2012 , It will install without error ,you will not have to enable NetFx3 Feature manually anywhere after these simple steps .So Let's start..
  1. Go to the search in charm and type Turn Windows features on or off and click over that.

  2. Now you will see a window opened on screen named Turn Windows Features on or off. As shown in the figure bellow .


    Figure 1: Turn Windows feature on or off window

  3. As you can see in the window an unchecked check box before the feature .Net Framework 3.5(include 2.0 or 3.0)

  4. Just check that check box and click Ok .

  5. Before that make sure you have Internet connection ,So. It will download some file to enable this feature in your computer .

  6. Now you have done enabling the Feature now restart your computer so it will work fine with your machine and now you are ready to install your Microsoft SQL Server 2012 in your machine , Now it will install fine without error related to NetFx3 OS feature .



Solution Second:

Here is one more way as i mention before starting the tutorial and here you go .this is also a very simple and most useful way to enable NetFx3 through command prompt using your windows installation media (CD or DVD). you have to do some vary simple work as mention in these steps below and most important here you do not need Internet connection at all .So let's start with the tutorial ....
  1. Run Command Prompt as administrator and now you can check with the OS Features what are enabled or disabled in your computer , For that you need to type a simple command in command prompt window as : C:\>dism /online /get-features .

  2. And here you can find the Feature called NetFx3 which is stated
    Feature Name : NetFx3
    State : Disabled with payload removed
    It means that .Net framework is not a part of current Operating System .

  3. So here you need to insert your OS CD or DVD into DVD Drive and you can find sxs folder in sources folder inside the OS DVD if you open it as shown in the figure below .


    Figure 2: sxs folder inside source in OS DVD.

  4. Now you need to write a simple DISM command in your command prompt running with administration privileges.
    command :
    C:\>dism /online /enable-feature /featurename:NetFx3 /All /Source:G:\sources\sxs /LimitAccess
    As shown in the Image below


    Figure 3: DISM COMMAND in command prompt

  5. Explanation about the command
    • DISM : Deployment Image Servicing and Management
    • /Online : targets the operating system you're running (instead of an offline Windows image( DVD)).
    • /Enable-Feature /FeatureName:NetFx3 : specifies that you want to enable the .NET Framework 3.5.
    • /All : enables all parent features of the .NET Framework 3.5.
    • /Source : specifies the location of the files needed to restore the feature (in this example, the G:\sources\sxs directory).
    • /LimitAccess : prevents DISM from contacting Windows Update.

  6. Now almost you done ! after 100% success of the command restart your computer so it will make changes in the features and will work fine .

  7. Now your computer enabled .Net Framework as you can see in the figure below .


    Figure 4: .Net Framework enabled

Now you can run your Microsoft SQL Server installation Disk so It will install fine without error regarding NetFx3 feature .

That's all you have to do. thanks ! and get connected for such information
All the best for your great future .


******

February 23, 2014

Access multiple Gmail accounts at the same time


Hello Buddy here is my next tutorial for you ,As i am receiving many mail related doubt about how to access multiple Gmail accounts at the same time . It was really a difficult work some time back but Google gives us the solution we just need to care it . So, Let's start with the tutorial....



In digital world ,the current trend is to have multiple mail accounts - One for the office, another for family and friends ,a third for professional contacts and yet another for freaking out . As Gmail is the most versatile e-mail utility today, we often end up having too many accounts there - intended to serve myraid purposes. But this is exactly where the problem crops in. Logging in to Gmail,Hotmail,Rediff,Yahoo! or any other account simultaneously does not pose a problem; but the glitch arises when you decide to log in to two or more accounts from the same service provider, at the same time.Simply put, you can access only one Gmail account at a time. For instance, if you have xyz@gmail.com account open in your browser and then open another Gmail tab in the same browser, it will automatically log in to the Gmail account that is already open. Therefore, you have to log out of the first before you can log in to second account . And that is a sheer waste of time and efforts, to say the least.
Google team came to understand the problem facing by users and finally came to the solution and after it made simpler so anyone can use it.

Solution :

here is some simple steps for you to get access multiple Gmail at a time :
  • Sign In with your any Gmail Account .
  • At right corner you will find your profile pick click on that.
  • Now you will get two option at bottom Add Account and Sign out ,You need to choose Add Acount .
  • Log In using next account
  • Continue last three Steps till all your Gmail accounts will added .

and you done !!!

Sample Image After adding all accounts .


That's all you have to do. thanks ! and get connected for such information
All the best for your great future .


******

December 31, 2013

Microsoft Student Partner registration and Selection process for 2014


Microsoft Student Partner 2014 registration extended to jan.31st for India

hello buddy In this post i am going to let you know about Microsoft Student Partner Program and selection process for 2014.

Microsoft Student Program

Microsoft Started Partner program is a world wide program to make bridge among Students and Technology, So student's will explore their knowledge and passion to learn and share about latest technology from Microsoft . If you think, your love of technology impossible to hide, You aspire to do more than what's expected, You live to code, You love social media, You really involved on your campus ,Then this opportunity is made for a Student like you. Microsoft Student Partners (MSPs) are social and friendly students who like to meet new people. MSPs are the game changers of the future. They think and act boldly.

The MSP Program is active in over 80 countries around the world. MSPs represent their global region and their local campus as Microsoft technology experts.

As an MSP you will :

  • build apps and demos
  • demonstrate the newest technologies and host tech events on your campus
  • acquire the tools and training to lead technology discussions on your campus
  • build your global network with industry experts
  • connect with like-minded students and faculty around the world
  • attend trainings from Microsoft leaders to enhance your knowledge about cutting edge technologies
  • be the one on your campus with insight and answers on Microsoft technologies
Technology is King. Everyone uses it. But YOU embrace it, explain it, and share it. Now, go for it.

Selection process :

Your process for selection will start by registration, So click here for registration.
Select your country in the list and click on LEARN MORE! As for India ,select India and click on LEARN MORE! now you will redirect to the Application page.
The 2013 Application Cycle is open from 25th October, 2013 to 31st January, 2014

Steps to apply:

    Step 1: Complete the online application form: Apply Now
    Step 2: The following requirements must be met:
Note : You must complete at least 2 out of 4 of the following activities to be considered eligible for step 3.

List of Activities:

Activity 1. Windows 8 App:

Build one new Windows 8.x App and it should be published to the Windows Store between 25th October, 2013 and 31st January, 2014. Please note that those new Windows 8.x apps that go through the App Lab and get a Silver or higher grading before being published on the Store will be considered more favorably.

The following apps will not be considered as a successful completion of this activity:
  1. Calculators
  2. RSS Feed Readers
  3. Converters (Currency, Time etc.)
Note:
  • Windows Phone 8 apps are not considered as part of this activity.

Activity 2. Windows Azure Community Contribution:

Mentor at least 1 unique individual from the community to achieve the status of a “Windows Azure Champion” by organizing workshops/ seminars/ trainings/ evangelism sessions by engaging with Startup’s/ Business Incubators/ Developers/ Technology Enthusiasts/ Technocrats etc.
Important Note: (Microsoft would award the status of “Windows Azure Champion” strictly as per the Terms & Conditions of the Windows Azure App Accelerator Campaign as per the valid claims sent to indiaazurechamp@microsoft.com from 25th October, 2013 to 31st January, 2014).

Activity 3. Office App:

Build 1 New High Quality Office App and it should be published to the Office Store between 25th October, 2013 and 31st January, 2014.
The following apps will not be considered as a successful completion of this activity:
  1. Calculators
  2. Converters
  3. Translators
  4. Dictionaries
  5. App(s) built using third party App Builders

Activity 4. Microsoft Virtual Academy (MVA):

Utilize Microsoft Virtual Academy (MVA) to keep enhancing your skills and get featured on the Top Students Weekly Leader Board in India on the Official Microsoft Virtual Academy Website Click here (between 25th October, 2013 and 31st January, 2014).

Important Note: In this activity you are expected to earn points on MVA by genuinely learning courses, carefully going thru various course material and understanding concepts, doing necessary practical course work yourself as per the modules, taking up these course assessment tests etc. and then basis your hard work you may get featured on the Top Students Weekly Leader Board in India on the official MVA website . As part of this activity submission process Microsoft will carefully track and consider these parameters to approve this activity submission claim.

II. Recommendation Letter from your faculty or Microsoft Student Partner (MSP):


Here you have to get a letter from your faculty or any MSP and that should clearly state the attributes or qualities possessed by the student to be recommended to become an MSP.

III. Activity Submission Form of Step 2:

You would be required to submit the MSP Selection Activities details (latest by 31st January, 2014) here.

Request you to submit this form once you have completed the required set of activities mentioned above in Step 2.

Step 3: Telephonic Interview with MSP Team:

Students who successfully complete minimum of 2 out of 4 mentioned activities in Step 2 would be eligible for the telephonic interview with the MSP Team. This would be the knock out round in the MSP Selection Process.

IMPORTANT NOTE:
MSP Selection would be done based on merit and mere completion of the activities and the steps of the MSP selection process does not mean that the candidate would be selected as an MSP. It is ultimately at the sole discretion of Microsoft to decide on who they wish to select as an MSP.


That's all you have to do for get Involved in such a big program to Initiate you FUTURE. thanks ! and get connect for such great information All the best for your great future .


******