Ajout dela structure MDT dans Infra-LAB
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
HPQFlash.TXT
|
||||
|
||||
HPQFlash.exe is a utility which is designed to update the system BIOS through
|
||||
a Windows environment.
|
||||
|
||||
NOTES:
|
||||
1. [Path]\HPQFlash -? will display the available options for this utility.
|
||||
|
||||
2. If the system has a F10-Setup password enabled, then HPQFlash will prompt
|
||||
for the password to be entered before completing the flash process.
|
||||
|
||||
USAGE:
|
||||
|
||||
1. Close all other applications before launching HPQFlash.
|
||||
|
||||
2. On the Windows Task Bar select Start, then Run, and enter
|
||||
the following on the command line:
|
||||
[Path]\HPQFlash
|
||||
|
||||
3. HPQFlash will inform the user that a BIOS flash is about to occur.
|
||||
|
||||
4. The version of the BIOS image in the ROM.CAB file and the version of the
|
||||
current system BIOS are displayed. Once OK is selected the flash
|
||||
process begins.
|
||||
|
||||
5. Upon completion, the user is notified that the BIOS Flash was
|
||||
successful. Select Shutdown.
|
||||
|
||||
6. Turn the unit back on using the power button.
|
||||
|
||||
7. The system BIOS update is complete.
|
||||
|
||||
ADVANCED USAGE:
|
||||
|
||||
1. Close all other applications before launching HPQFlash.
|
||||
|
||||
2. On the Windows Task Bar select Start, then Run, and enter
|
||||
the following on the command line:
|
||||
[Path]\HPQFlash -f[Name].CAB
|
||||
|
||||
3. HPQFlash will inform the user that a BIOS Flash is about to occur.
|
||||
|
||||
4. The version of the BIOSimage in the [Name].cab file and the version of the
|
||||
current system BIOS are displayed. Once OK is selected the flash
|
||||
process begins.
|
||||
|
||||
5. Upon completion, the user is notified that the BIOS Flash was
|
||||
successful. Select Shutdown.
|
||||
|
||||
6. Turn the unit back on using the power button.
|
||||
|
||||
7. The system BIOS update is complete.
|
||||
|
||||
HPQFlash.exe version 4.40 Rev. A Pass 1
|
||||
|
||||
Copyright (c) 2010-2016 Hewlett-Packard Development Company, L.P.
|
||||
|
||||
|
||||
@@ -0,0 +1,69 @@
|
||||
HPQ Password Utility
|
||||
|
||||
HPQ Password Utility is an application which allows the user (typically a
|
||||
system administrator) to create an encrypted password file which can be used
|
||||
with with the /p option of the HPQFlash application. This option is usually
|
||||
used along with the /s option to perform a silent mode update of the system
|
||||
BIOS on HP computers which have a BIOS Setup password set.
|
||||
|
||||
|
||||
HOW TO RUN
|
||||
1. Run the HPQPswd.exe executable and enter the information requested:
|
||||
a. BIOS Setup password of target machines
|
||||
b. Location of encrypted password file to be created
|
||||
NOTE:
|
||||
- Please save the password file with a ".bin" extension.
|
||||
- This password file only works with hpqFlash application version 4.20 B5 and later.
|
||||
|
||||
|
||||
2. Click on OK.
|
||||
3. The entered password will be encrypted and stored in the specified location.
|
||||
|
||||
|
||||
CHANGE HISTORY
|
||||
|
||||
Version 3.0 B3, 4/11/2011
|
||||
- Added command line support
|
||||
|
||||
Version 3.0 A2, 5/13/2008
|
||||
- Rebuilt with "Use MFC in a Static Library" option to be able to run in non-English OS.
|
||||
|
||||
Version 2.0 C1, 10/04/06
|
||||
- Fixed Issue with saving bin file on Windows Vista OS
|
||||
|
||||
Version 2.0 B1, 07/27/05
|
||||
- Added Password Confirmation Edit Box Support
|
||||
|
||||
Version 2.0 A3, 04/26/05
|
||||
- Fixed issue where upper case alphabet letter Could not be entered
|
||||
in BIOS Password field to encrypt in the HPQ Password Utility.
|
||||
|
||||
Version 2.0 A2, 04/21/05
|
||||
- Fixed issue where in the HPQ Password Utility was not storing a 32 byte password
|
||||
in the bin file.
|
||||
|
||||
Version 2.0 A1, 04/07/05
|
||||
-Added Support to Change HPQ Password Utility to support case sensitive BIOS Setup Passwords.
|
||||
-The default installation directory is changed from c:\program files \ HPQ\ HPQ Password utility
|
||||
to c:\swsetup \ SPXXXXX.exe.
|
||||
|
||||
Version 1.0 B1, 02/06/03
|
||||
- Added changes to remove Compaq Bitmap from the UI.
|
||||
|
||||
Version 1.0 A3, 01/15/03
|
||||
- Added correct Version to the About page
|
||||
- The installation directory is changed from c:\program files \ Compaq \ Compaq password utility
|
||||
to c:\program files \ HPQ\ HPQ Password utility.
|
||||
|
||||
Version 1.0 A2, 7/15/02
|
||||
- Renamed utility to HPQPswd
|
||||
|
||||
Version 1.0 A1, 7/1/02
|
||||
- Original version
|
||||
|
||||
|
||||
Copyright (c) 2002-2016 Hewlett-Packard Company. All Rights Reserved.
|
||||
Compaq and the Compaq logo are trademarks of the Hewlett-Packard Company in the
|
||||
U.S. and other countries.
|
||||
All other product names mentioned herein may be trademarks of their respective
|
||||
companies.
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,33 @@
|
||||
HPQFlash and HPQ Password
|
||||
=========================
|
||||
|
||||
HPQFlash.exe - A utility to locally update or restore the system BIOS on
|
||||
individual PCs using the Microsoft Windows operating system.
|
||||
See HPQFlash.txt
|
||||
|
||||
HPQ Password Utility - A utility to create an encrypted password file which
|
||||
can be used with the /p option of the HPQFlash application.
|
||||
This option is typically used along with the /s option to
|
||||
perform a silent mode update of the system BIOS on HP systems
|
||||
which have a BIOS Setup password set.
|
||||
See HPQPswd.txt
|
||||
|
||||
The BIOS update process can also be done from a USB flash media device by
|
||||
copying the files from this folder to the USB drive and executing HPQFlash.exe
|
||||
from the device in Microsoft Windows.
|
||||
|
||||
|
||||
Files included in this folder:
|
||||
|
||||
HPQFlash.exe
|
||||
HPQFlash.txt
|
||||
HPQPswd.exe
|
||||
HPQPswd.txt
|
||||
Readme.txt (this file)
|
||||
ROM.CAB (BIOS image file)
|
||||
|
||||
|
||||
Copyright (c) 2010-2016 Hewlett-Packard Development Company, L.P.
|
||||
|
||||
Product names mentioned herein may be trademarks and/or registered trademarks
|
||||
of their respective companies.
|
||||
Binary file not shown.
Reference in New Issue
Block a user