Quantcast
Channel: Ivanti User Community: Message List
Viewing all articles
Browse latest Browse all 12704

Downgrading to IE8 via Push

$
0
0

I work in a hospital and we have several older applications that will work in IE8 but break in IE9 or higher. I ran a query to determine which workstations need to be downgraded.

 

I found the following code (forget where) and I tested:

 

FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"

 

I created a batch file that I would like to be able to push out with the above, but tested manually at first. It seems to only work if IE was installed as an update and has several prompts that I have to answer manually.

 

Looking for ideas as I continue to look. Thanks in advance for your help!


Viewing all articles
Browse latest Browse all 12704

Trending Articles