-
WinPE 2.0 simple Ghost Menu HTA
I have in my HTA app that launches Ghost a button that does this: wpeutil reboot I was looking at the aspect as soon as ghost was done it reboot the computer and start working on the building the image.
-
WinPE 2.0 simple Ghost Menu HTA
Is their a way to reboot the PE Enviroment after I ghost a computer. I have the RB switch in ghost but I think it restarts the ghost windows and not PE. strTaskValue = Chr(34) & "%programfiles%\Ghost8\ghost32.exe" & Chr(34) & " -clone,mode=load,src=" & Chr(34) & Radio.Id & ".gho" & Chr(34) & ",dst=1,SZEF -fni -auto -sure -ntil -RB"
-
WinPE 2.0 simple Ghost Menu HTA
I thought he was talking about comments in the code. Sorry about that. Yes I did not have any comments in the shortcuts. Thanks a lot for your help and a KUDOS on this cool program.
-
Reboot Ghost and WINPE
Is their a way to reboot the PE Enviroment after I ghost a computer. I have the RB switch in ghost but I think it restarts the ghost windows and not PE. strTaskValue = Chr(34) & "%programfiles%\Ghost8\ghost32.exe" & Chr(34) & " -clone,mode=load,src=" & Chr(34) & Radio.Id & ".gho" & Chr(34) & ",dst=1,SZEF -fni -auto -sure -ntil -RB"
-
WinPE 2.0 simple Ghost Menu HTA
This is what my code looks like for the radio button section. 'add radio button label (from fso) and radio button target (from wmi) to an array For each objTarget in colTargetList ReDim Preserve arrButtons(1,UBound(arrButtons,2)+1) arrButtons(0,UBound(arrButtons,2)) = objShortcut.Description arrButtons(1,UBound(arrButtons,2)) = "<Input type=radio name=radioList id='" & objTarget.Drive & objTarget.Path & objTarget.fileName &_ "' onClick=showRadioInfo>" & objShortcut.Description & "</BUTTON><BR>" Next End If
-
WinPE 2.0 simple Ghost Menu HTA
This is what my code looks like.... 'add radio button label (from fso) and radio button target (from wmi) to an array For each objTarget in colTargetList ReDim Preserve arrButtons(1,UBound(arrButtons,2)+1) arrButtons(0,UBound(arrButtons,2)) = objShortcut.Description arrButtons(1,UBound(arrButtons,2)) = "<Input type=radio name=radioList id='" & objTarget.Drive & objTarget.Path & objTarget.fileName &_ "' onClick=showRadioInfo>" & objShortcut.Description & "</BUTTON><BR>" Next End If Next
-
WinPE 2.0 simple Ghost Menu HTA
Can someone tell me why for the Image name is blank. The radio button show and all other text shows. Just not the text for the radio button image name. Thanks
-
NLITE and BDD2007
I am using NLITE to modify an Windows XP Installation. I wanted to take the modified OS and import in BDD 2007(Microsoft Business Desktop Deployment) as an OS to select when I create images for computers. The issue is that I think the sysprep file that BDD uses goes over the NLITE setup. Can someone tell me how NLITE where the script is located for NLITE to make changes.(like customizing windows, showing icons, etc.)