mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 18:48:04 +02:00
update links
@@ -7,34 +7,34 @@ Click on a Command below for more information.
|
|||||||
| Command | Description |
|
| Command | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| [[RegLoadHives]] | Mount Source and Build registry hives. |
|
| [[RegLoadHives]] | Mount Source and Build registry hives. |
|
||||||
| RegUnloadHives | UnMount 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. |
|
| [[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. |
|
| [[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. |
|
| [[DISM]] | Execute DISM with the provided arguments. |
|
||||||
| 7z | Execute 7zip with the provided arguments. |
|
| [[7z]] | Execute 7zip with the provided arguments. |
|
||||||
| Innounp | Execute Innounp (Inno Setup Unpacker) with the provided arguments. |
|
| [[Innounp]] | Execute Innounp (Inno Setup Unpacker) with the provided arguments. |
|
||||||
| MSIExtract | Extract files from an .msi installer. |
|
| [[MSIExtract]] | Extract files from an .msi installer. |
|
||||||
| InnoExtract | Extract files from an Inno Setup installer. |
|
| [[InnoExtract]] | Extract files from an Inno Setup installer. |
|
||||||
| WixExtract | Extract files from an Windows Installer XML Toolset (WiX) installer. |
|
| [[WixExtract]] | Extract files from an Windows Installer XML Toolset (WiX) installer. |
|
||||||
| ConvertImage | Convert an image to the specified format. |
|
| [[ConvertImage]] | Convert an image to the specified format. |
|
||||||
| Associate | Associate a file extension with a program. |
|
| [[Associate]] | Associate a file extension with a program. |
|
||||||
| SetFileACL | Give full control for "Everyone" on a file or directory. |
|
| [[SetFileACL]] | Give full control for "Everyone" on a file or directory. |
|
||||||
| SetRegACL | Take ownership and grant full control for "Everyone" on a registry key. |
|
| [[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. |
|
| [[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 |
|
| [[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 |
|
| [[RequireFileEx]] | Extract files and their .mui's (if they exist) from Install.wim |
|
||||||
| AddAutoRun | Run a program when the PE Environment starts. |
|
| [[AddAutoRun]] | Run a program when the PE Environment starts. |
|
||||||
| AddShortcut | Create Shortcuts for programs in PE. |
|
| [[AddShortcut]] | Create Shortcuts for programs in PE. |
|
||||||
| PinShortcut | Pin a shortcut to the taskbar or start menu. |
|
| [[PinShortcut]] | Pin a shortcut to the taskbar or start menu. |
|
||||||
| AddPostProcess | Configure a section to process during Build Post-Process |
|
| [[AddPostProcess]] | Configure a section to process during Build Post-Process |
|
||||||
| RunFromRam | Choose to redirect the programs folder to Boot.wim |
|
| [[RunFromRam]] | Choose to redirect the programs folder to Boot.wim |
|
||||||
| DirDeleteEx | Delete a directory if it exists. |
|
| [[DirDeleteEx]] | Delete a directory if it exists. |
|
||||||
| FileDeleteEx | Delete a file if it exists. |
|
| [[FileDeleteEx]] | Delete a file if it exists. |
|
||||||
| ApplyBitMask | Apply a bitmask to a hex value in a binary string. |
|
| [[ApplyBitMask]] | Apply a bitmask to a hex value in a binary string. |
|
||||||
| BitClear | Clear a specific bit in a binary string. |
|
| [[BitClear]] | Clear a specific bit in a binary string. |
|
||||||
| BitSet | Set 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. |
|
| [[BitToggle]] | Set/Clear a specific bit in a binary string. |
|
||||||
| XMLDelete | Delete an XML path/value. |
|
| [[XMLDelete]] | Delete an XML path/value. |
|
||||||
| XMLAdd | Add a new element/text/attribute to an XML file. |
|
| [[XMLAdd]] | Add a new element/text/attribute to an XML file. |
|
||||||
| XMLRename | Rename a value in an XML file. |
|
| [[XMLRename]] | Rename a value in an XML file. |
|
||||||
| XMLUpdate | Update the value of an existing Attribute/Element |
|
| [[XMLUpdate]] | Update the value of an existing Attribute/Element |
|
||||||
|
Reference in New Issue
Block a user