Archive

Archive for the ‘Win7’ Category

How to change Windows 7 Login Screen

December 31st, 2010 No comments

1. Download this file

2. Extract it to folder,and then double click it. It will merge its content to your computer registry

3. Go to folder C:\Windows\System32\oobe

4. Create folder called Info (case insensitive)

5. Create another folder called Backgrounds inside Info (case insensitive)

6. Copy your favorite Image to here called backgroundInfo. The file must be JPG and have to be less than 256KB

7. Reboot to see the results

The following files (sorted by width-to-height ratio) are supported in C:\Windows\System32\oobe\Info\Backgrounds folder:

* backgroundDefault.jpg
* background768×1280.jpg  (0.6)
* background900×1440.jpg  (0.625)
* background960×1280.jpg  (0.75)
* background1024×1280.jpg (0.8)
* background1280×1024.jpg (1.25)
* background1024×768.jpg  (1.33-)
* background1280×960.jpg  (1.33-)
* background1600×1200.jpg (1.33-)
* background1440×900.jpg  (1.6)
* background1920×1200.jpg (1.6)
* background1280×768.jpg  (1.66-)
* background1360×768.jpg  (1.770833-)

Categories: Win7 Tags:

Direct Windows 7 Link

December 30th, 2009 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 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 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 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: