Custom Query (3933 matches)
Results (286 - 288 of 3933)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1681 | Rejected | Automate capture and apply partitioning in GimageX to address EFI firmware partition requirements. | ||
| 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 |
|||
| #634 | No Bug | Increased activtity on mouse move | ||
| Description |
There is a increased activity when you move your mouse. The mouse doesn't have to be over the window. $GUI = GUICreate("The Matrix", 640, 480, -1, -1)
GUISetCursor(16, 1, $GUI)
GUISetBkColor(0x000000)
GUICtrlSetDefColor(0x008000, $GUI)
GUISetFont(9, 500, 0, "Courier New",$GUI)
Global $Char[1568]
$Num = 0
For $a = 0 To 48
For $b = 0 To 31
$Char[$Num] = GUICtrlCreateLabel("", $a * 13, $b * 15, 13, 15, 1)
$Num = $Num + 1
Next
Next
GUISetState(@SW_SHOW)
While 1
GUICtrlSetData($Char[Random(0, 1568)], Chr(Random(32, 255)))
If GUIGetMsg() = -3 Then Exit
WEnd
|
|||
| #1679 | No Bug | 0xc00000c3 error upon exe execution | ||
| Description |
When running AutoIT compiled exe's on Windows 7 x64 systems we intermittently see the exection of the exe fail from network shares. So far we cannot reproduce the error with any consistency and it appears that the only common variable is that they are all run from network shares. We've tried copying locally before execution and it appears that has resolved the issue but that adds wasted cycles to any process. It gives the following error: 'The application was unable to start correctly (0xc00000c3). Click OK to close the application.' We have verified that there are no issues with the firewall (HIPS) or the Virus scanner (McAfee) stopping execution. Any ideas? |
|||
