Posts tagged Windows

Internet Connection Sharing

Internet Connection Sharing

Internet Connection Sharing is a way to share your internet connection for other computers. It requires two network cards on your computer. It also requires a crossover cable or a switch/hub between your network cards. You can use this if you have to pay for an internet connection. With ICS two or more people can connect while only paying for one. You can also use this to make a machine as a gateway for your office. However, complications arise if you are running a Windows Active Directory domain or already have a DHCP server. This feature is available on Microsoft Windows 2000, xp, vista, 7, server 2000, 2003, 2008.

Check Disk (chkdsk)

Check Disk (chkdsk)

This is a video about how to run a chkdsk (check disk) on your windows OS. CheckDisk will repair and try to recover a dirty file system. Most of the time that I use this is when I see a Blue Screen of Death (BSOD) with a 0×0000007B stop code. This means that the file system is corrupt and you should run a CHKDSK /R on your operating system. Also, I’ve various people tell me that they need to do this as their file systems become too fragmented. I demonstrate the methods available on Microsoft Windows 2000 XP Vista & Server 2003 and 2008. This is a very important part of disk maintenance. If windos is too corrupt to boot these may also be run from Startup Repair/Recovery Console. The commands I run are…

chkdsk /f e:
chkdsk /r e:
chkdsk /r c:
chkdsk /r d:

update software through group policy

update software through group policy

This is a video about how to update software through group policy. In the last video, I installed Firefox 3.0, in this video I upgrade to Firefox 3.5. I use a a Microsoft installer (MSI) package and a GPO (group policy object) in an active directory domain (requires domain controller) to do this. This operation may be performed on Server 2000, 2003, or 2008 and client operating systems of Windows 2000, XP, Vista, or 7. You may assign the program to specific users or computers so that it will be installed. You can also publish the software so that the user may decide to install the software.