简体   繁体   English

在页面加载时隐藏Windows任务栏

[英]hide windows taskbar on page load

aspx页面的页面加载期间是否可以隐藏Windows任务栏?

No. There used to be such option in IE, but as it was abused by malware (eg it hid the real taskbar and pretended there was a virus on the computer, then scared the user into downloading the real virus), it was removed. 不会。IE中曾经有这样的选项,但是由于它被恶意软件滥用(例如,它隐藏了真实任务栏,并假装计算机上存在病毒,然后让用户害怕下载真实病毒),因此将其删除。

In general, the code inside the browser has no business messing with anything outside the browser, for security reasons. 通常,出于安全原因,浏览器内部的代码不会与浏览器外部的任何事物发生混乱。

If you have control over the clients' computers (eg for an internal application that will be used from specific computers) and you know which browser(s) will be used, you could write a browser plugin (or an extension, in case of Firefox/Chrome/Opera) and install it on those computers - these have a much higher privileges of access to the rest of the OS, almost like normal processes. 如果您可以控制客户端的计算机(例如,将在特定计算机上使用的内部应用程序),并且知道将使用哪种浏览器,则可以编写浏览器插件(或Firefox扩展) / Chrome / Opera)并将其安装在这些计算机上-这些计算机具有访问其余操作系统的更高特权,几乎像正常进程一样。

不,没有使用浏览器内部的专有插件是不可能的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM