{"id":384,"date":"2010-07-27T13:03:43","date_gmt":"2010-07-27T12:03:43","guid":{"rendered":"http:\/\/www.edwardsd.co.uk\/work\/?p=384"},"modified":"2013-05-30T12:42:09","modified_gmt":"2013-05-30T11:42:09","slug":"active-desktop-recovery-script-error","status":"publish","type":"post","link":"https:\/\/www.edwardsd.co.uk\/work\/2010\/07\/active-desktop-recovery-script-error\/","title":{"rendered":"&#8220;Active Desktop Recovery&#8221; \/ Script Error"},"content":{"rendered":"<p><strong>&#8220;Active Desktop Recovery&#8221;<\/strong><\/p>\n<p><strong>&#8220;An error has\u00a0occurred\u00a0in a script on this page&#8221;<\/strong><\/p>\nngg_shortcode_0_placeholder\n<p>Not 100% sure why this error occurs, however if you bung this information into a VBS file and run &#8220;hey-presto&#8221; the error is gone and the background is back to normal. I have only seen this when there is a GP in place that sets the background and doesn&#8217;t allow it to be changed by the user, I think this could be why it can&#8217;t just be changed back!<\/p>\n<p>Most other fixes I&#8217;ve tried mean you have to reset the computer or uninstall\/reinstall Internet Explorer (IE), I must have wasted hours on this problem until I found this script!<\/p>\n<pre lang=\"basic\">Option Explicit\r\n' Create the Shell object\r\nDim objShell\r\nSet objShell = CreateObject(\"WScript.Shell\")\r\n'Change values that mess up IE 7 from decimal 272 to 0\r\nobjShell.RegWrite \"HKEY_CURRENT_USER\\Software\\Microsoft\\Internet\r\nExplorer\\Desktop\\SafeMode\\Components\\DeskHtmlVersion\", \"0\",\r\n\"REG_DWORD\"\r\nobjShell.AppActivate \"Program Manager\"\r\nobjShell.SendKeys \"{F5}\"\r\nWScript.Quit<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>&#8220;Active Desktop Recovery&#8221; &#8220;An error has\u00a0occurred\u00a0in a script on this page&#8221; Not 100% sure why this error occurs, however if you bung this information into a VBS file and run &#8220;hey-presto&#8221; the error is gone and the background is back to normal. I have only seen this when there is a GP in place that [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[8,16],"tags":[],"class_list":["post-384","post","type-post","status-publish","format-standard","hentry","category-vbs","category-windows-xp"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/pOPt8-6c","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/posts\/384","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/comments?post=384"}],"version-history":[{"count":0,"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/posts\/384\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/media?parent=384"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/categories?post=384"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/tags?post=384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}