Saturday, July 24, 2010

Unable to update or start Steam on Windows 7?

I am having problem to start my Steam program due to updating of the platform. It is not able to get pass 0%. Everthing works again after I change to this setting! Of couse, I have deleted clientregistry.blob too.

After changing the setting, delete the original steam shortcut on desktop and try running the steam.exe program directly from its folder.


Thursday, July 1, 2010

How to make USB bootable disk

1. boot WINPE 2.1 cd. stop running script

2. insert USB memory disk

3. from command prompt key:

diskpart
list disk

4. indentify which disk no is the USB disk, type the follow:

select disk # (#=1,2,3 or...)
clean
create partition primary
select parttition 1
active
format fs=fat32 quick label=test1
assign
exit

5. copy content from CD to USB memory disk