Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


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:

  1. Add the option to automatically capture multiple partitions.
  2. Add the option to automatically apply multiple partitions.
  3. Provide these features as a check box option within each tab in GimageX.
  4. Provide the ability to use an optional configuration file to customize the process.
  5. For example, some create a recovery partition in addition to the three EFI required partitions. Some have multiple primary partitions.

Related Info: http://technet.microsoft.com/en-us/library/cc765951%28WS.10%29.aspx

Note: See TracQuery for help on using queries.