Win 7 Tricks


HOW TO CREATE A BOOTABLE WINDOWS 7 USB FLASH DRIVE

INSTALL WINDOWS 1 FROM UR USB DRIVE
The USB flash drive has replaced the floppy disk drive as the best storage medium for transferring files, but it also has its uses as a replacement for CDs and DVDs. USB drives tend to be higher in capacity than disc media, but since they are more expensive, they cannot (yet) really be used as a replacement. There are reasons why you would, however, choose a USB device over a DVD disc, and bootable software is definitely one of them. Not only is it faster to copy data such as setup files from a USB drive, but during usage the access times are also significantly faster. Therefore, installing something like Windows 7 will work that much faster from a USB drive than from a DVD (and of course, is particularly useful for the PCs without an optical drive; this isn't something we should just leave for the pirates to enjoy).
This guide will show you two different ways to create a USB flash drive that works just like a Windows 7 DVD. In order to follow this guide, you'll need a USB flash drive with at least 4GB of free space and a copy of the Windows 7 installation disc.
Windows 7 USB DVD Download Tool
You are normally given this tool when you purchase from the online Microsoft Store .








The easiest way to turn a USB flash drive into a bootable Windows 7 installer is by using the tool Microsoft offers, cunningly named the Windows 7 USB/DVD Download Tool. To get started, download the installer  [exe] from Microsoft.com and follow the basic steps to put it onto your computer; you can put it on the computer you plan to install Windows 7 on or another one, it doesn't matter.








Once it is installed, it should create an icon on your desktop, so double-click that to open. If you can't find it, use the search function in the Start Menu with a keyword like "USB." Launching it should give you the above screen, and step one is to find the Windows 7 .ISO file. The tool only accepts .ISO images, so we recommend that you convert yours if it's in a different DVD image format.



Step two is straightforward: simply choose USB device.




In step three, all you have to do is make sure that you are choosing the correct USB device. If you have other data on the device, move it to your hard drive, another USB device, or somewhere else before proceeding.


The tool will prompt you if it detects data on the device. Once your data is backed up elsewhere, click Erase USB Device.




You will get another prompt warning you that all the data will be wiped. Click Yes to continue.

The format will be very quick, while the copying of the files will take a little bit more time (about 10 to 15 minutes).


Once the process is complete, you should get the above confirmation message. At this point you can close the tool and use the USB drive to install Windows 7. Remember that you'll have to choose to boot off the USB drive. Before doing so, you may want to open up the USB drive and double click on setup.exe to see if everything looks okay. If you want to be able to do this manually, see the next section, and if you want to be able to install any edition of Windows 7, skip to the section after that.


How to Install Windows 8 from a Bootable USB Flash Drive, Dual-Boot with Windows 7


HOW TO INSTALL WINDOWS 8 FROM A BOOTABLE USB FLASH DRIVE, DUAL-BOOT WITH WINDOWS 7


Microsoft has made available a Release Preview of Windows 8 and I believe you want to try it, but your computer has no DVD drive or maybe your CD/DVD drive is not detected. So how to install Windows 8? the only option to install it from USB flash drive (USB stick/USB Key), in this guide we will create a dual boot system (Windows 8 and Windows 7) so we need to prepare a clean partition drive first, then follow these simple steps:

1.   Download Windows 7 DVD/USB Download Tool and then install it, and then download Windows 8 ISO file here





2.   Open Windows 7 DVD/USB Download Tool application. ClickStart (Blue orb) > All Programs > Windows 7 USB DVD Download Tool


3.   Please choose ISO file. Click Browse

4.   Locate the ISO file, select it, then click Open

5.   Click Next


6.   “Choose media type. Please selevct the media you would to use to create your Windows 7 (Windows 8) backup. You can choose to xopy to USB or burn to DVD.”
Click USB device

7.   “Insert USB device. If your device is not displayed click Refresh.”
If you haven’t inserted a USB flash drive, insert it now, then clickRefresh button, then choose a flash drive from drop-down list, and then click Begin copying



8.   Please wait for a few minutes. The app will format and copy all Windows 8 setup files into USB flash drive…
9.   Bootable USB device created successfully”

Close the window and the Windows 8 Bootable USB flash drive is ready!

10.  Restart your computer, then go to BIOS, and then change boot order (boot sequence), first boot device: USB Flash Drive

11.  Your computer will boot from USB flash drive…
Click Next

12.  Enter the Windows 8 key to activate Windows, then click Next

13.  Accept the license terms, then click Next

14.  Because we want to make dual boot (Windows 7 and Windows 8), click Custom: Install Windows only (advanced)












15.  Select a partition.. make sure it’s a clean partition, then click Next

16.  Please wait a few minutes… your computer will automatically restart/reboot

17.  Go to BIOS again, then change boot order, first boot: HDD (hard disk)




1


8.  Done! Windows 8 installed and your computer has dual boot menu (Windows 7 & Windows 8)

Thats it!!!!

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

create a bootable Windows 7 USB drive USING COMMAND PROMPT


HOW TO CREATE A BOOTABLE WINDOWS 7 USB FLASH DRIVE.



USING COMMAND PROMPT

Maybe you don't like that Microsoft violated the GPL with the first version of the above tool (the company has since GPLed the code), or you're old-school and just love using the command prompt. Regardless of what your reasons are for creating a bootable Windows 7 USB drive manually, we have the scoop on how to do it. First, open the command prompt (if you use UAC make sure to right click it and choose "Run as administrator"), type "diskpart" without the quotes, and hit enter. You can also get here by simply typing "diskpart" without the quotes into the Start Menu and hitting enter.

Now type "list disk" without the quotes and hit enter. Take a look at the Size column and figure out which disk number your USB drive is. Ours is number 1, so we're going to type "select disk 1" without the quotes and hit enter. Now we're going to wipe it by typing "clean" without the quotes and hitting enter (make sure to do a backup of the contents if you haven't already).
At this point we want to prepare the USB drive for the files and make sure it is bootable. Type "create partition primary" without the quotes and hit enter. Then type "select partition 1" without the quotes and hit enter. Next type "active" without the quotes and hit enter. Finally, type "format fs=fat32" without quotes and hit enter (if you choose to use ntfs, you'll later have to run the "Bootsect.exe /nt60 G:" command to put boot manager compatible files onto your USB flash drive to make it a bootable device). This one will take a while, so go grab a snack, we'll wait. When that's done, type "assign" without the quotes and hit enter (this will assign a new drive letter to the USB flash drive).



An AutoPlay window like the one above will appear. Remember the drive letter (in our case it is H:), close the window, type "exit" without the quotes and hit enter. If you are working with an .ISO image, the best way to do this last part is to mount the file with a program like Virtual Clone Drive. Alternatively, you can extract the files from the .ISO image and simply copy them to the USB drive, but since we've been using the command prompt up to this point, we'll show you how to do the last step with it as well.


If you don't have the command prompt open, open it with administrative privileges, type "xcopy f:*.* /s/e/f hg:" without the quotes and hit enter. Note that you will likely have to replace "f:" with the drive letter for your Windows 7 DVD and "g:" with the drive letter for your USB flash drive. Don't worry if install.wim takes a while to copy: it's easily the biggest file on the disc.

 install any edition of Windows 7

 This is a completely optional step and you only want to do this if you want to be able to choose which edition of Windows 7 to install. In the command prompt, type "del G:\sources\ei.cfg" without the quotes and hit enter (where g: is your USB flash drive).

This will make sure that your Windows 7 installer no longer has a specific version of Windows 7 set as the default, and you will be prompted to choose the version you want to install. Remember that while this gives you a more universal Windows 7 installer, you still need to make sure you are choosing the edition that you own, or you will not be able to activate Windows 7 with the key you have obtained.


HOW TO RESIZE A PARTITION IN WINDOWS 7



METHOD 1
Windows 7 and Vista include a built-in functionality in Disk Management to shrink and expand partitions.

To get to this utility, open up
 Control Panel, and type in partition into the search box,or type partition in the search box in the start menu .
open the window showing this,
create and format hard disk partitions
In the Disk Management screen, just right-click on the partition that you want to shrink, and select Shrink Volume from the menu:


In the Shrink dialog, you will want to enter the amount you want to shrink by, not the new size. For example, if you want to shrink your 50gb partition by roughly 10gb so that it will now be roughly 40gb, enter 10000 into the box:
Extend a Partition:
In the Disk Management screen, just right-click on the partition that you want to shrink, and select “Extend Volume” from the menu.





On this screen, you can specify the amount that you want to increase the partition by. In this case, I’m going to extend it back to the roughly 50GB size that it was before.

Note that the extend partition feature only works with
 contiguous space.

YOU CANT RESIZE A PARTTION WHICH IS A SYSTEM DRIVE .....
For example c:/ in default....

YOU Can resize the partion of system drive at the time of set up of WINDOWS 7!!!


METHOD 2

 Diskpart Command

Another way to partition your Windows 7 is using Diskpart command, here way goes:

  • 1.Open an elevated command prompt: open the Start Menu > type cmd in the Start Menu search box and press Ctrl+Shift+Enter.
  • 2.Type diskpart in the elevated command prompt.
  • 3.Type list volume in the evaluated command prompt and press Enter.
  • 4.Type select volume * and press Enter.
  • 5.Type shrink desired = (* MB) and press Enter.
  • 6.Type exit and press Enter and close it...........
METHOD 3


TOOLS FOR PARTITIONING THE DISC

 Windows 7 and Windows 8 partition manager - EaseUS Partition Master

Actually, those methods mentioned above require certain computer knowledge more or less, it would be an obstacle for most common users, so, third party partition manager like EaseUS Partition Master, which provides wizard guide and simplify partitioning task, must be the highly recommended choice. Indeed, EaseUS Partition Master consistently recognized by leading authorities such as CNet, Tech Republic, and PC World is magic partition manager to help partition Windows 7 and Windows 8 system hard diskfree download now and follow the instructions Resize Partition under Windows 7?

ALL-IN-ONE Partition Manager Software


THURSDAY, 23 AUGUST 2012


REMOVE WINDOWS 7 GENUINE NOTIFICATIONS


HOW TO REMOVE WINDOWS 7 GENUINE NOTIFICATIONS COMPLETELY?

Guys Today I Came With Some Amazing Stuff To Remove Very Annoying Notifications Of Windows Genuine On Windows 7.
Many people Suffering From This Problem Now A Days And There Is No Other Solutions To Remove This Type Of Notifications.
If You Don’t Buy A Genuine Windows 7 Version Than It Has Happened To You. And It Is So Annoying.
So, Today I Give You The Software With Tutorial To Help You Remove This Type Of Notifications Completely From Your Windows 7.

Windows 7 Genuine Notification

Steps:-

First Of all Download The RemoveWat Software From The Below Link.
=> RemoveWat Is A Software That Help Us To Remove Windows 7 Genuine Notifications Completely From It. Here I Packed Latest Version Of RemoveWat 2.2.5.
After Download The Package, Extract It To Your Pc And Open RemoveWat.exe.
Note That It Is Recommended To Close All Programs Before Open It.
UPDATE : If Your Antivirus Prompt You The File As Virus, Then Don’t Worry, It Only Show Because Windows Don’t Like It Because It Removes Windows Genuine Notifications. It’s Not A Virus So Enjoy Using It.
After Open It Click On RemoveWat And Wait For 2 Minutes And After It’s Done, Your Pc Will Be Restart.
After Restart Your Windows Pc, You Can See That All Notifications Of Windows Genuine Will Be Removed And You Have A Completely Genuine Windows 7.

note :
Turn Off Windows Updates To Use It Without Any Problems.


FRIDAY, 3 AUGUST 2012


Windows 8 has reached the RTM milestone


Windows 8 has reached the RTM milestone
TODAY, I AM EXCITED TO ANNOUNCE THAT WINDOWS 8 HAS BEEN RELEASED
 TO MANUFACTURING (RTM)! THIS MEANS WE’VE COMPLETED THE PRODUCT DEVELOPMENT AND TESTING OF THE PRODUCT AND HAVE STARTED HANDING OFF THE FINAL CODE TO OUR 
OEM PARTNERS. THEY CAN NOW BEGIN PREPARING NEW WINDOWS 8 PCS AND DEVICES THEY’LL INTRODUCE STARTING WITH GENERAL AVAILABILITY. FOR MORE ON RTM, I SUGGEST READING THIS BLOG POST FROM STEVEN SINOFSKY ON THE BUILDING WINDOWS 8 BLOG.
Start_Default_RTM_3ROW
So when will folks be able to get their hands on the new Windows 8 RTM code?
People will be able get Windows 8 starting on October 26th either by upgrading for $39.99 or on a new PC or device. And if you buy an eligible Windows 7 PC today, you will be able to purchase an upgrade to Windows 8 Pro for $14.99 (U.S.) through the Windows Upgrade Offer.
However, we have a number of programs that provides various audiences early access to the Windows 8 RTM code to help prepare for Windows 8 as it enters the marketplace this fall:
  • August 15th: Developers will be able to download the final version of Windows 8 via your MSDN subscriptions.
  • August 15th: IT professionals testing Windows 8 in organizations will be able to access the final version of Windows 8 through your TechNet subscriptions.
  • August 16th: Customers with existing Microsoft Software Assurance for Windows will be able to download Windows 8 Enterprise edition through the Volume License Service Center (VLSC), allowing you to test, pilot and begin adopting Windows 8 Enterprise within your organization.
  • August 16th: Microsoft Partner Network members will have access to Windows 8.
  • August 20th: Microsoft Action Pack Providers (MAPS) receive access to Windows 8.
  • September 1st: Volume License customers without Software Assurance will be able to purchase Windows 8 through Microsoft Volume License Resellers.
Please note: if a program you are in is not mentioned, please be patient as dates for Windows 8 RTM code availability for other programs will be communicated when the information becomes available.
For more information on what the RTM of Windows 8 means for businesses including Volume License customers, see this blog post from Erwin Visser on the Windows for your Business Blog. This post, also from Erwin, on how Windows 8 will work in your business is also a good post to read.
On August 15th, developers will be able to visit the Windows Dev Center to get access to all the tools and resources they need including the final build of Visual Studio 2012 to designbuild, and sell apps in the Windows Store. Keep your eyes on the Windows Store for developers blog and Windows 8 app developer blog for more information. I am super excited to see the kinds of apps developers build for Windows 8! If you have the Windows 8 Release Preview installed, you can already check out some apps developers have created for Windows 8 today.
In the meantime, if you’d like to give a pre-release version of Windows 8 a test-run, feel free to download the Windows 8 Release Preview! You can also read about my personal experience with the Windows 8 Release Preview here (hint: I put it on all my PCs!).

1 comment:

Receive all updates via Facebook. Just Click the Like Button Below

?