Quantcast
Channel: Windows PE Latest Topics
Viewing all articles
Browse latest Browse all 69

.HTA backgrounds in WinPE

$
0
0

I am trying to get a .bmp to be the background of a .HTA file in windowsPE and it is just not working. I am wondering if anyone knows a way to make this work. I don't want to have to add explorer and IE to make this work either, so if anyone knows of a way please feel free.

Here is the begining of the .hta file

<HTML>
<HEAD>
   <TITLE>WinPE Recovery and Install disc</TITLE>
   <HTA:APPLICATION
ID="oApp"
WINDOWSTATE="Normal"
BORDER="none"
INNERBORDER="Yes"
SHOWINTASKBAR="yes"
SCROLL="No"
APPLICATIONNAME="WinPE Recovery Console"
NAVIGABLE="yes">

<style type="text/css">
 TD {font-size:8pt}
 input {font-size:8pt}
 H5 {font-size:10pt; font-style:bold}
</style>
</HEAD>
<BODY BGCOLOR="000000">
<BODY BACKGROUND="file:///%systemdrive%\i386\system32\InstallBG.bmp">
<FONT COLOR="White" FACE="times">
<H2><Center>Welcome to the WinPE Installation and Recovery CD.</Center></H2>
<Center>Designed by Likuidkewl</Center>
<script language="VBscript">
Dim WshShell : Set WSHShell = CreateObject("Wscript.Shell")
Dim WshNetwork : Set WshNetwork = CreateObject("WScript.Network")
Dim Fso : Set Fso = CreateObject("Scripting.FileSystemObject")

sub window_onload()
window.resizeto 640, 480
window.moveTo 112, 84
end sub


Viewing all articles
Browse latest Browse all 69

Trending Articles