home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <META http-equiv="Content-Type" content="text/html; charset=utf-8" > <!-- ' *** ' *** ------------------------------------------------------------------------------ ' *** Filename: WDPOn.hta ' *** ------------------------------------------------------------------------------ ' *** Description: To show information message about Disk Protection feature ' *** ------------------------------------------------------------------------------ ' *** Version: 1.0 ' *** Notes: ' *** ------------------------------------------------------------------------------ ' *** Copyright (C) Microsoft Corporation 2005, All Rights Reserved ' *** ------------------------------------------------------------------------------ ' *** --> <title>Windows Disk Protection</title> <script id="Common" language="VBScript" src="include/Common.vbs"></script> <script id="libHTA" language="vbscript" src="include/libhta.vbs"></script> <script id="DiskProtect" language="vbscript" src="include/DiskProtect.vbs"></script> <link rel="stylesheet" type="text/css" href="css/hta.css"> <hta:application ID="oImagine" APPLICATIONNAME="WDPOn" CAPTION="yes" CONTEXTMENU="yes" BORDER="dialog" ICON="graphics/DiskProtect.ico" INNERBORDER="no" MAXIMIZEBUTTON="no" MINIMIZEBUTTON="no" NAVIGABLE="no" SCROLL="no" SELECTION="no" SHOWINTASKBAR="yes" SINGLEINSTANCE="yes" SYSMENU="yes" VERSION="1.00" WINDOWSTATE="normal" /> </head> <body style="background-color:steelblue;"> <table ID="Table1" border="0" height="100%" width="100%" > <tr> <td><img src="graphics/vbInformation.gif" hspace="10"></td> <td align=left> <h1 id="_locWDPOnTitle">Important Information</h1> <p id="_locWDPOnText1">Windows Disk Protection is now <b>On</b> and will clear all future disk changes each time the computer restarts.</p> <p id="_locWDPOnText2">If you install software or make other changes to Windows, you will need to return to Windows Disk Protection and click <b>Save changes with next restart</b>.</p> <p id="_locWDPOnText3">The computer must be restarted for this change to take effect. Do you want to restart it now?</p><br> </td> </tr> <tr> <td colspan="2" align="center"> <button class=normal style="width:5em" id="btnRestartYes" onclick="WDPRestart()">Yes</button> <button class=normal style="width:5em" id="btnRestartNo" onclick="Self.Close()">No</button> </td> </tr> </table> </body> </html>