Skip to main content
Informatikai megoldások Informatikai megoldások

Main menu

  • Szolgáltatások
  • Kapcsolat

Keresés űrlap

Subscribe to Tartalom megosztás
  • Szolgáltatások
  • Kapcsolat
  • Hírolvasó
  • Blog

You are here

Címlap › Blogok › ptamas blogja

Remove/uninstall program from command line in Windows

2015.05.15, p - 12:08 — ptamas

We will use the Windows Instrumentation command-line interface: wmic

product get name
product where name="" call uninstall


https://www.vanstechelman.eu/windows/wmic
http://people.virginia.edu/~rtg2t/winadmin/wmic.html
https://technet.microsoft.com/en-us/library/cc776989%28v=ws.10%29.aspx
https://technet.microsoft.com/en-us/library/cc757615%28v=ws.10%29.aspx
https://technet.microsoft.com/en-us/library/cc738752%28v=ws.10%29.aspx
https://technet.microsoft.com/en-us/library/cc180229.aspx
 

  • ptamas blogja