Labels

Saturday, 23 February 2013

How to Change Windows Password without Knowing it !!!


Today I'm gonna write about an amazing trick for you! By this time you've already understood about what I'm talking about. Yes, you can change windows password without knowing it. But PC should be in a running condition! 

This is a very easy method. If you're new user then you might face some problems. But mid level user can do this within few minutes. But your PC should be in the Administrator mode to do this task. 

This system has been tested for Windows 8 and 7. But this method may also work on Windows XP. Okay let's start. 

1.      Open Command prompt as Administrator. XP users don't require Administrative mode. 
2.     Now type this command and press enter- net user
3.     Now type another command and press enter- net user Administrator *
4.     Type the new password and press enter.
5.     Retype the password and press enter.
6.     If password is changed then you will see the message- the command completed successfully
Remember: When you typing the new password, you cursor will not be moved. Don't be afraid.  You can take help from the image below:



And don't forget to create a Password Reset Disk to avoid any accident. If you have the reset disk you can change your password if forgotten. 


Submit Your Website or Blog in Search Engines for Free


Web developer or blogger already know that it is not a very easy task to drive traffic from search engines. It takes huge time to perform SEO activities for a site. Forum posting, article writing, social connection, back linking, keyword selection and so many tasks need to be performed for SEO. 

But the most important task is to submit your site in the search engines. The most popular search engines are Google, Yahoo, Bing etc. Besides there are thousands of small search engines available in the web. 

But the submission is a very time consuming task. Specially when you need to submit your site to the search engines one by one. And this is very critical too. For your convenience there are also some sites that make your task easy. All you need to do is just submit your website or blog to those sites and they will automatically submit your site to the search engines. 
1.      Diggza
3.     SEO Scores
4.     Add URL Free
5.     Add Me
6.     Submit Express
All of the above sites will submit your web or blog to the search engines for free. The procedure differ slightly. But the basic procedure is same. 
  • You've to submit your site's URL and your Email ID.
  • Then agree with their terms and conditions.
  • Check your Email and confirm submission if asked.
  • And resubmit your site once in a month. 
Tips: 
  • You don't need to submit your site in all of the above sites. Choose one or two of them that is suitable for you. 
  • Use an alternative Email instead of your primary Email. Because you may receive many unnecessary messages from those sites.
  • Don't submit your sites very often. 
Only submit your home page URL (eg. www.munnamark.blogspot.com).

How to Install Microsoft .NET Framework 3.5 Offline in Windows 8 without Internet Connection?


Now-a-days almost all 3rd party software require Microsoft .NET Framework installed in your system. The required .NET Framework version might be different for different software and the most required .NET Framework version is 3.5 which comes preinstalled in Windows 7.
If you are using Windows 8, you might face a problem while trying to run a program which requires .NET Framework 3.5 version. Windows 8 doesn't come with .NET Framework 3.5 version. It comes with the latest .NET Framework 4.5 version preinstalled.
Whenever you try to open a program requiring .NET Framework 3.5, you get following message:
An app on your PC needs the following Windows feature:
.NET Framework 3.5 (includes .NET 2.0 and 3.0)
 
There are 2 buttons given to install the .NET Framework version or to skip the installation. If you decide to install it, Windows tries to connect to Internet to download the setup files of .NET Framework 3.5.
That's strange because Windows 8 setup contains .NET Framework 3.5 setup files but still Windows tries to connect to Internet. It would have been better and easier if Windows 8 installed the .NET Framework 3.5 without Internet connection just like it does for other Windows components such as Media Center, Internet Explorer, etc which can be installed or uninstalled using "Programs and Features" applet in Control Panel.
If you don't have an Internet connection or if you don't want to waste time and bandwidth in downloading the setup files, here is a way to install .NET Framework 3.5 offline in Windows 8.
Today in this tutorial, we'll tell you how to install .NET Framework 3.5 in Windows 8 without any need of Internet connection. You can install it offline with the help of a single command. This method requires Windows 8 setup disc or ISO file so make sure you have Windows 8 setup files with you.
So without wasting time lets start the tutorial:
1. First you'll need to copy Windows 8 setup files to your hard disk. If you have Windows 8 setup ISO copied in your system, you can mount it by right-click on it and select "Mount" option or you can extract its content using 7-Zip.
If you have Windows 8 setup disc and don't want to copy its content, its ok. Just insert the disc in your CD/DVD drive so that Windows can access its content.
2. Now open Command Prompt as Administrator as mentioned here and then provide following command:
Dism /online /enable-feature /featurename:NetFx3 /All /Source:F:\sources\sxs /LimitAccess
Here "F:" represents the CD/DVD drive letter in your system which contains Windows 8 setup disc. Replace it with the correct drive letter according to your system.
If you extracted Windows 8 setup files in a directory, replace F:\sources\sxs with the correct path.
3. As soon as you execute the above mentioned command, Windows will start installing .NET Framework 3.5 in your system and it'll not require Internet connection.
 
It'll take a few minutes and you'll get a message that the operation completed successfully.
4. That's it. Now you have installed .NET Framework 3.5 in Windows 8 without using Internet connection.
This method has been provided officially by Microsoft in a KB article here...