<?xml version="1.0" encoding="UTF-8"?>
<rss version="0.92"><channel><title>Computer Knowledge</title><link>http://knowledge.blog.co.uk/</link><description></description><language>en-NZ</language><docs>http://backend.userland.com/rss092</docs><image><title>Computer Knowledge</title><link>http://knowledge.blog.co.uk/</link><url>http://data5.blog.de/design/preview/7d/459890b9522a3d3ddb2de9336e47d8_160x200.jpg</url></image><item><title>autoexec.bat for reading a cdrom</title><description>	&lt;p&gt;autoexec.bat&lt;br&gt;
------------&lt;br&gt;
@ECHO OFF&lt;br&gt;
set EXPAND=YES&lt;br&gt;
SET DIRCMD=/O:N&lt;br&gt;
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15&lt;br&gt;
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C&lt;br&gt;
cls&lt;br&gt;
call setramd.bat %LglDrv%&lt;br&gt;
set temp=c:\&lt;br&gt;
set tmp=c:\&lt;br&gt;
path=%RAMD%:\;a:\;%CDROM%:\&lt;br&gt;
copy command.com %RAMD%:\ &gt; NUL&lt;br&gt;
set comspec=%RAMD%:\command.com&lt;br&gt;
copy extract.exe %RAMD%:\ &gt; NUL&lt;br&gt;
copy readme.txt %RAMD%:\ &gt; NUL&lt;/p&gt;
	&lt;p&gt;:ERROR&lt;br&gt;
IF EXIST ebd.cab GOTO EXT&lt;br&gt;
echo Please insert Windows 98 Startup Disk 2&lt;br&gt;
echo.&lt;br&gt;
pause&lt;br&gt;
GOTO ERROR&lt;/p&gt;
	&lt;p&gt;:EXT&lt;br&gt;
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab &gt; NUL&lt;br&gt;
echo The diagnostic tools were successfully loaded to drive %RAMD%.&lt;br&gt;
echo.&lt;/p&gt;
	&lt;p&gt;IF "%config%"=="NOCD" GOTO QUIT&lt;br&gt;
IF "%config%"=="HELP" GOTO HELP&lt;br&gt;
LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM%&lt;br&gt;
ghost.exe -clone,mode=pload,src=d&lt;img src="/img/smilies/grayrazz.gif" alt=":b" class="middle" border="0"&gt;ackup.gho:1,dst=1:1&lt;br&gt;
echo.&lt;br&gt;
GOTO QUIT&lt;/p&gt;
	&lt;p&gt;:HELP&lt;br&gt;
cls&lt;br&gt;
call help.bat&lt;br&gt;
echo Your computer will now restart and the startup menu will appear.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
restart.com&lt;br&gt;
GOTO QUIT&lt;/p&gt;
	&lt;p&gt;:QUIT&lt;br&gt;
echo To get help, type HELP and press ENTER.&lt;br&gt;
echo.&lt;br&gt;
rem clean up environment variables&lt;br&gt;
set CDROM=&lt;br&gt;
set LglDrv=&lt;/p&gt;
&lt;p&gt; &lt;small&gt; &lt;a href="http://knowledge.blog.co.uk/2005/10/03/autoexec_bat_for_reading_a_cdrom~213381/#comments"&gt;Comments&lt;/a&gt; &lt;/small&gt; &lt;/p&gt;</description><link>http://knowledge.blog.co.uk/2005/10/03/autoexec_bat_for_reading_a_cdrom~213381/</link><pubDate>Mon, 03 Oct 2005 01:50:46 +0200</pubDate></item><item><title>ghost.exe -clone,mode=pload,src=D:GHOSTIMAGE.GHO:1,dst=1:2</title><description>	&lt;p&gt;MODE=PLOAD or MODE=PRESTORE&lt;br&gt;
Used to copy a partition from an image file to a local drive.&lt;/p&gt;
	&lt;p&gt;DST The Drive number&lt;img src="/img/smilies/graybigrazz.gif" alt=":P" class="middle" border="0"&gt;artition number of destination drive. For example: 1:2 refers to the second partition on the first drive. &lt;/p&gt;
&lt;p&gt; &lt;small&gt; &lt;a href="http://knowledge.blog.co.uk/2005/10/03/ghost_exe_clone_mode_pload_src_d_ghostim~213347/#comments"&gt;Comments&lt;/a&gt; &lt;/small&gt; &lt;/p&gt;</description><link>http://knowledge.blog.co.uk/2005/10/03/ghost_exe_clone_mode_pload_src_d_ghostim~213347/</link><pubDate>Mon, 03 Oct 2005 01:14:34 +0200</pubDate></item><item><title>autoexec.bat and config.sys fot bootable cd</title><description>	&lt;p&gt;autoexec.bat&lt;br&gt;
------------&lt;br&gt;
@ECHO OFF&lt;br&gt;
set EXPAND=YES&lt;br&gt;
SET DIRCMD=/O:N&lt;br&gt;
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15&lt;br&gt;
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C&lt;br&gt;
cls&lt;br&gt;
call setramd.bat %LglDrv%&lt;br&gt;
set temp=c:\&lt;br&gt;
set tmp=c:\&lt;br&gt;
path=%RAMD%:\;a:\;%CDROM%:\&lt;br&gt;
copy command.com %RAMD%:\ &gt; NUL&lt;br&gt;
set comspec=%RAMD%:\command.com&lt;br&gt;
copy extract.exe %RAMD%:\ &gt; NUL&lt;br&gt;
copy readme.txt %RAMD%:\ &gt; NUL&lt;/p&gt;
	&lt;p&gt;:ERROR&lt;br&gt;
IF EXIST ebd.cab GOTO EXT&lt;br&gt;
echo Please insert Windows 98 Startup Disk 2&lt;br&gt;
echo.&lt;br&gt;
pause&lt;br&gt;
GOTO ERROR&lt;/p&gt;
	&lt;p&gt;:EXT&lt;br&gt;
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab &gt; NUL&lt;br&gt;
echo The diagnostic tools were successfully loaded to drive %RAMD%.&lt;br&gt;
echo.&lt;/p&gt;
	&lt;p&gt;IF "%config%"=="NOCD" GOTO QUIT&lt;br&gt;
IF "%config%"=="HELP" GOTO HELP&lt;br&gt;
LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM%&lt;br&gt;
ghost32.exe -clone,mode=pload,src=1:2\ghost\winxp.gho:1,dst=1:1&lt;br&gt;
echo.&lt;br&gt;
GOTO QUIT&lt;/p&gt;
	&lt;p&gt;:HELP&lt;br&gt;
cls&lt;br&gt;
call help.bat&lt;br&gt;
echo Your computer will now restart and the startup menu will appear.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
echo.&lt;br&gt;
restart.com&lt;br&gt;
GOTO QUIT&lt;/p&gt;
	&lt;p&gt;:QUIT&lt;br&gt;
echo To get help, type HELP and press ENTER.&lt;br&gt;
echo.&lt;br&gt;
rem clean up environment variables&lt;br&gt;
set CDROM=&lt;br&gt;
set LglDrv=&lt;/p&gt;
	&lt;p&gt;config.sys&lt;br&gt;
----------&lt;br&gt;
[menu]&lt;br&gt;
menuitem=CD, Restore Ghost Image.&lt;br&gt;
menudefault=CD,1&lt;br&gt;
menucolor=7,0&lt;/p&gt;
	&lt;p&gt;[CD]&lt;br&gt;
device=himem.sys /testmem&lt;img src="/img/smilies/icon_surprised.gif" alt=":o" class="middle" border="0"&gt;ff&lt;br&gt;
device=oakcdrom.sys /D:mscd001&lt;br&gt;
device=btdosm.sys&lt;br&gt;
device=flashpt.sys&lt;br&gt;
device=btcdrom.sys /D:mscd001&lt;br&gt;
device=aspi2dos.sys&lt;br&gt;
device=aspi8dos.sys&lt;br&gt;
device=aspi4dos.sys&lt;br&gt;
device=aspi8u2.sys&lt;br&gt;
device=aspicd.sys /D:mscd001&lt;/p&gt;
	&lt;p&gt;[NOCD]&lt;br&gt;
device=himem.sys /testmem&lt;img src="/img/smilies/icon_surprised.gif" alt=":o" class="middle" border="0"&gt;ff&lt;/p&gt;
	&lt;p&gt;[HELP]&lt;br&gt;
device=himem.sys /testmem&lt;img src="/img/smilies/icon_surprised.gif" alt=":o" class="middle" border="0"&gt;ff&lt;/p&gt;
	&lt;p&gt;[COMMON]&lt;br&gt;
files=10&lt;br&gt;
buffers=10&lt;br&gt;
dos=high,umb&lt;br&gt;
stacks=9,256&lt;br&gt;
devicehigh=ramdrive.sys /E 2048&lt;br&gt;
lastdrive=z&lt;/p&gt;
	&lt;p&gt;setramd.bat&lt;br&gt;
----------&lt;/p&gt;
	&lt;p&gt;@echo off&lt;br&gt;
set RAMD=&lt;br&gt;
set CDROM=&lt;/p&gt;
	&lt;p&gt;echo Retinal Scan Sequencing.....&lt;br&gt;
echo Optical Neural Net Database .....Searching....Verified&lt;br&gt;
echo Access Granted&lt;br&gt;
echo.&lt;/p&gt;
	&lt;p&gt;a:\findramd&lt;/p&gt;
	&lt;p&gt;if errorlevel 255 goto no_ramdrive&lt;/p&gt;
	&lt;p&gt;if not errorlevel 3 goto no_ramdrive&lt;/p&gt;
	&lt;p&gt;goto do_shift&lt;/p&gt;
	&lt;p&gt;:loop&lt;br&gt;
if errorlevel %1 goto no_shift&lt;/p&gt;
	&lt;p&gt;:do_shift&lt;br&gt;
set cdrom=%2&lt;br&gt;
shift&lt;br&gt;
shift&lt;br&gt;
if not %1*==* goto loop&lt;br&gt;
goto no_ramdrive&lt;/p&gt;
	&lt;p&gt;:no_shift&lt;br&gt;
set ramd=%2&lt;/p&gt;
	&lt;p&gt;if "%RAMD%"=="C" goto c_drive&lt;/p&gt;
	&lt;p&gt;goto success&lt;/p&gt;
	&lt;p&gt;:c_drive&lt;br&gt;
echo Initializing Partition Load Sequence.&lt;br&gt;
echo System Sequence Initialized. Executing Primary Command.&lt;br&gt;
echo Please wait.......&lt;br&gt;
echo.&lt;br&gt;
goto success&lt;/p&gt;
	&lt;p&gt;:no_ramdrive&lt;br&gt;
echo The Windows 98 startup disk could not create a temporary drive for the&lt;br&gt;
echo diagnostic tools. This may be because this computer has less than the&lt;br&gt;
echo minimum required extended memory.&lt;br&gt;
echo.&lt;br&gt;
:success&lt;/p&gt;
&lt;p&gt; &lt;small&gt; &lt;a href="http://knowledge.blog.co.uk/2005/09/30/autoexec_bat_and_config_sys_fot_bootable~208805/#comments"&gt;Comments&lt;/a&gt; &lt;/small&gt; &lt;/p&gt;</description><link>http://knowledge.blog.co.uk/2005/09/30/autoexec_bat_and_config_sys_fot_bootable~208805/</link><pubDate>Fri, 30 Sep 2005 04:56:36 +0200</pubDate></item><item><title>Bootable cd win98</title><description>	&lt;p&gt;Sections&lt;br&gt;
Click on a link to jump to a specific section in this tutorial&lt;br&gt;
1) Introduction&lt;br&gt;
2) Required tools &amp; setup&lt;br&gt;
3) Creating Ghost image&lt;br&gt;
4) Preparing files&lt;br&gt;
5) Burning Boot Disc&lt;br&gt;
6) Notes&lt;br&gt;
7) Usage&lt;/p&gt;
	&lt;p&gt;Introduction&lt;br&gt;
When you buy a new computer you will usually get some sort of restore/ recovery disc. This is used to restore your operating system and software back to factory condition so your PC will run as it did when you bought it. This is usually done by saving an image of the partition where the OS &amp; installed programs are located. The image is saved to a single file or split into a spanned set of files if it's total size exceeds FAT32's 4GB file size limitation. This guide will explain various ways to make a restore disc that you can customize and tweak to your needs. Since it uses Symantec Norton Ghost it can be used on just about any computer including those that are custom built or running Linux. The two main methods of doing this is by either storing the image on the hard disk or on a recordable disc. The advantage of storing the image to hard disk is faster speed and the flexibility of overwriting images. Very useful if you make frequent changes to your images. Ghost has the option of burning images directly to CD or DVD. The downside is that it requires the user to use the bootable floppy along with those discs. This tutorial will take it one step further and eliminate the need for a bootable floppy.&lt;/p&gt;
	&lt;p&gt;Required tools &amp; setup&lt;br&gt;
The screenshots from this tutorial are from a Windows XP machine. The software used is Nero 6 Ultra Edition. If you are using a different Windows operating system or burning program the instructions will differ slightly, but the process is still the same. &lt;/p&gt;
	&lt;p&gt;1) Windows Millennium startup diskette ( &lt;a href="http://www.bootdisk.com/"&gt;http://www.bootdisk.com/&lt;/a&gt; ) or Ghost boot disk&lt;br&gt;
2) CD or DVD burning program capable of making a bootable disc. ( &lt;a href="http://www.nero.com/,"&gt;http://www.nero.com/,&lt;/a&gt; &lt;a href="http://www.roxio.com/"&gt;http://www.roxio.com/&lt;/a&gt; )&lt;br&gt;
3) CD or DVD burner&lt;br&gt;
4) BIOS capable of booting up from a CD or DVD ( El Torito format specification. )&lt;/p&gt;
	&lt;p&gt;Creating Ghost image&lt;/p&gt;
	&lt;p&gt;This part assumes you know how to use the home or business versions of Symantec Norton Ghost. Create your partition image (partition to image). Choose the partition that the operating system &amp; programs are installed on. Ghost does not use alphabetical DOS drive assignment. Instead it uses numeric assignment in the form of Number1:Number2. the first number is the drive. The second number is the partition within that drive. If you have no clue what this means just pay attention to the size and volume label of the partition you are selecting. Make note of what it says on the very last menu screen. What you need to know is the source &amp; destination locations. It also says this at the very bottom of the screen. 1:2\ghost\winxp.gho usually means the image will be written to a file called winxp.gho inside a folder called ghost on drive D: So 1:1 would usually be drive C: the typical source partition where the OS &amp; programs are install to. When restoring 1:1 will be our destination so it is reversed.&lt;/p&gt;
	&lt;p&gt;Preparing files &lt;/p&gt;
	&lt;p&gt;The Windows Millennium startup diskette is going to provide the files used to make our restore disc bootable. The configuration files of the boot data cannot be changed after the disc is burned. There may be a lot of trial and error so using a re-writable CD will save you from burning tons of coasters. There are hidden &amp; system files we need to edit inside the startup disk. You need to change folder options to see them by enabling "show hidden files" and  disabling "hide OS files".&lt;/p&gt;
	&lt;p&gt;View the contents of the Windows Millennium startup diskette. We need to change only two files: autoexec.bat and config.sys. Open autoexec.bat with notepad or WordPad. We are going to tell ghost.exe where the image is stored and where to restore it to. Note if ghost.exe is in some other folder than you must specify the directory before you issue this command. After the Millennium diskette boots the computer it will start executing what we really need it to do. These are the Ghost command line switches. &lt;/p&gt;
	&lt;p&gt;IF "%config%"=="NOCD" GOTO QUIT&lt;br&gt;
IF "%config%"=="HELP" GOTO HELP&lt;br&gt;
LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM%&lt;br&gt;
ghost.exe -clone,mode=pload,src=1:2\ghost\winxp.gho:1,dst=1:1&lt;br&gt;
::If MSCDEX doesn't find a drive...&lt;br&gt;
IF ERRORLEVEL 1 SET CDPROB=1&lt;br&gt;
::&lt;br&gt;
GOTO QUIT&lt;/p&gt;
	&lt;p&gt;In this example src=1:2\ghost\winxp.gho:1 is the location of the image file (source) with :1 designating the partition number within the image. If your image contains multiple partitions you can restore a specific partition by specifying the partition number inside the image. The comma is a separator so ,dst=1:1 (destination) means we are restoring this image to partition one on physical hard disk one (this is usually drive C&lt;img src="/img/smilies/icon_smile.gif" alt=":)" class="middle" border="0"&gt;.  You cannot restore an image to the same partition it is saved to. If it's a spanned image all files have to be located in the same folder. This example is for an image saved to hard disk. Using a CD or DVD burner is still very similar. You would replace the source with something like src=CDR0001\ghost\winxp.gho:1 or whichever your burner is assigned as in Ghost.&lt;/p&gt;
	&lt;p&gt;Click here for [more Ghost command line switches]&lt;/p&gt;
	&lt;p&gt;&lt;a href="http://service1.symantec.com/SUPPORT/ghost.nsf/docid/1998082413392025?"&gt;http://service1.symantec.com/SUPPORT/ghost.nsf/docid/1998082413392025?&lt;/a&gt;&lt;br&gt;
Open&amp;src=sg&amp;docid=1998082612540625&amp;nsf=ghost.nsf&amp;view=40c79ec65&lt;br&gt;
039a2b588256a0d004ca98e&amp;dtype=&amp;prod=&amp;ver=&amp;osv=&amp;osv_lvl=&lt;/p&gt;
	&lt;p&gt;Config.sys&lt;/p&gt;
	&lt;p&gt;Open config.sys and edit the following to the very top of the configuration. We are reducing the DOS menu to only one choice which will execute in one second:&lt;/p&gt;
	&lt;p&gt;Original:&lt;/p&gt;
	&lt;p&gt;[menu]&lt;br&gt;
menuitem=HELP, Help&lt;br&gt;
menuitem=CD, Start computer with CD-ROM support.&lt;br&gt;
menuitem=NOCD, Start computer without CD-ROM support.&lt;br&gt;
menuitem=QUICK, Minimal Boot&lt;br&gt;
menudefault=HELP,30&lt;br&gt;
menucolor=7,0&lt;/p&gt;
	&lt;p&gt;Revised:&lt;/p&gt;
	&lt;p&gt;[menu]&lt;br&gt;
menuitem=CD, Restore Ghost Image.&lt;br&gt;
menudefault=CD,1&lt;br&gt;
menucolor=7,0&lt;/p&gt;
	&lt;p&gt;Optional: If you want to show people what a Sci-Fi geek you are open setramd.bat and edit the echo messages like this. This step is not necessary and will be displayed while the computer is being booted up:&lt;/p&gt;
	&lt;p&gt;@echo off&lt;br&gt;
set RAMD=&lt;br&gt;
set CDROM=&lt;/p&gt;
	&lt;p&gt;echo.&lt;br&gt;
echo Retinal Scan Sequencing.....&lt;br&gt;
echo Optical Neural Net Database .....Searching....Verified&lt;br&gt;
echo Access Granted&lt;br&gt;
echo.&lt;br&gt;
--------------------------------------------------&lt;/p&gt;
	&lt;p&gt;a:\findramd&lt;/p&gt;
	&lt;p&gt;if "%RAMD%"=="C" goto c_drive&lt;/p&gt;
	&lt;p&gt;goto success&lt;/p&gt;
	&lt;p&gt;:c_drive&lt;br&gt;
echo Initializing Partition Load Sequence.&lt;br&gt;
echo System Sequence Initialized. Executing Primary Command.&lt;br&gt;
echo Please wait.......&lt;br&gt;
echo.&lt;br&gt;
goto success&lt;/p&gt;
	&lt;p&gt;Another method which I haven't tried is using a Ghost boot floppy. This floppy can be made with Ghost within windows. This method would replace the Millennium disk entirely. It would also provide DOS mouse, USB2.0, firewire, and network support with Ghost. You will still have to append the command line switches to an autoexec.bat file otherwise the user will have to choose the target and source manually which makes doing all of this pointless. &lt;/p&gt;
	&lt;p&gt;Burning Boot Disc&lt;br&gt;
Open Nero and create a Boot CD or Boot DVD compilation. Don't use the expert settings unless you have a reason to. If you are restoring the image from hard disk than a recordable CD is good enough. If you want to save the image to disc you can either span the it over multiple CD's or DVD's. If you are spanning images you must enable spanning option within ghost before creating the image. You cannot split them after the image is made. You can also choose to password protect your image. When this disc is being made it will read the Millennium diskette we just edited.  Make sure you do not finalize this compilation. Don't add any extra files to it yet. &lt;/p&gt;
	&lt;p&gt;After it is burnt put the recordable disc back in the drive and create a  CD-ROM ISO continue with multisession. There is only session you can continue from  so choose it. It will complain about the CD not created using the multisession option, just ignore than and accept. Here is where the files will be added. You can add whatever other files you want, but leave room for the images unless it is on hard disk. For the other spanned images just burn them to separate CD's. Ghost will prompt you to insert the next volume when it's done reading each spanned image. They must be read in consecutive order.&lt;/p&gt;
	&lt;p&gt;When you burn the second part of the boot disc the required file you need to add to the compilation is ghost.exe. You need at least Ghost version 2003 if you are restoring an image with an operating system using an NTFS filing system.&lt;/p&gt;
	&lt;p&gt;Notes&lt;br&gt;
You can use Ghost Explorer to add and replace files within a Ghost image if it is saved to hard disk. This saves you the hassle of creating new images if you need to make only minor changes. Gdisk can create hidden hard disk partitions. Useful if you want to save images to a hidden partition for user protection. Compaq/ HP sometimes put the images to a hidden partition because people can't screw with it unless they know the partition is there. But than again some people will still delete these partitions with a partitioning utility like FDISK not knowing what it is or what it holds. After you make a partition hidden with GDISK you can still save images to it with Ghost. GDISK is also partitioning utility like FDISK. It can also be used to perform secure disk wiping to US Department of Defense standards. This insures no data can be recovered from the hard disk. &lt;/p&gt;
	&lt;p&gt;Here's an example from my own machine. Note the H indicating a hidden partition. It is where the Ghost image is stored&lt;/p&gt;
	&lt;p&gt;C:\Program Files\Symantec\Norton Ghost 2003&gt;gdisk32.exe /?&lt;br&gt;
GDISK32 Fixed Disk Partitioning Utility&lt;/p&gt;
	&lt;p&gt;GDISK32 [disk] [/STATUS] [/RAW|/LBA] [/SER] [/X] [/I] [/S] [/Y] [/R]&lt;br&gt;
GDISK32 disk /[-]ACT /P&lt;img src="/img/smilies/icon_razz.gif" alt=":p" class="middle" border="0"&gt;artn-no [/X] [/I] [/S] [/Y] [/R]&lt;br&gt;
GDISK32 disk /[-]HIDE /P&lt;img src="/img/smilies/icon_razz.gif" alt=":p" class="middle" border="0"&gt;artn-no [/X] [/I] [/S] [/Y] [/R]&lt;br&gt;
GDISK32 /BOOTINI {/ADD|/REMOVE|/DEFAULT} [/D:disk-no] [/P&lt;img src="/img/smilies/icon_razz.gif" alt=":p" class="middle" border="0"&gt;artn-no]&lt;br&gt;
        [/DESC:desc] [/ENTRY:no] [/TIMEOUT:sec] [/INIFILE:filename]&lt;br&gt;
        [/BSECTFILE:filename] [/WINNT [/SYSFOLDER:folder]] [/R]&lt;br&gt;
GDISK32 [disk] /BATCH[:filename] [switch[switch...]]&lt;br&gt;
GDISK32 /? [/STATUS|/[-]ACT|/[-]HIDE|/BOOTINI|/BATCH]&lt;/p&gt;
	&lt;p&gt;Copyright (C) 1998-2002 Symantec Corp. All rights reserved. 2003.775.&lt;/p&gt;
	&lt;p&gt;C:\Program Files\Symantec\Norton Ghost 2003&gt;gdisk32.exe 1 /status&lt;br&gt;
Disk  Partitions  Cylinders  Heads  Sectors  Mbytes  Model&lt;br&gt;
  1        4        14593     255      63  114473.5  WDC WD1200JB-00CRA1&lt;/p&gt;
	&lt;p&gt;Partition  Status   Type     Volume Label   Mbytes   System   Usage&lt;br&gt;
 C:  1        A    PRIMARY                 20481.3  NTFS/HPFS  18%&lt;br&gt;
     2             EXTENDED                93989.7             82%&lt;br&gt;
     3             LOGICAL                 81925.2  UNKNOWN    72%&lt;br&gt;
     4        H    LOGICAL                 12064.4  NTFS/HPFS  11%&lt;br&gt;
Usage&lt;br&gt;
Set your CD-rom as the first boot device in your motherboard's BIOS. Pressing F8 or DELETE keys at computer bootup will usually get you into the CMOS configuration setup utility. &lt;/p&gt;
	&lt;p&gt;BIOS SETUP UTILITY&lt;br&gt;
------BOOT-------&lt;br&gt;
1st Boot Device        [ATAPI CD-ROM]&lt;br&gt;
2nd Boot Device        [Floppy]&lt;br&gt;
3rd Boot Device        [Hard Disk]&lt;br&gt;
Other Boot Device      [Enabled]&lt;/p&gt;
	&lt;p&gt;Put the restore disc in your CD-rom drive and restart the computer. It will boot up and at the very end Ghost will prompt a message asking "Proceed with Partition Clone YES/NO?". It typically takes five minutes to restore the operating system &amp; software back depending on the total size of the image. If you make changes to the image on hard disk you can still use the same restore disc to initiate the process as long as the image location and destination are still the same. &lt;/p&gt;
&lt;p&gt; &lt;small&gt; &lt;a href="http://knowledge.blog.co.uk/2005/09/30/bootable_cd_win98~208801/#comments"&gt;Comments&lt;/a&gt; &lt;/small&gt; &lt;/p&gt;</description><link>http://knowledge.blog.co.uk/2005/09/30/bootable_cd_win98~208801/</link><pubDate>Fri, 30 Sep 2005 04:51:33 +0200</pubDate></item><item><title>Windows Server 2003 Resource Kit Tools</title><description>	&lt;p&gt;Overview&lt;br&gt;
The Microsoft® Windows® Server 2003 Resource Kit Tools are a set of tools to help administrators streamline management tasks such as troubleshooting operating system issues, managing Active Directory®, configuring networking and security features, and automating application deployment. &lt;/p&gt;
	&lt;p&gt;The following tools are provided:&lt;br&gt;
•	Acctinfo.dll (documented in Readme.htm)&lt;br&gt;
•	Adlb.exe: Active Directory Load Balancing Tool&lt;br&gt;
•	Admx.msi: ADM File Parser&lt;br&gt;
•	Atmarp.exe: Windows ATM ARP Server Information Tool&lt;br&gt;
•	Atmlane.exe: Windows ATM LAN Emulation Client Information&lt;br&gt;
•	Autoexnt.exe: AutoExNT Service&lt;br&gt;
•	Cdburn.exe: ISO CD-ROM Burner Tool&lt;br&gt;
•	Checkrepl.vbs: Check Replication&lt;br&gt;
•	Chklnks.exe: Link Check Wizard&lt;br&gt;
•	Chknic.exe: Network Interface Card Compliance Tool for Network Load Balancing&lt;br&gt;
•	Cleanspl.exe: Spooler Cleaner&lt;br&gt;
•	Clearmem.exe: Clear Memory&lt;br&gt;
•	Clusdiag.msi: Cluster Diagnostics and Verification Tool&lt;br&gt;
•	Clusfileport.dll: Cluster Print File Port&lt;br&gt;
•	Clusterrecovery.exe: Server Cluster Recovery Utility&lt;br&gt;
•	Cmdhere.inf: Command Here&lt;br&gt;
•	Cmgetcer.dll: Connection Manager Certificate Deployment Tool&lt;br&gt;
•	Compress.exe: Compress Files&lt;br&gt;
•	Confdisk.exe: Disk Configuration Tool&lt;br&gt;
•	Consume.exe: Memory Consumers Tool&lt;br&gt;
•	Creatfil.exe: Create File&lt;br&gt;
•	Csccmd.exe: Client-Side Caching Command-Line Options&lt;br&gt;
•	Custreasonedit.exe: Custom Reason Editor (documented in Readme.htm)&lt;br&gt;
•	Delprof.exe: User Profile Deletion Utility&lt;br&gt;
•	Dh.exe: Display Heap&lt;br&gt;
•	Diskraid.exe: RAID Configuration Tool&lt;br&gt;
•	Diskuse.exe: User Disk Usage Tool&lt;br&gt;
•	Dnsdiag.exe: SMTP DNS Diagnostic Tool (documented in Readme.htm)&lt;br&gt;
•	Dumpfsmos.cmd: Dump FSMO Roles&lt;br&gt;
•	Dvdburn.exe: ISO DVD Burner Tool&lt;br&gt;
•	Empty.exe: Free Working Set Tool&lt;br&gt;
•	Eventcombmt.exe: Check Replication&lt;br&gt;
•	Fcopy.exe: File Copy Utility for Message Queuing&lt;br&gt;
•	Frsflags.vbs&lt;br&gt;
•	Getcm.exe: Connection Manager Profile Update&lt;br&gt;
•	Gpmonitor.exe: Group Policy Monitor&lt;br&gt;
•	Gpotool.exe: Group Policy Objects&lt;br&gt;
•	Hlscan.exe: Hard Link Display Tool&lt;br&gt;
•	Ifilttst.exe: IFilter Test Suite&lt;br&gt;
•	Ifmember.exe: User Membership Tool&lt;br&gt;
•	Inetesc.adm: Internet Explorer Enhanced Security Configuration&lt;br&gt;
•	Iniman.exe: Initialization Files Manipulation Tool&lt;br&gt;
•	Instcm.exe: Install Connection Manager Profile&lt;br&gt;
•	Instsrv.exe: Service Installer&lt;br&gt;
•	Intfiltr.exe: Interrupt Affinity Tool&lt;br&gt;
•	Kerbtray.exe: Kerberos Tray&lt;br&gt;
•	Kernrate.exe: Kernel Profiling Tool&lt;br&gt;
•	Klist.exe: Kerberos List&lt;br&gt;
•	Krt.exe: Certification Authority Key Recovery&lt;br&gt;
•	Lbridge.cmd: L-Bridge&lt;br&gt;
•	Linkd.exe&lt;br&gt;
•	Linkspeed.exe: Link Speed&lt;br&gt;
•	List.exe: List Text File Tool&lt;br&gt;
•	Lockoutstatus.exe: Account Lockout Status (documented in Readme.htm)&lt;br&gt;
•	Logtime.exe&lt;br&gt;
•	Lsreport.exe: Terminal Services Licensing Reporter&lt;br&gt;
•	Lsview.exe: Terminal Services License Server Viewer&lt;br&gt;
•	Mcast.exe: Multicast Packet Tool&lt;br&gt;
•	Memmonitor.exe: Memory Monitor&lt;br&gt;
•	Memtriage.exe: Resource Leak Triage Tool&lt;br&gt;
•	Mibcc.exe: SNMP MIB Compiler&lt;br&gt;
•	Moveuser.exe: Move Users&lt;br&gt;
•	Mscep.dll: Certificate Services Add-on for Simple Certificate Enrollment Protocol&lt;br&gt;
•	Nlsinfo.exe: Locale Information Tool&lt;br&gt;
•	Now.exe: STDOUT Current Date and Time&lt;br&gt;
•	Ntimer.exe: Windows Program Timer&lt;br&gt;
•	Ntrights.exe&lt;br&gt;
•	Oh.exe: Open Handles&lt;br&gt;
•	Oleview.exe: OLE/COM Object Viewer&lt;br&gt;
•	Pathman.exe: Path Manager&lt;br&gt;
•	Permcopy.exe: Share Permissions Copy&lt;br&gt;
•	Perms.exe: User File Permissions Tool&lt;br&gt;
•	Pfmon.exe: Page Fault Monitor&lt;br&gt;
•	Pkiview.msc: PKI Health Tool&lt;br&gt;
•	Pmon.exe: Process Resource Monitor&lt;br&gt;
•	Printdriverinfo.exe: Drivers Source&lt;br&gt;
•	Prnadmin.dll: Printer Administration Objects&lt;br&gt;
•	Qgrep.exe&lt;br&gt;
•	Qtcp.exe: QoS Time Stamp&lt;br&gt;
•	Queryad.vbs: Query Active Directory&lt;br&gt;
•	Rassrvmon.exe: RAS Server Monitor&lt;br&gt;
•	Rcontrolad.exe: Active Directory Remote Control Add-On&lt;br&gt;
•	Regini.exe: Registry Change by Script&lt;br&gt;
•	Regview.exe (documented in Readme.htm)&lt;br&gt;
•	Remapkey.exe: Remap Windows Keyboard Layout&lt;br&gt;
•	Robocopy.exe: Robust File Copy Utility&lt;br&gt;
•	Rpccfg.exe: RPC Configuration Tool&lt;br&gt;
•	Rpcdump.exe&lt;br&gt;
•	Rpcping.exe&lt;br&gt;
•	RPing: RPC Connectivity Verification Tool&lt;br&gt;
•	Rqc.exe: Remote Access Quarantine Client&lt;br&gt;
•	Rqs.exe: Remote Access Quarantine Agent&lt;br&gt;
•	Setprinter.exe: Spooler Configuration Tool&lt;br&gt;
•	Showacls.exe&lt;br&gt;
•	Showperf.exe: Performance Data Block Dump Utility&lt;br&gt;
•	Showpriv.exe: Show Privilege&lt;br&gt;
•	Sleep.exe: Batch File Wait&lt;br&gt;
•	Sonar.exe: FRS Status Viewer&lt;br&gt;
•	Splinfo.exe: Print Spooler Information&lt;br&gt;
•	Srvany.exe: Applications as Services Utility&lt;br&gt;
•	Srvcheck.exe: Server Share Check&lt;br&gt;
•	Srvinfo.exe: Remote Server Information&lt;br&gt;
•	Srvmgr.exe: Server Manager&lt;br&gt;
•	Ssdformat.exe: System State Data Formatter&lt;br&gt;
•	Subinacl.exe&lt;br&gt;
•	Tail.exe&lt;br&gt;
•	Tcmon.exe: Traffic Control Monitor&lt;br&gt;
•	Timeit.exe (documented in Readme.htm)&lt;br&gt;
•	Timezone.exe: Daylight Saving Time Update Utility&lt;br&gt;
•	Tsctst.exe: Terminal Server Client License Dump Tool&lt;br&gt;
•	Tsscalling.exe: Terminal Services Scalability Planning Tools&lt;br&gt;
•	Uddicatschemeeditor.exe: UDDI Services Categorization Scheme Editor&lt;br&gt;
•	Uddiconfig.exe: UDDI Services Command-line Configuration Utility&lt;br&gt;
•	Uddidataexport.exe: UDDI Data Export Wizard&lt;br&gt;
•	Usrmgr.exe: User Manager for Domains&lt;br&gt;
•	Vadump.exe: Virtual Address Dump&lt;br&gt;
•	Vfi.exe: Visual File Information&lt;br&gt;
•	Volperf.exe: Shadow Copy Performance Counters&lt;br&gt;
•	Volrest.exe: Shadow Copies for Shared Folders Restore Tool&lt;br&gt;
•	Vrfydsk.exe: Verify Disk&lt;br&gt;
•	Winexit.scr: Windows Exit Screen Saver&lt;br&gt;
•	Winhttpcertcfg.exe: WinHTTP Certificate Configuration Tool&lt;br&gt;
•	Winhttptracecfg.exe: WinHTTP Tracing Facility Configuration Tool&lt;br&gt;
•	Winpolicies.exe: Policy Spy&lt;br&gt;
•	Wins.dll: WINS Replication Network Monitor Parser&lt;br&gt;
•	Wlbs_hb.dll &amp; Wlbs_rc.dll: Windows Load Balancing Server Network Monitor Parsers&lt;/p&gt;
&lt;p&gt; &lt;small&gt; &lt;a href="http://knowledge.blog.co.uk/2005/09/29/windows_server_2003_resource_kit_tools~207385/#comments"&gt;Comments&lt;/a&gt; &lt;/small&gt; &lt;/p&gt;</description><link>http://knowledge.blog.co.uk/2005/09/29/windows_server_2003_resource_kit_tools~207385/</link><pubDate>Thu, 29 Sep 2005 12:11:11 +0200</pubDate></item><item><title>MYOB Ref</title><description>	&lt;p&gt;C Account              Name&lt;br&gt;
Allied Finance         Insurance&lt;br&gt;
Telecom                Telephone&lt;br&gt;
Program Maintenance    Maintenance&lt;br&gt;
Auckland City          Rates&lt;br&gt;
Fairfax Group          Advertising&lt;br&gt;
Cannon Hygiene         Cannon Hygiene&lt;br&gt;
APN Holding  A         dvertising&lt;br&gt;
Presbyterian Church of Aerotoa         Auckland Presbyterian Levy&lt;br&gt;
Contact Energy         Gas&lt;br&gt;
Mercury Energy         Electricity&lt;br&gt;
Boise                  Stationary&lt;br&gt;
Ricoh                  Photocopier&lt;br&gt;
MetroWater             Water&lt;br&gt;
Telstra Alear          Telephone&lt;br&gt;
Fuardian Alarm         Alarm Monitoring&lt;br&gt;
Kal Holdings Limited   Cleaning&lt;br&gt;
DM Neilson Electrical  Organ/Maintenance&lt;br&gt;
Adrain Watson          Garden Maintenance&lt;br&gt;
NZTS                   Toileteries&lt;br&gt;
Pioneers               Mission Offering&lt;br&gt;
Parking Card           Sundry&lt;br&gt;
Rent                   Flat Rental&lt;br&gt;
University Auckland    Car Park Rental &lt;/p&gt;
&lt;p&gt; &lt;small&gt; &lt;a href="http://knowledge.blog.co.uk/2005/09/29/myob_ref~207373/#comments"&gt;Comments&lt;/a&gt; &lt;/small&gt; &lt;/p&gt;</description><link>http://knowledge.blog.co.uk/2005/09/29/myob_ref~207373/</link><pubDate>Thu, 29 Sep 2005 12:02:30 +0200</pubDate></item><item><title>Citrix®NFuse Classic Help</title><description>	&lt;p&gt;Contents&lt;br&gt;
Logging On&lt;br&gt;
Depending on what your administrator has allowed, you can log on to NFuse Classic:&lt;/p&gt;
	&lt;p&gt;Using a username and password. How?&lt;/p&gt;
	&lt;p&gt;As a guest user. How?&lt;/p&gt;
	&lt;p&gt;Using a smart card. How?&lt;/p&gt;
	&lt;p&gt;Using Desktop Credential Pass-Through. How?&lt;/p&gt;
	&lt;p&gt;Changing your Password&lt;br&gt;
You can change your password, if your administrator has enabled this feature. How?&lt;/p&gt;
	&lt;p&gt;Accessing your Applications&lt;br&gt;
After logging on to NFuse Classic, you can access your applications from the Applications page. How?&lt;/p&gt;
	&lt;p&gt;Configuring Application Settings&lt;br&gt;
Depending on what features your administrator has enabled, you can:&lt;/p&gt;
	&lt;p&gt;Return to the folder location that you last visited.  How?&lt;/p&gt;
	&lt;p&gt;Display the path of your folder location. How?&lt;/p&gt;
	&lt;p&gt;Bypass the Login page and log on to NFuse Classic automatically. How?&lt;/p&gt;
	&lt;p&gt;Change the level of detail displayed for applications. How?&lt;/p&gt;
	&lt;p&gt;Change the window size in which applications are launched. How?&lt;/p&gt;
	&lt;p&gt;Change the window color used to display applications. How?&lt;/p&gt;
	&lt;p&gt;Specify the level of sound quality required. How?&lt;/p&gt;
	&lt;p&gt;Change the client used to run your applications. How?&lt;/p&gt;
	&lt;p&gt;Select the components included in the ICA Java Client. How?&lt;/p&gt;
	&lt;p&gt;Connection Troubleshooting&lt;br&gt;
Client settings. How?&lt;/p&gt;
	&lt;p&gt;Firewall restrictions. How?&lt;/p&gt;
	&lt;p&gt;Application launching. How?&lt;/p&gt;
	&lt;p&gt;Printing&lt;br&gt;
Logging out&lt;br&gt;
Click Logout to log off from NFuse Classic. &lt;/p&gt;
	&lt;p&gt;--------------------------------------------------------------------------------&lt;/p&gt;
	&lt;p&gt;Logging on&lt;br&gt;
How you log on to NFuse Classic depends on what your administrator has configured. For example, you may need to type a username and password in the Login page, or you may be logged on automatically using the credentials you used to access your desktop computer.  &lt;/p&gt;
	&lt;p&gt;When you log on successfully to NFuse Classic your application set is displayed. If log on is not successful, check the Message Center for information.  &lt;/p&gt;
	&lt;p&gt;To log on using a username and password&lt;br&gt;
Users who log on to NFuse Classic with a username and password are known as “explicit users”. &lt;/p&gt;
	&lt;p&gt;From the Login page, select Explicit User. Note that this option may not be displayed, depending on what your system administrator has configured. &lt;/p&gt;
	&lt;p&gt;Type your:&lt;/p&gt;
	&lt;p&gt;Username&lt;/p&gt;
	&lt;p&gt;Password. Asterisks(*), or dots (.) rather than your password, are displayed on-screen as you type. &lt;/p&gt;
	&lt;p&gt;Domain. This is the computer network area you use to access NFuse Classic. This option may not appear, depending on what your administrator has configured. &lt;/p&gt;
	&lt;p&gt;Click Log In.&lt;/p&gt;
	&lt;p&gt;To log on as a guest user&lt;br&gt;
Guest access to NFuse Classic is available only if your administrator has enabled this feature. Guest users do not need to provide a username and password to log on to NFuse Classic. &lt;/p&gt;
	&lt;p&gt;From the Login page, select Guest User.&lt;/p&gt;
	&lt;p&gt;Click Login. Applications available only to guest users are displayed in the Applications page.&lt;/p&gt;
	&lt;p&gt;To log on using a smart card&lt;br&gt;
If your administrator has enabled this feature, you can log on to NFuse Classic using a smart card. &lt;/p&gt;
	&lt;p&gt;Insert your smart card into the smart card reader attached to your computer, if you have not done so already. Leave the smart card in the reader – do not remove it.&lt;/p&gt;
	&lt;p&gt;From the Login page, select Smart Card. Note that you will see this option only if silent authentication is disabled in the Settings page.&lt;/p&gt;
	&lt;p&gt;At the prompt for a certificate or PIN, type your personal identification number (PIN).  &lt;/p&gt;
	&lt;p&gt;To log on using Desktop Credential Pass-Through&lt;br&gt;
Depending on what your administrator has configured, you may be able to log on to NFuse Classic using Desktop Credential Pass-Through. This feature allows you to log on using the credentials you provided to access your Windows desktop. Your application set is automatically displayed. &lt;/p&gt;
	&lt;p&gt;However, if silent authentication is disabled in the Settings page, the Login page is displayed and you must log on as follows:&lt;/p&gt;
	&lt;p&gt;From the Login page, select Desktop Credential Pass-Through. &lt;/p&gt;
	&lt;p&gt;Depending on your configuration, you may be prompted for your username, password and domain. &lt;/p&gt;
	&lt;p&gt;--------------------------------------------------------------------------------&lt;/p&gt;
	&lt;p&gt;Changing your Password&lt;br&gt;
Depending on what your administrator has configured, you can:&lt;/p&gt;
	&lt;p&gt;Change your password in an NFuse Classic session, at any time. Click the Change Password icon to display the Change Password page.&lt;/p&gt;
	&lt;p&gt;Change your password when it expires. The Change Password page is displayed automatically when your password expires.&lt;/p&gt;
	&lt;p&gt;To change your password&lt;br&gt;
In the Change Password page, type your old password.&lt;/p&gt;
	&lt;p&gt;Type your new password.&lt;/p&gt;
	&lt;p&gt;Retype your new password to confirm it.&lt;/p&gt;
	&lt;p&gt;Click Submit.&lt;/p&gt;
	&lt;p&gt;Tip! Make sure CAPSLOCK is not on before you change your password. &lt;/p&gt;
	&lt;p&gt;--------------------------------------------------------------------------------&lt;/p&gt;
	&lt;p&gt;Accessing your Applications&lt;br&gt;
After you log on to NFuse Classic, your application set is displayed in the Applications page. Individual links to applications may be displayed or folders containing groups of applications. For example, the “Office” folder may contain Microsoft Word and Excel. &lt;/p&gt;
	&lt;p&gt;You can configure the level of detail shown for applications; for example, you can display application icons, names and descriptions. How?&lt;/p&gt;
	&lt;p&gt;To navigate your application set&lt;br&gt;
If the Up button is active, click this to navigate up a folder directory tree. The button is grayed out when you are at the top-level folder.&lt;/p&gt;
	&lt;p&gt;If the Top button is active, click this to navigate directly to the top of a folder directory tree. The button will be grayed out when you are at the top-level folder.&lt;/p&gt;
	&lt;p&gt;To open a folder, click on it. &lt;/p&gt;
	&lt;p&gt;To close a folder, click the Up button. &lt;/p&gt;
	&lt;p&gt;Tip! Click the Refresh icon to update your display. When you refresh your display, any updates your system administrator has made, such as adding new applications, are displayed. &lt;/p&gt;
	&lt;p&gt;To launch an application&lt;br&gt;
From the Applications page, click the application’s name or icon. The application is launched in a Web browser window or a separate window on your desktop.&lt;/p&gt;
	&lt;p&gt;You may be able to configure how your applications are launched, depending on what your administrator has configured. How? &lt;/p&gt;
	&lt;p&gt;--------------------------------------------------------------------------------&lt;/p&gt;
	&lt;p&gt;Configuring Application Settings&lt;br&gt;
From the Settings page, you can customize the look and feel of your NFuse Classic session. Click the Settings icon to display the Settings page, if your administrator has made this option available. The settings you configure are remembered for all future applications launched with NFuse Classic from the same computer. &lt;/p&gt;
	&lt;p&gt;The settings you can configure include: &lt;/p&gt;
	&lt;p&gt;Remember folder location. Select this option to start future NFuse Classic sessions at the same folder as in your last session. For example, if you last worked in the “entertainment\games” folder, your new session will start in this folder. &lt;/p&gt;
	&lt;p&gt;Show current folder location. Select this option to show the current folder path; for example: “\entertainment\games”.&lt;/p&gt;
	&lt;p&gt;Use silent authentication. Select this option to bypass the Login page, depending on what your administrator has configured.&lt;/p&gt;
	&lt;p&gt;Application detail display. Select the level of detail you want displayed for applications. Applications can be represented using icons or names, or both. You can choose from:&lt;/p&gt;
	&lt;p&gt;Icon: displays icons to represent your applications&lt;/p&gt;
	&lt;p&gt;Name: displays the names of your applications&lt;/p&gt;
	&lt;p&gt;Description: displays descriptions of your applications, if your administrator has made these available.&lt;/p&gt;
	&lt;p&gt;Window Size. Specify the size of the window in which applications are launched.  You can choose from:&lt;/p&gt;
	&lt;p&gt;Standard: Select from the list of predefined window sizes; for example, 800x600.&lt;/p&gt;
	&lt;p&gt;Custom size: Select this option to specify the size of the window in pixels.&lt;/p&gt;
	&lt;p&gt;Percent of screen: Select this option to specify the window size as a percentage.&lt;/p&gt;
	&lt;p&gt;Window Color. Specify the number of colors used in the window in which applications are launched.  You can choose from:&lt;/p&gt;
	&lt;p&gt;No preference. Uses the default settings your administrator has configured.  &lt;/p&gt;
	&lt;p&gt;16 colors &lt;/p&gt;
	&lt;p&gt;256 colors &lt;/p&gt;
	&lt;p&gt;High color (16 bit)&lt;/p&gt;
	&lt;p&gt;True color (24 bit)&lt;/p&gt;
	&lt;p&gt;Maximum Audio Quality. Specify the level of sound quality required. Note that you can only play sound if the published application and client computer support this. You can choose from:&lt;/p&gt;
	&lt;p&gt;No preference. Uses the default settings your administrator has configured.  &lt;/p&gt;
	&lt;p&gt;Off. Select this to turn sound off. &lt;/p&gt;
	&lt;p&gt;Low quality. This provides sound with the minimum impact on system performance.&lt;/p&gt;
	&lt;p&gt;Medium quality. This option optimizes sound quality and system performance.&lt;/p&gt;
	&lt;p&gt;High quality. This provides high sound quality but may impact system performance.&lt;/p&gt;
	&lt;p&gt;Embedded Client. Specify the Citrix ICA Client you want to use to launch your applications. You can choose from:&lt;/p&gt;
	&lt;p&gt;No preference. Uses the default settings your administrator has configured.  &lt;/p&gt;
	&lt;p&gt;Local client. Uses the ICA Client currently installed on your computer.&lt;/p&gt;
	&lt;p&gt;Auto. NFuse Classic decides which ICA Client to use. You do not need an ICA Client installed on your computer. &lt;/p&gt;
	&lt;p&gt;Java Client. Use the ICA Java Client to launch applications. Citrix recommends you use the ICA Java Client if you do not have a local client installed, if you are unsure about which client to use, if you are using a modem, or if you do not have permissions to install software on your computer.&lt;/p&gt;
	&lt;p&gt;Tip! If you use an ICA Client that is not suitable, NFuse Classic prompts you to save a .ica file. If this occurs, cancel the prompt and contact your system administrator or helpdesk.   &lt;/p&gt;
	&lt;p&gt;Java Client modules. Select the components included in the ICA Java Client. For more information about these components, see the Citrix ICA Java Client Administrator’s Guide on the Citrix Web site at: &lt;a href="http://www.citrix.com/."&gt;http://www.citrix.com/.&lt;/a&gt; Your system administrator should also be able to advise you on which components to select. &lt;/p&gt;
	&lt;p&gt;When you have finished, click Submit to apply your changes. &lt;/p&gt;
	&lt;p&gt;--------------------------------------------------------------------------------&lt;/p&gt;
	&lt;p&gt;Connection Troubleshooting&lt;br&gt;
If your are unable to connect to the Citrix server, this is usually client side settings otherwise more likely and definitely 'firewall' related. &lt;/p&gt;
	&lt;p&gt;Before going any further and to avoid any nonnecessary other checks, please ensure that your firewall (if you have one) is not blocking ports 1494, 1495 and 1496 outbound. This is absolutely the first step that MUST be taken before continuing. &lt;/p&gt;
	&lt;p&gt;Client settings&lt;/p&gt;
	&lt;p&gt;First, to determine whether the problem is definitely being caused by your firewall or by your computer settings, you could try connecting to an external Internet provider. You would need to dial out via a modem and connect to a provider and try to access the Citrix server through them rather than through your internal network. If you can connect outside of your network and firewall then there is a reasonable indication that the problem is an internal one. &lt;/p&gt;
	&lt;p&gt;Try the following: &lt;/p&gt;
	&lt;p&gt;Try connecting using the full Citrix® ICA® Clients ;&lt;br&gt;
Ensure the Network Interface Card (NIC) has the latest driver installed;&lt;br&gt;
For MS Windows users, ensure that the latest service pack or service release is installed for the operating system;&lt;br&gt;
Ensure to use the latest IP stack for the client operating system;&lt;br&gt;
If using Windows 95/98 based client, delete the following registry key using regedit and retry:   HKEY_LOCAL_MACHINE\Software\Microsoft\MSLicensing\HardwareID&lt;br&gt;
If you are using DHCP, disable it and enter a static ip address. &lt;/p&gt;
	&lt;p&gt;Firewall restrictions&lt;/p&gt;
	&lt;p&gt;Some organisations have a firewall set up between their servers and the external world primarily for security reasons. &lt;/p&gt;
	&lt;p&gt;In most cases the default firewall setting are not configured to let the 'ica' protocol in and out. Citrix server requires that the 'ica' protocol be available. It is possible to reconfigure your firewall to allow for 'ica'. If your firewall is a Socks Proxy based, you must use the full Citrix® ICA® Clients and then configure the Proxy/Port section by entering the IP address and port number of your Proxy server. &lt;/p&gt;
	&lt;p&gt;You might need to consult your IT section (if you have one) and get help or permission from higher powers to alter the firewall. &lt;/p&gt;
	&lt;p&gt;The TCP Port number that requires altering are:&lt;br&gt;
1494, 1495 and 1496 outbound&lt;br&gt;
1023 and above inbound &lt;/p&gt;
	&lt;p&gt;To be even more secure you may want to set up your firewall so that only packets going out through these ports to our Citrix server Farm (206.172.19.128/27) are allowed. &lt;/p&gt;
	&lt;p&gt;Application launching&lt;/p&gt;
	&lt;p&gt;Some web browsers, more specifically Internet Explorer version 5.x, and/or Service Packs render the browser incapable of launching published applications from a Web page. This includes NFuse icons or any static ICA file launched by the Web browser.&lt;/p&gt;
	&lt;p&gt;After installing ICA Client, users cannot launch published applications using NFuse or any Web-hosted ICA file. No error message is returned.&lt;/p&gt;
	&lt;p&gt;Installing the Citrix ICA Client on Windows machines copies a file named Npican.dll to the \Program Files\Internet Explorer\Plugins directory. After client installation, as soon as Internet Explorer is launched, the following registry key is created by IE:&lt;/p&gt;
	&lt;p&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Plugins\Extension\.ica&lt;br&gt;
If IE 5.5 SP2 is installed, the presence of this registry key creates an incompatibility that renders IE incapable of launching published applications using NFuse or any Web-hosted ICA file. The registry key can be deleted, but as long as the Npican.dll file remains in the Plugins folder, the registry key is recreated each time you start Internet Explorer and attempt to launch a published application.&lt;/p&gt;
	&lt;p&gt;To resolve the issue, follow these steps:&lt;br&gt;
1- Delete the Program Files\Internet Explorer\Plugins\npican.dll file.&lt;br&gt;
(or Program Files\Netscape\Communicator\Program\plugins\npican.dll if Netscape)&lt;br&gt;
Note: to ensure that all npican.dll files are deleted make a search for this file on your computer, then delete them all, except the one located in ICA Client folder.&lt;br&gt;
2- Delete the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Plugins\Extension\.ica&lt;br&gt;
registry key, including all of its contents.&lt;br&gt;
3- Restart your web browser.&lt;/p&gt;
	&lt;p&gt;You can also automate this process. The file and registry setting can be deleted with a script file if the client machine has access to Regini.exe. Regini.exe is included by default on Microsoft Windows NT and 2000 operating systems, but not Windows 95, 98, or Millennium Edition. Regini.exe is also available in all versions of the Windows NT Resource Kit.&lt;/p&gt;
	&lt;p&gt;To do so, download Icafix.zip and unzip it anywhere on the client device, then execute Icafix.bat file. Then restart your web browser and try again.&lt;/p&gt;
	&lt;p&gt;If it still does not work, that means there are some other npican.dll files somewhere on the disk. Make a search for npican.dll on your computer and delete them all, except the one located in ICA Client folder. You need to delete .ica registry key again. Restart your web browser and try again. &lt;/p&gt;
	&lt;p&gt;--------------------------------------------------------------------------------&lt;/p&gt;
	&lt;p&gt;Printing&lt;/p&gt;
	&lt;p&gt;Make sure you have a printer set up on your own computer. This can be a local printer (ie directly connected to the back of your computer) or a network printer- either will work &lt;/p&gt;
	&lt;p&gt;Log into the application from which you wish to print &lt;/p&gt;
	&lt;p&gt;Send your job to the printer in the same way you would on your own computer &lt;/p&gt;
	&lt;p&gt;Your job will be sent to your normal ("default") printer- wherever you normally collect your printouts &lt;/p&gt;
	&lt;p&gt;If it doesn't work: Open your word processing program and send a document to the printer. Check that your document prints out where you expect it to, and your printer is not just turned off or offline! &lt;/p&gt;
	&lt;p&gt;If it still doesn't work: The Citrix server may not have the correct driver for the printer you are using.&lt;br&gt;
Please call the Helpdesk - 1-888-545-9265 x 235. You will need to have all the details about your printer model ready, so that we are able to get the correct driver.&lt;/p&gt;
&lt;p&gt; &lt;small&gt; &lt;a href="http://knowledge.blog.co.uk/2005/09/29/citrixrnfuse_classic_help~207334/#comments"&gt;Comments&lt;/a&gt; &lt;/small&gt; &lt;/p&gt;</description><link>http://knowledge.blog.co.uk/2005/09/29/citrixrnfuse_classic_help~207334/</link><pubDate>Thu, 29 Sep 2005 11:34:42 +0200</pubDate></item><item><title>Common Ports</title><description>	&lt;p&gt;20 FTP data (File Transfer Protocol)&lt;br&gt;
21 FTP (File Transfer Protocol)&lt;br&gt;
22 SSH (Secure Shell)&lt;br&gt;
23 Telnet&lt;br&gt;
25 SMTP (Send Mail Transfer Protocol)&lt;br&gt;
43 whois&lt;br&gt;
53 DNS (Domain Name Service)&lt;br&gt;
68 DHCP (Dynamic Host Control Protocol)&lt;br&gt;
79 Finger&lt;br&gt;
80 HTTP (HyperText Transfer Protocol)&lt;br&gt;
110 POP3 (Post Office Protocol, version 3)&lt;br&gt;
115 SFTP (Secure File Transfer Protocol)&lt;br&gt;
119 NNTP (Network New Transfer Protocol)&lt;br&gt;
123 NTP (Network Time Protocol)&lt;br&gt;
137 NetBIOS-ns&lt;br&gt;
138 NetBIOS-dgm&lt;br&gt;
139 NetBIOS&lt;br&gt;
143 IMAP (Internet Message Access Protocol)&lt;br&gt;
161 SNMP (Simple Network Management Protocol)&lt;br&gt;
194 IRC (Internet Relay Chat)&lt;br&gt;
220 IMAP3 (Internet Message Access Protocol 3)&lt;br&gt;
389 LDAP (Lightweight Directory Access Protocol)&lt;br&gt;
443 SSL (Secure Socket Layer)&lt;br&gt;
445 SMB (NetBIOS over TCP)&lt;br&gt;
666 Doom&lt;br&gt;
993 SIMAP (Secure Internet Message Access Protocol)&lt;br&gt;
995 SPOP (Secure Post Office Protocol) &lt;/p&gt;
	&lt;p&gt;Ports between 1024 and 29151 are known as the Registered Ports. Basically, programs are supposed to register their use of these ports and thereby try to be careful and avoid stomping on each other. Here are some common ports and their programs. &lt;/p&gt;
	&lt;p&gt;1243 SubSeven (Trojan - security risk!)&lt;br&gt;
1352 Lotus Notes&lt;br&gt;
1433 Microsoft SQL Server&lt;br&gt;
1494 Citrix ICA Protocol&lt;br&gt;
1521 Oracle SQL&lt;br&gt;
1604 Citrix ICA / Microsoft Terminal Server&lt;br&gt;
2049 NFS (Network File System)&lt;br&gt;
3306 mySQL&lt;br&gt;
4000 ICQ&lt;br&gt;
5010 Yahoo! Messenger&lt;br&gt;
5190 AOL Instant Messenger&lt;br&gt;
5632 PCAnywhere&lt;br&gt;
5800 VNC&lt;br&gt;
5900 VNC&lt;br&gt;
6000 X Windowing System&lt;br&gt;
6699 Napster&lt;br&gt;
6776 SubSeven (Trojan - security risk!)&lt;br&gt;
7070 RealServer / QuickTime&lt;br&gt;
7778 Unreal&lt;br&gt;
8080 HTTP&lt;br&gt;
26000 Quake&lt;br&gt;
27010 Half-Life&lt;br&gt;
27960 Quake III&lt;br&gt;
31337 BackOrifice (Trojan - security risk!) &lt;/p&gt;
	&lt;p&gt;For a complete list of Trojans &amp; their ports, see &lt;a href="http://www.simovits.com/nyheter9902.html"&gt;http://www.simovits.com/nyheter9902.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;small&gt; &lt;a href="http://knowledge.blog.co.uk/2005/09/29/common_ports~207321/#comments"&gt;Comments&lt;/a&gt; &lt;/small&gt; &lt;/p&gt;</description><link>http://knowledge.blog.co.uk/2005/09/29/common_ports~207321/</link><pubDate>Thu, 29 Sep 2005 11:29:18 +0200</pubDate></item><item><title>How to set up a wireless network connection in Windows 2000</title><description>	&lt;p&gt;If you want to be able use NTNUs wireless network you need to install a wireless network card. &lt;/p&gt;
	&lt;p&gt;To be certain you are buying a wireless network card that works with NTNUs network the card should be WiFI certified. More infromation about WiFi and WiFi certified cards you can find here WiFi.&lt;br&gt;
The card then supports the 11 Mbps standard IEEE 802.11b. &lt;/p&gt;
	&lt;p&gt;Installing the card&lt;br&gt;
Below you find a guide based on a wireless card from Lucent Technologies, the screenshots you'll get with other cards will be a little bit different. &lt;/p&gt;
	&lt;p&gt;Most cards will be discovered by windows as you plug it in for the first time. You will then get a "Found New Hardware Wizard". Just follow the instuctions the wizard gives you. Note that windows may find appropriate drivers for your card, but these may or may not work. The safest bet is to use the drivers that shousl be included on a CD with the card, or download the latest drivers from the producers webpage. &lt;/p&gt;
	&lt;p&gt;You may have to restart before you can use the new hardware.&lt;/p&gt;
	&lt;p&gt;After you've installed the hardware you need to configure the software.&lt;br&gt;
Go to Start - Settings - Network and Dial-up Connections. Here you will se that you've gonnen a new network connection(usually called "wireless network connection, or something with the producers name. &lt;/p&gt;
	&lt;p&gt;Configure your card/ make a profile&lt;br&gt;
On the CD you get with the Wireless network card or included in the drivers are some kind of wireless network configuration tool. If you do not see a icon like the one below it may not be installed. Look on the driverCD. Windows XP do not need the tool, but Windows 2000 do not support wireless network cards natively You may have been given the opportunity to make a profile when you installed the card, if not. &lt;/p&gt;
	&lt;p&gt;Rightclick on the icon in the system tray(by the clock) that looks somewhat like this: &lt;/p&gt;
	&lt;p&gt;By right clicking on the icon you should get a choice called something like "Configuration Profile" or "Add/Edit profile".&lt;br&gt;
Choose 'Add/Edit Profile'. You will then get something like this slik ut: &lt;/p&gt;
	&lt;p&gt;In the left field you type the name of the connection&lt;br&gt;
In the right field 'Access Point' is the right choice..&lt;br&gt;
Click 'Edit Profile'&lt;br&gt;
Type inn 'ntnu' (NOTE: small letters and no 'es) in the 'Network Name'(also called SSID)-field.&lt;br&gt;
Choose the tab marked 'Encryption'.&lt;br&gt;
'Enable Data Security' should not be choosed. the NTNU wireless network do not use WEP.&lt;br&gt;
The rest of the settings should be ok. &lt;/p&gt;
	&lt;p&gt;Network settings&lt;br&gt;
You may also need to configure the network card to fetch an IP-address automaticly with DHCP, follow the steps below: &lt;/p&gt;
	&lt;p&gt;Go to Start - Settings - Network and Dial-up Connections.&lt;br&gt;
Rightclick the wireless connection.&lt;br&gt;
Choose Properties&lt;br&gt;
In the window that appears choose Properties again. You'll get window looking something like this: &lt;/p&gt;
	&lt;p&gt;Mark 'Internet Protocol(TCP/IP)'.&lt;br&gt;
click Properties. You will now get a new window.&lt;br&gt;
Select 'Obtain an IP address automatically' and 'Obtain DNS server address automatically' .&lt;br&gt;
click 'OK' i begge vinduene. Now you'll probably be promted about restarting your machine. Do that before you progress.&lt;br&gt;
Now the Network card is installed and set up. Next is the VPN client. If you've not installed the VPN-client You need to do so before you can fully connect. &lt;/p&gt;
&lt;p&gt; &lt;small&gt; &lt;a href="http://knowledge.blog.co.uk/2005/09/28/how_to_set_up_a_wireless_network_connect~206860/#comments"&gt;Comments&lt;/a&gt; &lt;/small&gt; &lt;/p&gt;</description><link>http://knowledge.blog.co.uk/2005/09/28/how_to_set_up_a_wireless_network_connect~206860/</link><pubDate>Wed, 28 Sep 2005 23:36:06 +0200</pubDate></item></channel></rss>
