Reski's hobbies blog place…

This is not just about me, but also bout my family

Archive for December, 2009

December 30th, 2009 by ayah

Direct Windows 7 Link

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

December 22nd, 2009 by ayah

Steps to Create & Attach VHD manually

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

December 22nd, 2009 by ayah

Turn your Win7 WiFi into WiFi Hotspot instead of AdHoc

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 [...]

December 22nd, 2009 by ayah

How to easily Mirror your Drive using Win7

Just type robocopy /E /R:1 /W:1 /COPYALL /ETA “L:\\” “H:\\” and make sure your running command prompt as administrator Share on Facebook