Thursday, June 21, 2012

SyncToy and DualBackup

where to download synctoy http://www.microsoft.com/en-us/download/details.aspx?id=15155
where to download dualBackup http://www.dualbackup.com/

How to delete GPT Protective Partition


How to delete GPT Protective Partition In Windows XP Professional, if you cannot access or modify GPT disk, you can convert a GPT disk to MBR by using the clean command in DiskPart, which will remove all data and partition structures from the disk.
  1. You might see S2VR HD 5 Drives in GPT status.
  2. Go to DOS command line (click on “Start Menu”, then “Run”, type in “cmd” in textbox, and hit “OK”)
•Type in “DiskPart” in command line. •Type in “list disk” in command line to show all disks in this machine. •Use “select” to set the focus to the specified partition, for example “select disk 1″. •Use “clean” command to remove GPT disk from the current in-focus disk by zeroing sectors. 3. Go back to Disk Management, you can see all S2VR HD disks are “unallocated” now. Right click on disk info, choose “Initialize Disk”.

Tuesday, May 29, 2012

Setup pps to watch HK tv


. Trigger Windows Run (Win Key + R).
2. Enter, %appdata%/PPStream.
3. Open the following file with notepad and replace with following line.
ppsarea.ini
1
2
3
4
5
6
7
8
9
[areainfo]
servertime=1318520564
localtime=1318520576
country=4S4K3ZM3XU
area=4WGY5ZFYTQ
province=42YZ72ELR4
city=4WGZPZF2VQ
net=42KZT2ECWLT33EI
ip=3526115369
psnetwork.ini
1
2
3
4
5
6
7
8
9
[areainfo]
ret_code=200
last_tick=1051906
country=4S4K3ZM3XU
area=4WGY5ZFYTQ
province=42YZ72ELR4
city=4WGZPZF2VQ
net=42KZT2ECWLT33EI
ip=692071634ut=1318520576
4. Open Windows Run and run the following command,
1
2
attrib +r %appdata%/PPStream/ppsarea.ini
attrib +r %appdata%/PPStream/psnetwork.ini
5. You have done.