Spoofer

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

@echo off

# + ============================================================== +
# Copyright (c) 2015, Intel Corporation.

# This source code and any documentation accompanying it ("Material") is furnished


# under license and may only be used or copied in accordance with the terms of
that
# license. No license, express or implied, by estoppel or otherwise, to any
# intellectual property rights is granted to you by disclosure or delivery of
these
# Materials. The Materials are subject to change without notice and should not be
# construed as a commitment by Intel Corporation to market, license, sell or
support
# any product or technology. Unless otherwise provided for in the license under
which
# this Material is provided, the Material is provided AS IS, with no warranties of
# any kind, express or implied, including without limitation the implied
warranties
# of fitness, merchantability, or noninfringement. Except as expressly permitted
by
# the license for the Material, neither Intel Corporation nor its suppliers
assumes
# any responsibility for any errors or inaccuracies that may appear herein.
Except
# as expressly permitted by the license for the Material, no part of the Material
# may be reproduced, stored in a retrieval system, transmitted in any form, or
# distributed by any means without the express written consent of Intel
Corporation.

# Module Name: startup.nsh

# Abstract: Script file for invoking iflash.

# + ============================================================== +
# Program all blocks of BIOS from capsule file
# + ============================================================== +
mode 80 25

AMIDEEFIx64.efi /iVN AsRockbr


AMIDEEFIx64.efi /IV P4.47
AMIDEEFIx64.efi /ID 10/14/2019
AMIDEEFIx64.efi /SM T587Zantan
AMIDEEFIx64.efi /SP 2592Tambot
AMIDEEFIx64.efi /SV 3.4
AMIDEEFIx64.efi /SS BRL648B123
AMIDEEFIx64.efi /SU AUTO
AMIDEEFIx64.efi /SK SKU487956413213
AMIDEEFIx64.efi /SF ASRockBR
AMIDEEFIx64.efi /BM ASUSTex
AMIDEEFIx64.efi /BP Itachi85
AMIDEEFIx64.efi /BV V2.17
AMIDEEFIx64.efi /BS 252195368924532
AMIDEEFIx64.efi /BT Default
AMIDEEFIx64.efi /BLC Default
AMIDEEFIx64.efi /CM Default
AMIDEEFIx64.efi /CV Default
AMIDEEFIx64.efi /CS Default
AMIDEEFIx64.efi /CO 48654182
AMIDEEFIx64.efi /CA Unknown
AMIDEEFIx64.efi /CSK Unknown
AMIDEEFIx64.efi /PSN Unknown
AMIDEEFIx64.efi /PPN Unknown

exit

You might also like