PDA

View Full Version : Post some shit!


Pages : 1 2 3 [4] 5 6 7

wildcard
01-06-2004, 04:59 AM
QWCL is running in a windowed mode. You can bind a key to

wildcard
01-06-2004, 04:59 AM
the commands "vid_windowed; wait; vid_minimize" to minimize QWCL

wildcard
01-06-2004, 04:59 AM
regardless of whether you're running in windowed or fullscreen mode.

wildcard
01-06-2004, 04:59 AM
You can turn off page flipping by setting the console variable

wildcard
01-06-2004, 04:59 AM
vid_nopageflip to 1, then setting a new mode. (Note that the

wildcard
01-06-2004, 04:59 AM
vid_nopageflip setting does not take effect until the next mode set.)

wildcard
01-06-2004, 04:59 AM
Some systems run faster with page flipping turned off; also, page

wildcard
01-06-2004, 04:59 AM
is a workaround for this. Note that vid_nopageflip is a persistent

wildcard
01-06-2004, 04:59 AM
variable; it retains its setting until it is explicitly changed again,

wildcard
01-06-2004, 04:59 AM
even across multiple QWCL sessions.

wildcard
01-06-2004, 04:59 AM
The vid_forcemode console command sets the specified mode, even if

wildcard
01-06-2004, 04:59 AM
it's the same as the current mode (normally the mode set only happens

wildcard
01-06-2004, 04:59 AM
if the new mode differs from the current mode). This is generally

wildcard
01-06-2004, 04:59 AM
useful only if you've modified the characteristics of video mode 2

wildcard
01-06-2004, 04:59 AM
(the configurable window) while you're in mode 2, and want to force

wildcard
01-06-2004, 04:59 AM
the new characteristics to take effect.

wildcard
01-06-2004, 04:59 AM
Whenever you switch to running QWCL in a window, the window is

wildcard
01-06-2004, 04:59 AM
placed at the same location it was in the last time QWCL ran

wildcard
01-06-2004, 04:59 AM
in a window. You can reset the window position to the upper left

wildcard
01-06-2004, 04:59 AM
by using the -resetwinpos command-line switch. The window position

wildcard
01-06-2004, 04:59 AM
is stored in the vid_window_x and vid_window_y console variables.

wildcard
01-06-2004, 04:59 AM
| Video command-line switches |

wildcard
01-06-2004, 04:59 AM
The full list of video-related command-line switches is:

wildcard
01-06-2004, 04:59 AM
-dibonly: QWCL will use only windows (both normal, framed windows on the

wildcard
01-06-2004, 05:00 AM
desktop and fullscreen, borderless windows), not any direct hardware

wildcard
01-06-2004, 05:00 AM
access modes such as DirectDraw or VESA modes, or even VGA 320x200

wildcard
01-06-2004, 05:00 AM
mode. This is the closest thing to a guaranteed-to-run fullscreen

wildcard
01-06-2004, 05:00 AM
mode QWCL has.

wildcard
01-06-2004, 05:00 AM
-nowindirect: QWCL will not try to use VESA VBE 2.0 modes, or VBE/AF

wildcard
01-06-2004, 05:00 AM
1.0 or later modes. Note that if there are both DirectDraw and VESA

wildcard
01-06-2004, 05:00 AM
-novbeaf: QWCL will not try to use VBE/AF 1.0 or later modes.

wildcard
01-06-2004, 05:00 AM
-startwindowed: QWCL will come up in a windowed mode, without going

wildcard
01-06-2004, 05:00 AM
fullscreen even during initialization.

wildcard
01-06-2004, 05:00 AM
-noforcevga: normally, QWCL uses VGA mode 0x13 for the default 320x200

wildcard
01-06-2004, 05:00 AM
mode, even if a DirectDraw or VESA 320x200 mode exists. However,

wildcard
01-06-2004, 05:00 AM
DirectDraw and VESA modes can be considerably faster than mode 0x13,

wildcard
01-06-2004, 05:00 AM
because they can set up a linear framebuffer with higher memory

wildcard
01-06-2004, 05:00 AM
bandwidth. If you specify -noforcevga, the default 320x200 mode in

wildcard
01-06-2004, 05:00 AM
the menu will be a DirectDraw or VESA mode if one exists. This has no

wildcard
01-06-2004, 05:00 AM
effect on modes selected via the console variable vid_mode, and if

wildcard
01-06-2004, 05:00 AM
320x200 is already your video mode, -noforcevga doesn't do anything

wildcard
01-06-2004, 05:00 AM
until you use the menu to select another mode, then select 320x200

wildcard
01-06-2004, 05:00 AM
again. (So if your default mode is 320x200 and you then specify

wildcard
01-06-2004, 05:00 AM
-noforcevga, switch away to some other mode and then back to 320x200

wildcard
01-06-2004, 05:00 AM
to get the potentially faster 320x200 mode.) The downside to this

wildcard
01-06-2004, 05:00 AM
switch is that DirectDraw and VESA modes can cause problems in some

wildcard
01-06-2004, 05:01 AM
systems, due to driver bugs or hardware incompatibilities; if you

wildcard
01-06-2004, 05:01 AM
experience problems with this switch, don't use it.

wildcard
01-06-2004, 05:01 AM
-noautostretch: don't stretch windowed modes selected with

wildcard
01-06-2004, 05:01 AM
-startwindowed to double resolution.

wildcard
01-06-2004, 05:01 AM
-nofulldib: don't use fullscreen, borderless windows, even if there

wildcard
01-06-2004, 05:01 AM
are no DirectDraw or VESA modes available.

wildcard
01-06-2004, 05:01 AM
-allow360: allow listing of 360-wide modes in the video mode menu.

wildcard
01-06-2004, 05:01 AM
These are normally filtered out to make sure the menu doesn't get too

wildcard
01-06-2004, 05:01 AM
full, which could cause high-res modes not to be displayed.

wildcard
01-06-2004, 05:01 AM
-notriplebuf: prevent triple-buffered page flipping (rather than double-

wildcard
01-06-2004, 05:01 AM
buffered). This may result in slower performance, but is a workaround

wildcard
01-06-2004, 05:01 AM
if you encounter problems with flicker or initialization failure, which

wildcard
01-06-2004, 05:01 AM
could possibly happen in some modes with some DirectDraw drivers.

wildcard
01-06-2004, 05:01 AM
| A bit about how QWCL sound works |

wildcard
01-06-2004, 05:01 AM
QWCL can use either DirectSound or Windows wave output to generate

wildcard
01-06-2004, 05:01 AM
sound. If DirectSound is available, it is used; if not, if wave sound

nathan
01-06-2004, 05:13 AM
hhahah OH SHIT

wildcard
01-06-2004, 05:17 AM
Release Notes for McAfee VirusScan Home Edition

wildcard
01-06-2004, 05:17 AM
Version 7.02, (c) January 2003 Networks

wildcard
01-06-2004, 05:17 AM
notes. The McAfee Consumer Products Division

wildcard
01-06-2004, 05:17 AM
Edition. This Readme file contains important

wildcard
01-06-2004, 05:17 AM
recommend that you read the entire document.

wildcard
01-06-2004, 05:17 AM
- NF1 New Features

wildcard
01-06-2004, 05:17 AM
- DC1 Documentation

wildcard
01-06-2004, 05:17 AM
- AD1 Additional Information

wildcard
01-06-2004, 05:17 AM
- CM1 Contacting McAfee Customer Products

wildcard
01-06-2004, 05:17 AM
- FQ1 Frequently Asked Questions

wildcard
01-06-2004, 05:17 AM
- CT1 Copyright and Trademark Attributions

wildcard
01-06-2004, 05:17 AM
NOTE: A unique identifying code precedes

wildcard
01-06-2004, 05:17 AM
particular heading within the file, copy the

wildcard
01-06-2004, 05:17 AM
each heading in this file. To jump to a

wildcard
01-06-2004, 05:17 AM
the list above into your text editor's

wildcard
01-06-2004, 05:17 AM
directly to that heading.

wildcard
01-06-2004, 05:17 AM
been fixed, refer to the AD1 section.

wildcard
01-06-2004, 05:17 AM
__________________

wildcard
01-06-2004, 05:17 AM
- McAfee SecurityCenter combines a free set of

wildcard
01-06-2004, 05:17 AM
products.

wildcard
01-06-2004, 05:17 AM
provided by the Automatic File Protection,

wildcard
01-06-2004, 05:17 AM
the VShield on-access scanner. If you

wildcard
01-06-2004, 05:17 AM
of e-mail attachments and file downloads. It

wildcard
01-06-2004, 05:17 AM
scanning is turned off; including scanning

wildcard
01-06-2004, 05:17 AM
e-mail, download, and Internet scanning.

wildcard
01-06-2004, 05:17 AM
Eudora and many other e-mail clients that

wildcard
01-06-2004, 05:17 AM
- HAWK improvements - in addition to MS

wildcard
01-06-2004, 05:17 AM
- Integrated with Windows Explorer - scan

wildcard
01-06-2004, 05:17 AM
based e-mail such as Hotmail).

wildcard
01-06-2004, 05:17 AM
uses POP/SMTP (does not include Internet

wildcard
01-06-2004, 05:17 AM
newer before they are opened.

wildcard
01-06-2004, 05:17 AM
MS Word, Excel, and PowerPoint, 2000 or

wildcard
01-06-2004, 05:17 AM
powerful tools you need to control the

wildcard
01-06-2004, 05:17 AM
connected via DSL, cable modem, or dial-up;

wildcard
01-06-2004, 05:17 AM
Detection, color-coded and audible firewall

wildcard
01-06-2004, 05:17 AM
McAfee Firewall provides Intrusion

wildcard
01-06-2004, 05:17 AM
network activity, and more.

wildcard
01-06-2004, 05:17 AM
more product guides saved in Adobe Acrobat

wildcard
01-06-2004, 05:17 AM
documentation, consisting usually of one or

wildcard
01-06-2004, 05:18 AM
the platform on which the product runs.

wildcard
01-06-2004, 05:18 AM
documents that contain hyperlinks, outlines and

wildcard
01-06-2004, 05:18 AM
that allows you to read .PDF documents from

wildcard
01-06-2004, 05:18 AM
within your web browser while online. Copies of

wildcard
01-06-2004, 05:18 AM
comes with the product CD-ROM or is available

wildcard
01-06-2004, 05:18 AM
CD-ROM. A copy of the free Acrobat Reader also

wildcard
01-06-2004, 05:18 AM
documentation set drawn from these components:

wildcard
01-06-2004, 05:18 AM
or Administrator's Guide that comes with

wildcard
01-06-2004, 05:18 AM
listed documents. Consult the User's Guide

wildcard
01-06-2004, 05:18 AM
- A printed Product Guide, which introduces

wildcard
01-06-2004, 05:18 AM
provides a brief overview. In many cases, an

wildcard
01-06-2004, 05:18 AM
the product, provides installation

wildcard
01-06-2004, 05:18 AM
McAfee Consumer Products Division FTP site

wildcard
01-06-2004, 05:18 AM
- A User's Guide saved on the product CD-ROM

wildcard
01-06-2004, 05:18 AM
discuss how best to use your McAfee software

wildcard
01-06-2004, 05:18 AM
Products Division. User's Guides document

wildcard
01-06-2004, 05:18 AM
- Specialized guides. These can include

wildcard
01-06-2004, 05:18 AM
reference guides, deployment guides,

wildcard
01-06-2004, 05:18 AM
for intrusion detection software, and other

wildcard
01-06-2004, 05:18 AM
configuration guides, vulnerability guides

wildcard
01-06-2004, 05:18 AM
use your McAfee software. The format of the

wildcard
01-06-2004, 05:18 AM
online help system for the product will

wildcard
01-06-2004, 05:18 AM
quick access to hints and tips about how to

wildcard
01-06-2004, 05:18 AM
product. In most cases, the software will

wildcard
01-06-2004, 05:18 AM
topics.

wildcard
01-06-2004, 05:18 AM
buttons, lists or other elements within

wildcard
01-06-2004, 05:18 AM
Division product, you agree to the license

wildcard
01-06-2004, 05:18 AM
you install a McAfee Consumer Products

wildcard
01-06-2004, 05:18 AM
Associates product. Read it carefully. If

wildcard
01-06-2004, 05:18 AM
changes to the documentation, lists any

wildcard
01-06-2004, 05:18 AM
- This file contains last-minute additions or

wildcard
01-06-2004, 05:18 AM
To ask about eligibility for updates, upgrades,

wildcard
01-06-2004, 05:18 AM
incremental product updates.

wildcard
01-06-2004, 05:18 AM
to Networks Associates products, please send

wildcard
01-06-2004, 05:18 AM
To use McAfee VirusScan Home Edition you need:

wildcard
01-06-2004, 05:18 AM
- Windows 98, Windows Me, Windows 2000

wildcard
01-06-2004, 05:18 AM
Microsoft at:

wildcard
01-06-2004, 05:18 AM
- An Intel Pentium-class or compatible

wildcard
01-06-2004, 05:18 AM
processor rated at 100 MHz or higher.

wildcard
01-06-2004, 05:18 AM
- CD-ROM drive.

wildcard
01-06-2004, 05:18 AM
- To take full advantage of your McAfee

wildcard
01-06-2004, 05:18 AM
should have an Internet connection, either

wildcard
01-06-2004, 05:18 AM
through your local-area network, or via

wildcard
01-06-2004, 05:18 AM
- HotSync Manager 3.0 or later

wildcard
01-06-2004, 05:18 AM
- PalmPilot Palm III or later

wildcard
01-06-2004, 05:18 AM
- Wireless Device Synchronization:

wildcard
01-06-2004, 05:18 AM
- PsiWin 2.3 or equivalent

wildcard
01-06-2004, 05:18 AM
- For non-Psion EPOC devices – PsiWin

wildcard
01-06-2004, 05:18 AM
- Symbian EPOC

wildcard
01-06-2004, 05:18 AM
- EPOC Connect 5

wildcard
01-06-2004, 05:18 AM
2.3/

wildcard
01-06-2004, 05:18 AM
- Please refer to the

wildcard
01-06-2004, 05:18 AM
Please uninstall older versions of McAfee

wildcard
01-06-2004, 05:18 AM
IN1 - INSTALLATION

wildcard
01-06-2004, 05:18 AM
older version of McAfee VirusScan or McAfee

wildcard
01-06-2004, 05:18 AM
Firewall, you will be prompted to exit Setup

wildcard
01-06-2004, 05:18 AM
restart Setup.

wildcard
01-06-2004, 05:18 AM
and uninstall the older programs. After

wildcard
01-06-2004, 05:18 AM
- (1) If your computer runs Windows 2000

wildcard
01-06-2004, 05:18 AM
Professional or Windows XP (Home or

wildcard
01-06-2004, 05:18 AM
To install McAfee VirusScan:

wildcard
01-06-2004, 05:19 AM
- (2) Insert the McAfee VirusScan CD into your

wildcard
01-06-2004, 05:19 AM
Installation menu does not automatically

wildcard
01-06-2004, 05:19 AM
software on your system.

wildcard
01-06-2004, 05:19 AM
- (3) Use the following procedure if the

wildcard
01-06-2004, 05:19 AM
or, if you obtained your software via

wildcard
01-06-2004, 05:19 AM
Step 4.

wildcard
01-06-2004, 05:19 AM
download at a McAfee web site.

wildcard
01-06-2004, 05:19 AM
- From the Windows Start menu, select

wildcard
01-06-2004, 05:19 AM
Run.

wildcard
01-06-2004, 05:19 AM
text box, and click OK.

wildcard
01-06-2004, 05:19 AM
for your CD-ROM drive or the path to

wildcard
01-06-2004, 05:19 AM
extracted VirusScan files. To search

wildcard
01-06-2004, 05:19 AM
the folder that contains your

wildcard
01-06-2004, 05:19 AM
disk or CD-ROM, click Browse.

wildcard
01-06-2004, 05:19 AM
for the correct files on your hard

wildcard
01-06-2004, 05:19 AM
computer is already running the Microsoft

wildcard
01-06-2004, 05:19 AM
- If your computer runs Windows XP,

wildcard
01-06-2004, 05:19 AM
already exists on your system. If your

wildcard
01-06-2004, 05:19 AM
Windows Me, or Windows 2000, MSI

wildcard
01-06-2004, 05:19 AM
computer runs an earlier Windows

wildcard
01-06-2004, 05:19 AM
your computer if you previously

wildcard
01-06-2004, 05:19 AM
MSI. In either of these cases, Setup

wildcard
01-06-2004, 05:19 AM
will display its first wizard panel

wildcard
01-06-2004, 05:19 AM
continue.

wildcard
01-06-2004, 05:19 AM
earlier version of MSI is installed in

wildcard
01-06-2004, 05:19 AM
your computer, it installs files

wildcard
01-06-2004, 05:19 AM
necessary to continue the

wildcard
01-06-2004, 05:19 AM
installation.

wildcard
01-06-2004, 05:19 AM
- (5) Refer to steps displayed on the

wildcard
01-06-2004, 05:19 AM
off.

wildcard
01-06-2004, 05:19 AM
________________________________________

wildcard
01-06-2004, 05:19 AM
- OEM Installation:

wildcard
01-06-2004, 05:19 AM
from the installation CD to a network

wildcard
01-06-2004, 05:19 AM
- Copy the VirusScan installation files

wildcard
01-06-2004, 05:19 AM
- Delete the installation files.

wildcard
01-06-2004, 05:19 AM
- When installing the VirusScan MSI, use

wildcard
01-06-2004, 05:19 AM
the following command:

wildcard
01-06-2004, 05:19 AM
msiexec /i d:\vsc\vsc.msi /qn FASTOEM=1

wildcard
01-06-2004, 05:19 AM
VirusScanMSI location>

wildcard
01-06-2004, 05:19 AM
MEDIAPACKAGEPATH=\vsc\

wildcard
01-06-2004, 05:19 AM
The EICAR Standard AntiVirus Test File is a

wildcard
01-06-2004, 05:19 AM
combined effort by anti-virus vendors

wildcard
01-06-2004, 05:19 AM
1. To test your installation, copy the

wildcard
01-06-2004, 05:19 AM
allow it to scan the directory that

wildcard
01-06-2004, 05:19 AM
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

wildcard
01-06-2004, 05:19 AM
3. Next, start your anti-virus software and

wildcard
01-06-2004, 05:19 AM
the EICAR test file.

wildcard
01-06-2004, 05:19 AM
Note: This file is NOT A VIRUS. Delete the file

wildcard
01-06-2004, 05:19 AM
when you have finished testing our installation

wildcard
01-06-2004, 05:19 AM
scans this file, it will report finding

wildcard
01-06-2004, 05:19 AM
to avoid alarming unsuspecting users.

wildcard
01-06-2004, 05:19 AM
If HAWK’s pattern matching capability

wildcard
01-06-2004, 05:19 AM
will be presented with multiple and

wildcard
01-06-2004, 05:19 AM
which Eudora transmits outgoing e-mail

wildcard
01-06-2004, 05:19 AM
or older), the Setup program does not retain

wildcard
01-06-2004, 05:19 AM
the settings from your previous version’s

wildcard
01-06-2004, 05:19 AM
customize your VirusScan settings to suit

wildcard
01-06-2004, 05:19 AM
- The Firewall Network Traffic monitor

wildcard
01-06-2004, 05:19 AM
displayed on the VirusScan Home page does

wildcard
01-06-2004, 05:19 AM
you install McAfee VirusScan with an older

wildcard
01-06-2004, 05:19 AM
- McAfee VirusScan is not currently compatible

wildcard
01-06-2004, 05:19 AM
properly.

wildcard
01-06-2004, 05:19 AM
with Autodesk software. For additional

wildcard
01-06-2004, 05:19 AM
information, please visit us at

wildcard
01-06-2004, 05:19 AM
perform actions that are potentially hostile

wildcard
01-06-2004, 05:19 AM
executes a group of commands without user

wildcard
01-06-2004, 05:19 AM
GetDefaultFolder Method.

wildcard
01-06-2004, 05:19 AM
ActiveSync\WCESMgr.exe

wildcard
01-06-2004, 05:19 AM
Do you want to allow this script to run?

wildcard
01-06-2004, 05:19 AM
- If you install McAfee VirusScan 7.0 and then

wildcard
01-06-2004, 05:20 AM
Workaround:

wildcard
01-06-2004, 05:20 AM
install an older version of any McAfee

wildcard
01-06-2004, 05:20 AM
products affected are as follows:

wildcard
01-06-2004, 05:20 AM
product, uninstalling McAfee VirusScan 7.0

wildcard
01-06-2004, 05:20 AM
- McAfee Firewall 3.x and older

wildcard
01-06-2004, 05:20 AM
- McAfee QuickClean 2.x and older

wildcard
01-06-2004, 05:20 AM
- Internet Guard Dog 3.0 and older

wildcard
01-06-2004, 05:20 AM
To remedy this problem:

wildcard
01-06-2004, 05:20 AM
- McAfee Uninstaller 6.5 and older

wildcard
01-06-2004, 05:20 AM
- VirusScan 3.X must be manually

wildcard
01-06-2004, 05:20 AM
- Installation / uninstallation issues:

wildcard
01-06-2004, 05:20 AM
uninstalled before installing this

wildcard
01-06-2004, 05:20 AM
Upgrading your computer's operating system

wildcard
01-06-2004, 05:20 AM
Migration:

wildcard
01-06-2004, 05:20 AM
from any version of Windows to Windows XP

wildcard
01-06-2004, 05:20 AM
migration to become disabled after migration

wildcard
01-06-2004, 05:20 AM
to Windows XP. You will be made aware of

wildcard
01-06-2004, 05:20 AM
causes all McAfee products installed before

wildcard
01-06-2004, 05:20 AM
uninstall all McAfee products and reinstall

wildcard
01-06-2004, 05:20 AM
product. Therefore, you will need to

wildcard
01-06-2004, 05:20 AM
you will be instructed to reinstall the

wildcard
01-06-2004, 05:20 AM
using your installation CD or the software

wildcard
01-06-2004, 05:20 AM
using your installation CD or the softwares

wildcard
01-06-2004, 05:20 AM
note, you can uninstall this product before

wildcard
01-06-2004, 05:20 AM
to repair your installation; or to change

wildcard
01-06-2004, 05:20 AM
operating system is Windows 2000

wildcard
01-06-2004, 05:20 AM
administrative rights if your computer’s

wildcard
01-06-2004, 05:20 AM
Windows XP-based computer, you may receive

wildcard
01-06-2004, 05:20 AM
- Windows XP installation issues:

wildcard
01-06-2004, 05:20 AM
users\.

wildcard
01-06-2004, 05:20 AM
an error message similar to the following:

wildcard
01-06-2004, 05:20 AM
location <Common Administrative Tools>.All

wildcard
01-06-2004, 05:20 AM
incorrect setting in the following registry

wildcard
01-06-2004, 05:20 AM
Shell Folders\Common Administrative Tools

wildcard
01-06-2004, 05:20 AM
entry:

wildcard
01-06-2004, 05:20 AM
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\User

wildcard
01-06-2004, 05:20 AM
back up any valued data on your computer.

wildcard
01-06-2004, 05:20 AM
Caution: Incorrectly editing the registry

wildcard
01-06-2004, 05:20 AM
understand how to restore it if a problem

wildcard
01-06-2004, 05:20 AM
this, view the

wildcard
01-06-2004, 05:20 AM
Registry Key

wildcard
01-06-2004, 05:20 AM
topic in Regedit.exe or the

wildcard
01-06-2004, 05:20 AM
following registry key:

wildcard
01-06-2004, 05:20 AM
OK.

wildcard
01-06-2004, 05:20 AM
(1) Click Start, and click Run.

wildcard
01-06-2004, 05:20 AM
Shell Folders

wildcard
01-06-2004, 05:20 AM
window, double-click Common Administrative

wildcard
01-06-2004, 05:20 AM
(5) In the Value data box of the Edit String

wildcard
01-06-2004, 05:20 AM
%ALLUSERSPROFILE%\Start

wildcard
01-06-2004, 05:20 AM
line, and then click OK:

wildcard
01-06-2004, 05:20 AM
Menu\Programs\Administrative Tools

wildcard
01-06-2004, 05:20 AM
(6) On the File menu, click Exit to quit

wildcard
01-06-2004, 05:20 AM
compressed archive (e.g., .zip file) the

wildcard
01-06-2004, 05:20 AM
VirusScan scan engine traverses and scans

wildcard
01-06-2004, 05:20 AM
archive. However, the VirusScan Summary

wildcard
01-06-2004, 05:20 AM
scanned as one file scanned.

wildcard
01-06-2004, 05:20 AM
remove the installation CD from your

wildcard
01-06-2004, 05:20 AM
To successfully complete setup, you must

wildcard
01-06-2004, 05:20 AM
computer's CD-ROM drive as you are prompted

wildcard
01-06-2004, 05:20 AM
to restart your computer. If the CD is not

wildcard
01-06-2004, 05:20 AM
prompted to either boot the Emergency

wildcard
01-06-2004, 05:20 AM
Startup Disk, or to remove the CD from your

wildcard
01-06-2004, 05:20 AM
unrecognizable font, then there may be too

wildcard
01-06-2004, 05:20 AM
Ctrl+Alt+Delete to start your computer

wildcard
01-06-2004, 05:20 AM
on-screen installation menu after you insert

wildcard
01-06-2004, 05:20 AM
the McAfee installation CD into your

wildcard
01-06-2004, 05:20 AM
To install this product, from your Windows

wildcard
01-06-2004, 05:20 AM
Browse. Locate the following program file:

wildcard
01-06-2004, 05:20 AM
drive letter of your computer’s CD-ROM

wildcard
01-06-2004, 05:20 AM
VirusScan. Refer to the steps displayed on

wildcard
01-06-2004, 05:20 AM
the Installation Wizard to complete your

wildcard
01-06-2004, 05:20 AM
a Windows 2000 o/s and Adaptec DirectCD 4.0

wildcard
01-06-2004, 05:20 AM
restart your computer. To prevent this

wildcard
01-06-2004, 05:20 AM
before installing McAfee VirusScan.

wildcard
01-06-2004, 05:20 AM
A. Install Adaptec DirectCD 5.01 or later

wildcard
01-06-2004, 05:21 AM
problem.

wildcard
01-06-2004, 05:21 AM
- Access the Windows control panel and

wildcard
01-06-2004, 05:21 AM
double-click the VirusScan icon.

wildcard
01-06-2004, 05:21 AM
- Select the Services tab and clear the

wildcard
01-06-2004, 05:21 AM
- Install Adaptec DirectCD 5.01 or

wildcard
01-06-2004, 05:21 AM
5.01, access the Windows control panel

wildcard
01-06-2004, 05:21 AM
Select the Services tab and check the

wildcard
01-06-2004, 05:21 AM
extracts the files from the archive.

wildcard
01-06-2004, 05:21 AM
computer's operating system to Windows 2000

wildcard
01-06-2004, 05:21 AM
device. The latest version of this softwares

wildcard
01-06-2004, 05:21 AM
described under

wildcard
01-06-2004, 05:21 AM
Setup and install your McAfee product. The

wildcard
01-06-2004, 05:21 AM
computer's Operating System and its

wildcard
01-06-2004, 05:21 AM
computer. Re-start Setup. Perform these

wildcard
01-06-2004, 05:21 AM
steps as necessary until you do not receive

wildcard
01-06-2004, 05:21 AM
- Safe & Sound is only available for Windows

wildcard
01-06-2004, 05:21 AM
help or your Product Guide.

wildcard
01-06-2004, 05:21 AM
about Safe & Sound please refer to on-line

wildcard
01-06-2004, 05:21 AM
- Disk defragmentation programs move files to

wildcard
01-06-2004, 05:21 AM
during a disk defragmentation operation,

wildcard
01-06-2004, 05:21 AM
application, or another application active

wildcard
01-06-2004, 05:21 AM
that it cannot find the active application

wildcard
01-06-2004, 05:21 AM
This is normal and does not mean that the

wildcard
01-06-2004, 05:21 AM
like this, close all open applications and

wildcard
01-06-2004, 05:21 AM
Internet before you disable VirusScan.

wildcard
01-06-2004, 05:21 AM
NOTE: Please be sure to disconnect from the

wildcard
01-06-2004, 05:21 AM
- VirusScan 7.0 will not correctly interpret

wildcard
01-06-2004, 05:21 AM
disk defragmentation operation again.

wildcard
01-06-2004, 05:21 AM
disable the VShield scanner, then run your

wildcard
01-06-2004, 05:21 AM
the settings saved in older .VSC files.

wildcard
01-06-2004, 05:21 AM
the settings saved in older .VSC files.

wildcard
01-06-2004, 05:21 AM
VirusScan 4.0.3 or older .VSC files are not

wildcard
01-06-2004, 05:21 AM
- The System Restore functionality in Windows

wildcard
01-06-2004, 05:21 AM
recognized by version 7.0.

wildcard
01-06-2004, 05:21 AM
recognized by version 7.0.

wildcard
01-06-2004, 05:21 AM
Millennium Edition preserves all deleted

wildcard
01-06-2004, 05:21 AM
Millennium Edition preserves all deleted

wildcard
01-06-2004, 05:21 AM
Millennium Edition preserves all deleted

wildcard
01-06-2004, 05:21 AM
Millennium Edition preserves all deleted

wildcard
01-06-2004, 05:21 AM
Millennium Edition preserves all deleted

wildcard
01-06-2004, 05:21 AM
recognized by version 7.0.

wildcard
01-06-2004, 05:21 AM
files. As a result, if you select

wildcard
01-06-2004, 05:21 AM
but moved to the _Restore folder, from which

wildcard
01-06-2004, 05:21 AM
as the scanner’s response to detecting an

wildcard
01-06-2004, 05:21 AM
infection, the file is not actually deleted,

wildcard
01-06-2004, 05:21 AM
the VirusScan software cannot delete it.

wildcard
01-06-2004, 05:21 AM
Microsoft refers to this condition in an

wildcard
01-06-2004, 05:21 AM
- When multiple users are used in a Windows

wildcard
01-06-2004, 05:21 AM
http://support.microsoft.com/support/kb/articles/Q263/4/55.ASP.

wildcard
01-06-2004, 05:21 AM
2000 or Windows XP [Home or Professional]

wildcard
01-06-2004, 05:21 AM
article located at the following URL:

wildcard
01-06-2004, 05:21 AM
system, the user has the ability to secure

wildcard
01-06-2004, 05:21 AM
These secured folders cannot be scanned by

wildcard
01-06-2004, 05:21 AM
authorized by the owner, with VSC. To scan

wildcard
01-06-2004, 05:21 AM
folders located on an NTFS-formatted drive.

wildcard
01-06-2004, 05:21 AM
any user other than its owner, or those

wildcard
01-06-2004, 05:21 AM
these folders, the owner or authorized user

wildcard
01-06-2004, 05:21 AM
of the folder, must log on and execute the

wildcard
01-06-2004, 05:21 AM
- Instant Updater is unable to determine the

wildcard
01-06-2004, 05:21 AM
- Instant Updater is unable to determine the

wildcard
01-06-2004, 05:21 AM
scan.

wildcard
01-06-2004, 05:21 AM
actions performed by the user after

wildcard
01-06-2004, 05:21 AM
scan.

wildcard
01-06-2004, 05:21 AM
actions performed by the user after

wildcard
01-06-2004, 05:21 AM
downloading a product upgrade. Product

wildcard
01-06-2004, 05:21 AM
(virus definition files). The upgrade

wildcard
01-06-2004, 05:21 AM
process runs using a program that applies an

wildcard
01-06-2004, 05:21 AM
upgrades consist of patches and bug fixes,

wildcard
01-06-2004, 05:21 AM
etc; and do not include incremental DAT's

wildcard
01-06-2004, 05:21 AM
upgrades consist of patches and bug fixes,

wildcard
01-06-2004, 05:21 AM
maintains an Internet connection. If

wildcard
01-06-2004, 05:21 AM
- Instant Updater not properly installed.

wildcard
01-06-2004, 05:21 AM
If the following error message displays:

wildcard
01-06-2004, 05:21 AM
try again.

wildcard
01-06-2004, 05:21 AM
you are not connected, reconnect and

wildcard
01-06-2004, 05:21 AM
try again.

wildcard
01-06-2004, 05:21 AM
you are not connected, reconnect and

wildcard
01-06-2004, 05:21 AM
If the following error message displays:

wildcard
01-06-2004, 05:21 AM
you are not connected, reconnect and

wildcard
01-06-2004, 05:21 AM
try again.

wildcard
01-06-2004, 05:21 AM
Error -103 (Instant Updater is not properly

wildcard
01-06-2004, 05:21 AM
Pack 2 Release update at the following

wildcard
01-06-2004, 05:21 AM
Pack 2 Release update at the following

wildcard
01-06-2004, 05:21 AM
You can find the MSXML Parser 3.0 Service

wildcard
01-06-2004, 05:21 AM
installed), please dL parser.

wildcard
01-06-2004, 05:21 AM
location (you can copy and paste this URL

wildcard
01-06-2004, 05:21 AM
location (you can copy and paste this URL

wildcard
01-06-2004, 05:21 AM
You can find the MSXML Parser 3.0 Service

wildcard
01-06-2004, 05:21 AM
You can find the MSXML Parser 3.0 Service

wildcard
01-06-2004, 05:21 AM
rame=true

wildcard
01-06-2004, 05:21 AM
into the address bar of your Internet

wildcard
01-06-2004, 05:21 AM
browser):

wildcard
01-06-2004, 05:21 AM
If you continue to receive -103 errors after

wildcard
01-06-2004, 05:21 AM
If you continue to receive -103 errors after

wildcard
01-06-2004, 05:21 AM
http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/MSDN-FILES/027/001/772/msdncompositedoc.xml&f

wildcard
01-06-2004, 05:21 AM
http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/MSDN-FILES/027/001/772/msdncompositedoc.xml&f

wildcard
01-06-2004, 05:21 AM
applying this Microsoft patch, the update

wildcard
01-06-2004, 05:21 AM
(1) From the Windows task bar, select Start

wildcard
01-06-2004, 05:21 AM
Therefore, please try the following:

wildcard
01-06-2004, 05:21 AM
> Run (The Run dialog displays).

wildcard
01-06-2004, 05:21 AM
> Run (The Run dialog displays).

wildcard
01-06-2004, 05:21 AM
Therefore, please try the following:

wildcard
01-06-2004, 05:21 AM
may not have registered a file correctly.

wildcard
01-06-2004, 05:21 AM
> Run (The Run dialog displays).

wildcard
01-06-2004, 05:21 AM
may not have registered a file correctly.

wildcard
01-06-2004, 05:21 AM
may not have registered a file correctly.

wildcard
01-06-2004, 05:21 AM
> Run (The Run dialog displays).

wildcard
01-06-2004, 05:21 AM
(2) In the Run dialog type the following:

wildcard
01-06-2004, 05:21 AM
to the default Windows\system directory.

wildcard
01-06-2004, 05:21 AM
NOTE: %SystemRoot% is a variable that refers

wildcard
01-06-2004, 05:21 AM
regsvr32

wildcard
01-06-2004, 05:21 AM
Windows 98/ME - Substitute c:\windows\system

wildcard
01-06-2004, 05:21 AM
NOTE: %SystemRoot% is a variable that refers

wildcard
01-06-2004, 05:21 AM
Windows 98/ME - Substitute c:\windows\system

wildcard
01-06-2004, 05:21 AM
regsvr32

wildcard
01-06-2004, 05:21 AM
for '%SystemRoot%/System32'

wildcard
01-06-2004, 05:21 AM
(3) Click OK.

wildcard
01-06-2004, 05:21 AM
DllRegisterServer succeeded. If you continue

wildcard
01-06-2004, 05:21 AM
You should receive a message that the

wildcard
01-06-2004, 05:22 AM
DllRegisterServer succeeded. If you continue

wildcard
01-06-2004, 05:22 AM
to receive -103 errors, please contact

wildcard
01-06-2004, 05:22 AM
to receive -103 errors, please contact

wildcard
01-06-2004, 05:22 AM
to receive -103 errors, please contact

wildcard
01-06-2004, 05:22 AM
technical support.

wildcard
01-06-2004, 05:22 AM
Updater may prompt you to restart your

wildcard
01-06-2004, 05:22 AM
computer. If you click

wildcard
01-06-2004, 05:22 AM
After you update this product, Instant

wildcard
01-06-2004, 05:22 AM
After you update this product, Instant

wildcard
01-06-2004, 05:22 AM
- AOL stops responding after updating.

wildcard
01-06-2004, 05:22 AM
- AOL stops responding after updating.

wildcard
01-06-2004, 05:22 AM
updates.

wildcard
01-06-2004, 05:22 AM
questions about McAfee products are also

wildcard
01-06-2004, 05:22 AM
Regularly updated lists of frequently asked

wildcard
01-06-2004, 05:22 AM
available on the Networks Associates web site,

wildcard
01-06-2004, 05:22 AM
Regularly updated lists of frequently asked

wildcard
01-06-2004, 05:22 AM
FQ1 - FREQUENTLY ASKED QUESTIONS

wildcard
01-06-2004, 05:22 AM
on CompuServe, and on America Online.

wildcard
01-06-2004, 05:22 AM
anti-virus software. How do I disable the

wildcard
01-06-2004, 05:22 AM
VShield scanner without uninstalling it?

wildcard
01-06-2004, 05:22 AM
and the manual recommends disabling any

wildcard
01-06-2004, 05:22 AM
Q: I am installing new software on my computer,

wildcard
01-06-2004, 05:22 AM
and the manual recommends disabling any

wildcard
01-06-2004, 05:22 AM
VShield scanner without uninstalling it?

wildcard
01-06-2004, 05:22 AM
A: If you are running the VirusScan software on

wildcard
01-06-2004, 05:22 AM
rights, then follow the steps outlined below in

wildcard
01-06-2004, 05:22 AM
order to disable the VShield scanner. If you

wildcard
01-06-2004, 05:22 AM
first log into your system with administrative

wildcard
01-06-2004, 05:22 AM
a Windows 2000 or Windows XP system, you must

wildcard
01-06-2004, 05:22 AM
a Windows 2000 or Windows XP system, you must

wildcard
01-06-2004, 05:22 AM
are running the software on a Windows 98 or

wildcard
01-06-2004, 05:22 AM
- Right-click the VShield icon located

wildcard
01-06-2004, 05:22 AM
in your system tray next to the system

wildcard
01-06-2004, 05:22 AM
immediately:

wildcard
01-06-2004, 05:22 AM
in your system tray next to the system

wildcard
01-06-2004, 05:22 AM
- Right-click the VShield icon located

wildcard
01-06-2004, 05:22 AM
Windows Me system, you can follow these steps

wildcard
01-06-2004, 05:22 AM
Windows Me system, you can follow these steps

wildcard
01-06-2004, 05:22 AM
clock, then choose

wildcard
01-06-2004, 05:22 AM
Yes.

wildcard
01-06-2004, 05:22 AM
disable background scanning. Click

wildcard
01-06-2004, 05:22 AM
from the shortcut menu. VShield asks

wildcard
01-06-2004, 05:22 AM
you if you are sure you want to

wildcard
01-06-2004, 05:22 AM
you if you are sure you want to

wildcard
01-06-2004, 05:22 AM
you if you are sure you want to

wildcard
01-06-2004, 05:22 AM
Central shortcut on your desktop, or

wildcard
01-06-2004, 05:22 AM
- After you install your new software,

wildcard
01-06-2004, 05:22 AM
from the Windows Start menu select

wildcard
01-06-2004, 05:22 AM
you can reactivate the VShield scanner

wildcard
01-06-2004, 05:22 AM
- After you install your new software,

wildcard
01-06-2004, 05:22 AM
by double-clicking the VirusScan

wildcard
01-06-2004, 05:22 AM
by double-clicking the VirusScan

wildcard
01-06-2004, 05:22 AM
you can reactivate the VShield scanner

wildcard
01-06-2004, 05:22 AM
load VShield, click Yes. Lastly, you

wildcard
01-06-2004, 05:22 AM
can right-click the VShield icon

wildcard
01-06-2004, 05:22 AM
Start > Programs > McAfee > McAfee

wildcard
01-06-2004, 05:22 AM
can right-click the VShield icon

wildcard
01-06-2004, 05:22 AM
Start > Programs > McAfee > McAfee

wildcard
01-06-2004, 05:22 AM
VirusScan. When you are prompted to

wildcard
01-06-2004, 05:22 AM
located in the system tray and select

wildcard
01-06-2004, 05:22 AM
located in the system tray and select

wildcard
01-06-2004, 05:22 AM
A: The heuristic scanning feature looks for

wildcard
01-06-2004, 05:22 AM
Q: I've activated the VirusScan software's

wildcard
01-06-2004, 05:22 AM
heuristic scanning option, and now it

wildcard
01-06-2004, 05:22 AM
identifies some viruses as

wildcard
01-06-2004, 05:22 AM
heuristic scanning option, and now it

wildcard
01-06-2004, 05:22 AM
these characteristics, the program concludes

wildcard
01-06-2004, 05:22 AM
that the file is infected. This powerful

wildcard
01-06-2004, 05:22 AM
technique allows the program to discover

wildcard
01-06-2004, 05:22 AM
scans. When it finds a sufficient number of

wildcard
01-06-2004, 05:22 AM
scans. When it finds a sufficient number of

wildcard
01-06-2004, 05:22 AM
technique allows the program to discover

wildcard
01-06-2004, 05:22 AM
scans. When it finds a sufficient number of