Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Latest version of DmiEdit utilities are available here. HERE

...

What about Linux utility?

...

  • Copy the DmiEdit tool in a folder inside the disk;

  • Open a new terminal as super user and move to the folder where the DmiEdit utility is located;

  • Make the program executable through the following command:

    Code Block
    chmod +x AmiDeLnxYY

    where YY changes for 32-bit or 64-bit Linux version

  • To customize SMBIOS execute the following command:

    Code Block
    ./AmiDeLnxYY [command][value]

    where YY changes for 32-bit or 64-bit Linux version, while commandand value can be the following:

Command

Value

Action

/SM

string

Read/Write System Manufacture

/SP

string

Read/Write System Product

/SV

string

Read/Write System Version

/SS

string

Read/Write System Serial Number

/SU

string

Read/Write System UUID

/SK

string

Read/Write System SKU Number

/SF

string

Read/Write System System Family

Info

Read and write operations have commands in common, but just specifying the value, write operation is authorized. The specified section will be edited with your string.

...

  • Copy the DmiEdit tool in a folder inside the disk:

  • Open a new terminal as super user and move to the folder where the DmiEdit utility is located;

  • To customize SMBIOS execute the following command:

    Code Block
    AmiDeWinYY.exe [command][value] 

    where YY changes for 32-bit or 64-bit Windows version, while command and value can be the following:

Command

Value

Action

Command

Value

Action

/SM

string

Read/Write System Manufacture

/SP

string

Read/Write System Product

/SV

string

Read/Write System Version

/SS

string

Read/Write System Serial Number

/SU

string

Read/Write System UUID

/SK

string

Read/Write System SKU Number

/SF

string

Read/Write System System Family

Info

Read and write operations have commands in common, but just specifying the value, write operation is authorized. The specified section will be edited with your string.

...