types of raid: CLICK HERE how to install raid 1 in windows xp: CLICK HERE This guide will show yoiu how to set up raid one in the windows disk management console. This by default cannot be done and reuires some windows patched files. The option for raid 1 in vista and win7 is already… Continue reading »
Jan
22
xp build
Computer build Before rebuild run smart driver backup and save copy of your drivers (google it to get it). save these drivers onto usb pen Reboot and boot from windows xp cd Create 2 partitions (change sizes according to HD size) good guide is a 1/3 for c:/ and 2/3 for d:/ (data) ) Install xp… Continue reading »
Dec
08
Install windows 7 from usb pen
Download windows 7 usb/dvd download tool Select your windows 7 iso file ( if you don’t have it as an iso file but just on dvd media you can use a 3rd party piece of software to create your iso from the dvd disk, Such… Continue reading »
Nov
27
add admin account in windows 7
from cmd type net user administrator /active:yes command to active it Admin account now visable in control panel users
Nov
24
list all sofware installed in txt file
from cmd type wmic hit enter then enter this: /output:c:\Progs.txt product get name,version (creates txt file in c: )
Oct
30
Create an unattended install of office 2007 (full and lite install)
Copy entire contents of office 2007 CD to harddisk 1. Go to the folder-path, “Office2007\ProPlus.WW” (or any ??????.WW folder for other editions such as standard/enterprise/etc) 2. Modify “config.xml”, or copy it to somewhere else & modify it, using my posted code below as a sample. 3. If you modified it “in location”, then setup will take… Continue reading »
Oct
30
Integrate sp2 into office 2007
This process, known as slipstreaming, involves making the Service Pack 2 RTM an integral part of Office 2007 installation. After you have downloaded the service pack two (SP2) file from Microsoft. say save to c:\ Copy entire content off office 2007 cd to a folder on computer say: c:\office2007 Now we need to extract the… Continue reading »