Lenovo THINKPAD Z60M Manual de usuario Pagina 93

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 156
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 92
9. Implement Antidote Delivery Manager.
a. When the timer has expired on the donor system, the package will run and
a Hello World message box will appear.
b. If you prefer not to wait, on the donor system, you can enter C:\Program
Files\Lenovo\Rescue and Recovery\ADM\mailman.exe
Examples
Antidote Delivery Manager can be utilized in the following examples:
Example 1
This example is a package to fix a computer that is constantly displaying a blue
screen because of a virus or bad entry in registry.
1. Assume the reason the client computer is displaying a blue screen is because of
a virus that is executed through the Run Key in the registry. To fix this, a file
called go.rrs needs to be created that runs reg. See “Supported Microsoft
commands” on page 81 for a list of Microsoft commands. Reg removes the
registry value and deletes the executable from the system, if possible. The
contents should look like this:
reg delete HKLM\Software\Microsoft\Windows\Current Version\Run /v runvirusvalue
/f del %custos%\windows\system32\virus.exe
2. Now place your go.rrs file in your C:\ADM\BUILD directory and run:
apkgmes.exe /key mykey.prv C:\ADM\BUILD REMOVEVIRUS
3. Copy REMOVEVIRUSYYDDHHMM.ZAP to your mailbox.
4. Boot up each client and press the Access ThinkVantage button/F11 or the Enter
key to enter the Predesktop Area where the mailman.exe file is run on startup
and then run the REMOVEVIRUS package.
Example 2
This example pushes a Quick Fix Engineering update or patch down to client
machines.
1. Create a directory to hold the script file and patch files, for example:
C:\ADM\PATCHBUILD.
2. Place the QFE or patch executable in the C:\ADM\PATCHBUILD directory.
3. Create a file named go.rrs and place the following lines in it but customize the
line that will run and install the Microsoft Quick Fix Engineering or patch.
Since this patch can only be installed in a regular Windows operating system,
this script prevents the install from attempting to run in Windows Professional
Edition.
retryonerror /on 10
InRR.exe
if errorlevel 2 goto ERROR
if errorlevel 1 goto InOS
if errorlevel 0 goto InPE
:ERROR
exit 1
:InOS
REM DISABLE NETWORKING
Netwk.exe /d
patchinstall.exe
REM ENABLE NETWORKING
Netwk.exe /e
msgbox.exe /msg “Patch Installed” /head “Done” /ok
Chapter 5. Antidote Delivery Manager infrastructure 87
Vista de pagina 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 155 156

Comentarios a estos manuales

Sin comentarios