Difference between revisions of "Command Line"

From Max's Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
'''''Uninstalling Programs/Applications Remotely'''''
 
'''''Uninstalling Programs/Applications Remotely'''''
  
Java (Nobody Likes Java):
+
'''Java (Nobody Likes Java):'''
 +
 
 
Uninstall Java 64Bit
 
Uninstall Java 64Bit
 +
 
psexec \\computer msiexec /qn /X{26A24AE4-039D-4CA4-87B4-2F86418071F0} /norestart
 
psexec \\computer msiexec /qn /X{26A24AE4-039D-4CA4-87B4-2F86418071F0} /norestart
  
Install Java (Why would you do this?):
+
'''Install Java (Why would you do this?):'''
 +
 
 
/i "\\LOCATIONANDPATHOFEXE\jre-8u71-windows-i586.exe" INSTALL_SILENT=1 REBOOT=0
 
/i "\\LOCATIONANDPATHOFEXE\jre-8u71-windows-i586.exe" INSTALL_SILENT=1 REBOOT=0

Revision as of 23:07, 1 June 2016

Uninstalling Programs/Applications Remotely

Java (Nobody Likes Java):

Uninstall Java 64Bit

psexec \\computer msiexec /qn /X{26A24AE4-039D-4CA4-87B4-2F86418071F0} /norestart

Install Java (Why would you do this?):

/i "\\LOCATIONANDPATHOFEXE\jre-8u71-windows-i586.exe" INSTALL_SILENT=1 REBOOT=0