Archive

Posts Tagged ‘Windows 7’

Direct Windows 7 Link

December 30th, 2009 ayah No comments

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

Categories: Win7 Tags:

Steps to Create & Attach VHD manually

December 22nd, 2009 ayah No comments

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

Categories: Win7 Tags:

Turn your Win7 WiFi into WiFi Hotspot instead of AdHoc

December 22nd, 2009 ayah No comments

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

How to easily Mirror your Drive using Win7

December 22nd, 2009 ayah No comments

Just type

robocopy /E /R:1 /W:1 /COPYALL /ETA “L:\\” “H:\\”

and make sure your running command prompt as administrator

Categories: Win7 Tags:

Tweek Win7 Upgrade Path….

October 26th, 2009 ayah No comments

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
Categories: Win7 Tags: