Custom Query
Results (295 - 297 of 3893)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1668 | Rejected | Directory Macros for Default User Account | Jon | anonymous |
| Description |
For example: @AppDataDefaultUserDir = "C:\Users\Default\AppData" or "C:\Documents and Settings\Default User\Application Data" |
|||
| #1674 | Rejected | DirCopy()/DirMove() does not preserve the attributes of a folder | Jon | Yashied |
| Description |
The following code demonstrates this. $sSrc = @ScriptDir & '\SRC'
$sDst = @ScriptDir & '\DST'
DirCreate($sSrc)
FileSetAttrib($sSrc, '+RS')
ConsoleWrite('SRC attributes: ' & FileGetAttrib($sSrc) & @CR)
DirCopy($sSrc, $sDst)
ConsoleWrite('DST attributes: ' & FileGetAttrib($sDst) & @CR)
|
|||
| #1681 | Rejected | Automate capture and apply partitioning in GimageX to address EFI firmware partition requirements. | Jon | scottscanlon@… |
| Description |
Justification: UEFI is quickly replacing the BIOS as the standard firmware interface. UEFI systems require three partitions: EFI,MSR and Primary. Currently each partition needs to be captured and applied separately and BCD Boot Manager editing is required. Link to MS detailing this procedure is below. The append feature within ImageX is not designed to support boot related issues. Microsoft does not appear to embrace EFI as they have not supported the automation of EFI partitioning in ImageX. Improvement: Add the ability to automate capture and apply partitioning to GimageX with the following features:
Related Info: http://technet.microsoft.com/en-us/library/cc765951%28WS.10%29.aspx |
|||
