Windows 7 available direct from Microsoft’s website – just the install disk.
Professional 32 bit:
http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65804/X15-65804.iso
64 bit:
http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65805/X15-65805.iso
Home Premium Links 32 Bit:
http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65732/X15-65732.iso
64 Bit:
http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65733/X15-65733.iso
Share on Facebook
Suppose you want to create 20gigs VHD in drive C with name win7.vhd and assign it into drive H
Open command prompt with administrator right
Type diskpart
CREATE VDISK FILE=”c:\win7.vhd” MAXIMUM=20480
SELECT VDISK FILE=”c:\win7.vhd”
ATTACH VDISK
CREATE PARTITION PRIMARY
ASSIGN LETTER=H
FORMAT QUICK LABEL=Windows7
EXIT
Share on Facebook
Recently Connectify release version 1 of it’s famous WiFi Hotspot software.
The advantage is you can easily turn your PC / Laptop based on Windows 7 into WiFi hotspot instead of AdHoc, so your other device such as handphone, iphone or even your android phone can enjoy your internet connection via WiFi connection.

For further information check Connectify website
Share on Facebook
Just type
robocopy /E /R:1 /W:1 /COPYALL /ETA “L:\\” “H:\\”
and make sure your running command prompt as administrator
Share on Facebook
Normally, Win7 only accept upgrade from RC to RTM. It’s sad but it’s true. But
If there is a will, then there is a way
According to here, you can tweek Win7 installation file so it can accept upgrade even from Beta 1.
- Mount your Win7 DVD or Image
- Go to your sources folder
- Edit cversion.ini file
- Change minimum client (MinClient) property so it meet your system requirement. Basically, MinClient is Win7 build version. Change it into7000 if you have Win7 Beta version
- Save the file
- Run the installation as ussual
Share on Facebook
Recent Comments