Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 255 Bytes

File metadata and controls

8 lines (5 loc) · 255 Bytes

How to uninstall Java via Command Line

At the %% you can also provide the name of one version like: Java 8 Update 111

wmic product where "name like 'Java%%'" call uninstall /nointeractive

The Command will remove every Java Version on the System