uninstall all 64 bit of JRE versions using GP
hello,
i looking uninstall 64 bit of jre versions using gp from client machines.
java(tm) 6 update 33 (64bit)
java(tm) 7 update 5 (64bit)
java(tm) 7 update 21 (64bit)
i need leave 32 bits of jre , 32/64 bit jdk (java development kit) is.
thanks in advance
i looking uninstall 64 bit of jre versions using gp from client machines.
java(tm) 6 update 33 (64bit)
java(tm) 7 update 5 (64bit)
java(tm) 7 update 21 (64bit)
i need leave 32 bits of jre , 32/64 bit jdk (java development kit) is.
thanks in advance
>
> looking uninstall 64 bit of jre versions using gp
> client machines.
you cannot use native gpo reliably manage software
installation or removal...
i'd recommend enumerating according product codes:
wmic product (name "%java%") name,identifyingnumber
and deploy computer startup or shutdown script issues
msiexec /x{productcode} /q /l*v %temp%\xyz.log
for related product codes.
regards, martin
no not evil, if know doing: or bad gpos?
wenn meine antwort hilfreich war, freue ich mich über eine bewertung! if answer helpful, i'm glad rating!
Windows Server > Group Policy
Comments
Post a Comment