Archive for the 'Administration' Category

How To: Disable System Restore

March 22nd, 2007 by SysAdmin

Windows OrbSystem Restore is a useful backup utility but it has a tendency to use large amounts of disk space.  Therefore some users may want to disable this feature.

How To Disable System Restore on Windows Vista

  • Click Start > Control Panel
  • Click System and Maintenance > System
  • On the left side pane click Advanced system settings
  • On the System Properties box click the System Protection tab
  • Deselect the drives from the list

This will disable System Restore on Microsoft Windows Vista.  Freeing valuable disk space in the process.

How To: Disable IPv6 and QoS

March 21st, 2007 by SysAdmin

Windows OrbThere’s a big chance that you’re not using IPv6 and probably have no need for QoS on your network.

How To Disable IPv6 and QoS on Microsoft Windows Vista

  • Click Start > Control Panel
  • Click Network and Internet > Networking and Sharing Center
  • On the left side pane click Manage network connections
  • Right click on your NIC and then select Properties
  • De-select IPv6 and QoS and then click Ok

Restart your computer for the new settings to take effect.

Enhanced Disk Cleanup

March 20th, 2007 by SysAdmin

Windows OrbThe Windows Vista Disk Cleanup utility can usually be accessed by clicking Start > All Programs > Accessories > System Tools > Disk Cleanup and then selecting the appropriate drive. There is however a way to access a more extensive set of disk cleanup options.

Extensive Disk Cleanup

  • Click Start (Windows Orb)
  • In the Instant Search Box type “cmd.exe” and then press the Enter key
  • Type cleanmgr /sageset:1 and then press the Enter key

The Disk Cleanup dialog box will now appear with a wider range of options. Select the files that you want removed and then click Ok.

How To: Extend the Windows Vista Evaluation Period for One Year

March 19th, 2007 by SysAdmin

Windows OrbFollowing on from the Extending the Windows Vista Evaluation to 120 days tutorial, I will now show you how to legally extend the evaluation period for up to one year.

Extending the Windows Vista Evaluation Period

  • Click Start (Windows Orb)
  • In the Instant Search box type “regedit” and then press the Enter Key
  • Navigate to the path HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ SL
  • Right Click the registry key SkipRearm and then click Edit
  • The default is a Dword with the hex value of 00000000. Change the value to any positive integer, such as 00000001. Save the change and close the Registry Editor.

Now start a command prompt with Administrative rights.

  • Click Start (Windows Orb)
  • In the Instant Search box type “cmd” and then press the Ctrl+Shift+Enter Keys.

Type one of the following commands and then press the Enter Key.

  • slmgr -rearm
  • rundll32 slc.dll,SLReArmWindows

Reboot the computer. Once you’ve logged back in, open a command prompt and run the following command slmgr -xpr. This will show the Windows Vista’s new expiration date and time.

Repeat the above steps to extend the Windows Vista Evaluation Period.

SyncToy - A Simple Way To Backup Your Files

March 13th, 2007 by SysAdmin

I was recently asked to install backup software on our support staff’s computer. The software not only had to be able to backup the contents of the My Documents folder but also synchronize with the backup file server and vice versa.

My first thought was to use XXCOPY and run a scheduled task every evening. However, I recently read about SyncToy, an easy to use application developed by Microsoft that allows you to backup and synchronize with just a click of a button.

SyncToy can backup files in the following way:

  • Sync Copies new and updated files in both directions. If you rename or delete a file in one folder, that action is replicated in the other.
  • Echo Copies new and updated files, and performs deletes and renames only from the left folder to the right.
  • Subscribe Copies updated files from right to left, and only if the file already exists on the left. Changes made on the left will not be replicated to the right.
  • Contribute Copies new and updated files on the left to the right, while ignoring deletions.
  • Combine Keeps multiple machines in lockstep by copying files that exist on one side but not the other. Files that are deleted or renamed on either side are not affected or replicated.

The software also understands UNC file naming (e.g. \\MyServer\Joe_Blogs\My Documents Backup\) as well as local drive mappings and paths (E:\MyDocs_Backup).

The only issue that I came accross was that SyncToy needs the .NET Framework installed before it can run.

Once installed I configured SyncToy to backup the My Documents folder to the server. The backup took only a couple of minutes, which was impressive considering that it had to transfer a couple of gigabytes of data across the network. Next time the backup is run it will only need to change the files that have recently been updated, so that should only take a couple of seconds.

Download: SyncToy

Download: .NET Framework

Windows Firewall: Enable Outbound Filtering

March 9th, 2007 by SysAdmin

Security CenterI bet you didn’t know that Microsoft Windows Vista includes a two-way firewall.

Unfortunately, the outbound filtering has been disabled. I’m not quite sure why Microsoft made this decision but from a security point of view it would have made perfect sense to have it enabled by default. I suspect it’s due to Microsoft not wanting to frustrate customers when their internet dependent applications suddenly stopped working.

Windows Vista Firewall: How To Turn On Outbound Filtering

  • Click the Start Button (Windows Orb)
  • In the search bar type “wf.msc” and press the Enter key
  • Click the Windows Firewall Properties link
  • Change Outbound connections from Allow (default) to Block

From the Windows Firewall with Advanced Security properties you can also configure additional rules for incoming as well as outbound connections.

How To: Animate the Network Icon in Windows Vista

March 8th, 2007 by SysAdmin

Windows OrbAt the bottom right hand corner of the Windows Vista desktop you will see the Network and Sharing Center icon.

The Network and Sharing Center allows you to take control of your computers’ network connectivity. It’s an area where you can check the connection status and visually view your network. It can also be used for network troubleshooting.

How To Animate the Network Icon in Windows Vista

Right click the Network and Sharing Center icon and select Turn on activity animation. This feature is particularly useful when troubleshooting data transfer problems.

How To: Backup Outlook Email

March 6th, 2007 by SysAdmin

Microsoft OfficeIn this tutorial I will be showing you how to backup and restore your Microsoft Outlook email.

Firstly I’ll explain what the file is that we’re backing up. The Personal Folder file (.pst) is place where Outlook stores all of its data. The (.pst) file usually contains the Inbox, Sent, Deleted, Calendar and Contacts folders. When you backup this file you will be backing up all of your Outlook information.

How To Backup Outlook Email

  • In Microsoft Outlook. Click File > Import and Export
  • You will now see The Import and Export Wizard
  • Select Export to a file. Click Next
  • Select Personal Folder File (.pst). Click Next
  • Select the folder that you wish to backup. This is usually Mailbox – Your Name
  • Click the Browse Button and choose a location to save the file *Hint – Save to desktop. Click Finish
  • Name the file and Select No Encryption. Click OK

You have now created a backup of your Outlook file. As an extra backup precaution, I suggest burning the file to a CD or DVD.

How To Restore Outlook Email

  • In Microsoft Outlook Click File > Import Export
  • Select Import from another program or file. Click Next
  • Select Personal Folder File (.pst). Click Next
  • Browse to the (.pst) file that you want to import. Click Next.
  • Click Finish

Microsoft has also released an automated backup utility, which allows you to schedule regular backups of your Personal Folders file.

Outlook 2003/2002 Add-in: Personal Folders Backup

How To: Resize Partitions in Windows Vista

March 5th, 2007 by SysAdmin

Windows OrbIn older versions of Windows you would usually have to buy third party software to be able to partition your hard disk from within Windows. In Microsoft Windows Vista you can now resize partitions from the new Disk Management console.

How To Resize Partitions in Windows Vista

  • Click the Start Button (Windows Orb)
  • Right click on Computer and then select Manage
  • If prompted by User Account Control, click Continue
  • In the Computer Management console tree, expand Storage and then click Disk Management
  • Right click on the partition that you wish to resize and select either Expand or Shrink to change the size of the partition

Microsoft has said that partitions can be resized without the fear of data loss. However, to be safe rather than sorry always backup your data first.

Windows Vista Shadow Copy

March 2nd, 2007 by SysAdmin

Windows OrbHave you ever accidentally deleted, saved or modified a file which you were working on but failed to back it up?

Microsoft Windows Vista includes a useful technology called Shadow Copy, which allows you to restore your document to a previous state.  Shadow Copy creates a snapshot of your files as you work on them, this will allow you to retrieve your work if it’s been accidentally deleted.

In Windows Vista, Shadow Copy is automatically enabled by default and creates copies of your files on a scheduled basis.  Only incremental changes are saved, so minimal disk space is used.

To access Windows Vista Shadow Copy:

  • Right click a file or folder and select “Restore previous versions”
  • Select the file that you wish to restore
  • Click Restore…

The file will be restored its original location.

Note* Restore will restore the old file.  The newer version will be deleted.