update links

Homes32
2022-05-14 08:17:57 -05:00
parent dc6740eddd
commit 025d0dc7ce

@@ -7,34 +7,34 @@ Click on a Command below for more information.
| Command | Description |
| --- | --- |
| [[RegLoadHives]] | Mount Source and Build registry hives. |
| RegUnloadHives | UnMount Source and Build registry hives. |
| RegCopyDriver | Copy the driver entries from the INSTALL.WIM driver database to the target registry driver database. |
| RequireDriver | Copy the driver support files and driver entries from the INSTALL.WIM driver database to the target registry driver database. |
| DISM | Execute DISM with the provided arguments. |
| 7z | Execute 7zip with the provided arguments. |
| Innounp | Execute Innounp (Inno Setup Unpacker) with the provided arguments. |
| MSIExtract | Extract files from an .msi installer. |
| InnoExtract | Extract files from an Inno Setup installer. |
| WixExtract | Extract files from an Windows Installer XML Toolset (WiX) installer. |
| ConvertImage | Convert an image to the specified format. |
| Associate | Associate a file extension with a program. |
| SetFileACL | Give full control for "Everyone" on a file or directory. |
| SetRegACL | Take ownership and grant full control for "Everyone" on a registry key. |
| FileCopyEx | Copy a single file and it's .mui's (if they exist) from a specified directory. |
| RequireFile | Extract a single file and it's .mui's (if they exist) from Install.wim |
| RequireFileEx | Extract files and their .mui's (if they exist) from Install.wim |
| AddAutoRun | Run a program when the PE Environment starts. |
| AddShortcut | Create Shortcuts for programs in PE. |
| PinShortcut | Pin a shortcut to the taskbar or start menu. |
| AddPostProcess | Configure a section to process during Build Post-Process |
| RunFromRam | Choose to redirect the programs folder to Boot.wim |
| DirDeleteEx | Delete a directory if it exists. |
| FileDeleteEx | Delete a file if it exists. |
| ApplyBitMask | Apply a bitmask to a hex value in a binary string. |
| BitClear | Clear a specific bit in a binary string. |
| BitSet | Set a specific bit in a binary string. |
| BitToggle | Set/Clear a specific bit in a binary string. |
| XMLDelete | Delete an XML path/value. |
| XMLAdd | Add a new element/text/attribute to an XML file. |
| XMLRename | Rename a value in an XML file. |
| XMLUpdate | Update the value of an existing Attribute/Element |
| [[RegUnloadHives]] | UnMount Source and Build registry hives. |
| [[RegCopyDriver]] | Copy the driver entries from the INSTALL.WIM driver database to the target registry driver database. |
| [[RequireDriver]] | Copy the driver support files and driver entries from the INSTALL.WIM driver database to the target registry driver database. |
| [[DISM]] | Execute DISM with the provided arguments. |
| [[7z]] | Execute 7zip with the provided arguments. |
| [[Innounp]] | Execute Innounp (Inno Setup Unpacker) with the provided arguments. |
| [[MSIExtract]] | Extract files from an .msi installer. |
| [[InnoExtract]] | Extract files from an Inno Setup installer. |
| [[WixExtract]] | Extract files from an Windows Installer XML Toolset (WiX) installer. |
| [[ConvertImage]] | Convert an image to the specified format. |
| [[Associate]] | Associate a file extension with a program. |
| [[SetFileACL]] | Give full control for "Everyone" on a file or directory. |
| [[SetRegACL]] | Take ownership and grant full control for "Everyone" on a registry key. |
| [[FileCopyEx]] | Copy a single file and it's .mui's (if they exist) from a specified directory. |
| [[RequireFile]] | Extract a single file and it's .mui's (if they exist) from Install.wim |
| [[RequireFileEx]] | Extract files and their .mui's (if they exist) from Install.wim |
| [[AddAutoRun]] | Run a program when the PE Environment starts. |
| [[AddShortcut]] | Create Shortcuts for programs in PE. |
| [[PinShortcut]] | Pin a shortcut to the taskbar or start menu. |
| [[AddPostProcess]] | Configure a section to process during Build Post-Process |
| [[RunFromRam]] | Choose to redirect the programs folder to Boot.wim |
| [[DirDeleteEx]] | Delete a directory if it exists. |
| [[FileDeleteEx]] | Delete a file if it exists. |
| [[ApplyBitMask]] | Apply a bitmask to a hex value in a binary string. |
| [[BitClear]] | Clear a specific bit in a binary string. |
| [[BitSet]] | Set a specific bit in a binary string. |
| [[BitToggle]] | Set/Clear a specific bit in a binary string. |
| [[XMLDelete]] | Delete an XML path/value. |
| [[XMLAdd]] | Add a new element/text/attribute to an XML file. |
| [[XMLRename]] | Rename a value in an XML file. |
| [[XMLUpdate]] | Update the value of an existing Attribute/Element |