Showing posts with label Microsoft Windows. Show all posts
Showing posts with label Microsoft Windows. Show all posts

30 October 2012

How to install windows 8 with windows 7?







img56
Everyday our life style is changing and so we want something stylish and new in our lives. Even our laptop/PC’s are not an exception to this, and even though it is updated, we are ready to update it further with new Software and tools to enhance its features.

So, why not now we update our old and boring OS with the very stylish and awesome new OS Metrostyle Windows 8?






img1
Click To Enlarge
 How to install windows 8 with windows 7?

1)    Making  partitions:-In your computer there should be an empty partition having enough space (min of 40GB).If You don’t have separate empty partition so you can make it following steps:-

·       To create a partition, go to the Start Menu, right click on “computer”, and select “Manage”. A window will open called the Computer Management window.

ing2
Click To Enlarge


·       Select hard drive to make up into partitions (make sure that the selected drive can be partitioned or not). Click on Disk Management under the Storage category in the sidebar menu.

img3
Click To Enlarge
·       Right click on the hard drive you’d like to partition and select Shrink Volume.


img4
Click To Enlarge
·       Choose the amount of space to shrink for your new partition and click Shrink. (Recommend 40GB of space in the new partition as mentioned above.
·       You will see the new partition you created.

2)     Make bootable removable disk: - This can be made by any software and win 8 iso file. Make sure that you are having correct version of iso file with respect to your machine (X86 etc.)

3)     Don’t forget to get Product key and make note of it.

4)     Starting Installation:-

·       Start the installation

·       Restart your PC and Insert the bootable removable disk in any of USB port of PC.

·       While the PC is booting up, you will have to press a key to force the PC to boot from the disc before Windows loads. (Keys to be press HP [F9], Lenovo [F12], Dell [F12], Acer [F12], ASUS [Esc] and Sony [F10]).

·       You will get an unusual screen where bootable options will be listed under “Boot Menu”.

·       Select Removable Drive (or USB)

·       Windows 8 installation process will begin

·       Select your language preferences, and press “next”.

·       Press Install Now.

·       Enter the product key and click “next”.

·       Check the “I accept” box, and press “next” (You can read the License, Terms and conditions).

·       Select the Custom Install option (be careful choose custom because you are installing it side by side win7 so don’t select upgrade it will upgrade your win7 by win8 )

·       Select the drive and partition where you want to install Windows 8 which we created earlier (be careful. Do not choose the partition where win7 is installed.

·       Everything will be copied and installed. It will take some time.

·       After installation you will get windows8 .Customize it according to it.

·       The PC is finalizing your settings. Congratulations! You’ve installed Windows 8.

 If You Have any queries related to this post, then you may comment below...

 Author- Pankaj Gaikwad

25 October 2012

Have a computer crash,Than create your system restore point in a click!!!

crash


What is a restore point?

It is a collection of a stored state of our computer's system files. We can use a restore point to restore our computer previous state at earlier time.Restore points are created automatically by system weekly or when it detects any change driver utilities or installation of a new software. I will be discussing how to on this task through task scheduler for automatic creation of system restore point.You can create a restore point manually at any time by following the steps below.

Create a restore point


  1. Open System by clicking the Start button Picture of the Start button, right-clicking Computer, and then clicking Properties.
  2. In the left pane, click System protectionAdministrator permission required If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
  3. Click the System Protection tab, and then click Create.
           In the System Protection dialog box, type a description, and then click Create.

Open System Restore by clicking the Start button Picture of the Start button. In the search box, type System Restore, and then, in the list of results, click System Restore.‌ Administrator permission required If you're prompted for an administrator password or confirmation, type the password or provide confirmation.



Create your restore point in Just Single Click


  1. Open an notepad and copy the below code in it.
  2. Go to File save as and save it as any_name.vbs.
  3. Choose the location wherever you want to store.

----------------------------------------------------------------------
If WScript.Arguments.Count = 0 Then
Set oShell = CreateObject("Shell.Application")
oShell.ShellExecute "wscript.exe", """" _
& WScript.ScriptFullName & """ Run", , "runas", 1
Else
Set oWshShell = WScript.CreateObject("WScript.Shell")
oWshShell.Popup "Creating a SystemRestore point. Please wait.", _
2, "System Restore", 0
swinmgmts = "winmgmts:\\.\root\default:Systemrestore"
GetObject(swinmgmts).CreateRestorePoint _
"Manual Restore Point", 0, 100
MsgBox "System Restore Point created", 0, "System Restore"
End If 
------------------------------------------------------------------------
   
       4. Now click on it. You restore point will be created automatically.
       
       5. You can also change the name of Restore point created just Edit the name in "Manual Restore Point"  
            to any name.

How to Install Your Restore Point?

  1. Open System by clicking the Start button Picture of the Start button, right-clicking Computer, and then clicking Properties.
  2. In the left pane, click System protectionAdministrator permission required If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
  3. Click the System Protection tab, then click on system restore a new window will open like this.

sysrestore
click to enlarge

      4. Click on Choose a different restore point. You will get the following dialog box.
     It will show your last created restore points.Select and your computer will be restored to that point.




sysrest
click to enlarge


For any queries comment below.


Author-