Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Suitable replacement for HTA in Windows 10

Tags:

windows-10

hta

I'm working in an office that uses something similar to Message of the Day here -> http://www.jhouseconsulting.com/2007/12/28/creating-a-message-of-the-day-banner-using-a-hta-4

But as we're upgrading to Windows 10 and it doesn't support HTA (ignoring IE9 compatibility) this will need replacing.

Question is what can do the same thing, the provisos are:

  • Not before Login (so not using Login Banner)
  • Only after Login Window
  • Should not be close-able except by using the "Agree to this MSG" button
  • Text will vary so need easy method to keep text from control(html file?)
  • will be distributed by DC (logon script)

This application is used for Acknowledgement of Compliance and security information dissemination. Thanks for your thoughts,

like image 391
Sean Avatar asked Oct 28 '25 05:10

Sean


1 Answers

AFAIK Windows 10 can still run HTAs. If you want to force IE9 mode you can stick a meta tag in the head:

<head>
<meta http-equiv="X-UA-Compatible" content="IE=9" />
</head>
like image 200
bosscube Avatar answered Nov 01 '25 01:11

bosscube



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!