Skip to content
Philipp Haussleiter edited this page Jul 8, 2016 · 4 revisions

CMD Listing

remote call with Linux

wmic product get

Lists all installed Programs with version, description etc.

systeminfo

Lists all System Information inkl. installed hotfixes.

msinfo32

Lists all Devices

msinfo32 /report msiout.txt

download a File

BITSAdmin is deprecated and is not guaranteed to be available in future versions of Windows. Administrative tools for the BITS service are now provided by BITS PowerShell cmdlets.

bitsadmin /transfer setupJob /download /priority high https://raw.github.com/phaus/sam/master/scripts/setup.sh c:\temp\setup.bat
bitsadmin /info setupJob /verbose
bitsadmin /complete setupJob 

Uninstall Info of an application

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Test]
"DisplayName"="TestApp"
"DisplayVersion"="123"
"Publisher"="consolving.de"
"UninstallString"="c:\\Test\\uninstall.cmd"