mcloum Posted November 17, 2008 Posted November 17, 2008 (edited) Hi all, We have setup desktop backgrounds via group policy all working but recently (well the last 6 months or so) we have been getting the message "Internet Explorer cannot find the Active Desktop HTML file. This file is needed for your Active Desktop. To turn off active desktop press OK" I have seen some google posts regarding an IE dll is corrupt but i dont think this will be the issue. Mike Edited November 17, 2008 by mcloum
Michael Posted November 17, 2008 Posted November 17, 2008 If you're running IE7 on Windows XP it pretty much stops Active Desktop working. There probably are workarounds; the easiest one being returning to IE6. Alternatively use an application like BGInfo to control desktop backgrounds.
mcloum Posted November 17, 2008 Author Posted November 17, 2008 yes we are using IE7, seems daft that we cant control backgrounds unless we downgrade to IE6.
Michael Posted November 17, 2008 Posted November 17, 2008 I agree, but you're not alone. Microsoft don't always make the most logical decisions.
zag Posted November 17, 2008 Posted November 17, 2008 Try using bginfo, it lets you control any desktop background without enabling active desktop. It can also show system stats on the screen which is very useful.
Michael Posted November 17, 2008 Posted November 17, 2008 I usually place it within the NETLOGON share (along with your logon scripts) as it's tiny. @ECHO OFF net time \\SERVERNAME /set /yes REM * Sets Background desktop * if exist %systemroot%\bginfo.exe goto tools copy \\SERVERNAME\netlogon\tools\BGINFO\BGINFO.EXE %SYSTEMROOT% /Y :tools %SYSTEMROOT%\bginfo.exe /i"\\SERVERNAME\netlogon\tools\bginfo\logon.bgi" /timer:0 REM * Sets Background desktop * %SYSTEMROOT%\bginfo.exe /i"\\SERVERNAME\netlogon\tools\bginfo\logoff.bgi" /timer:0 You can change logon.bgi to whatever you want (for different user groups). Such as stafflogon.bgi, adminlogon.bgi etc
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now