-
Notifications
You must be signed in to change notification settings - Fork 0
Windows CLI
Philipp Haussleiter edited this page Jul 8, 2016
·
4 revisions
- http://sourceforge.net/projects/winexe/
- https://build.opensuse.org/package/show?package=winexe&project=home%3Aahajda%3Awinexe
Lists all installed Programs with version, description etc.
Lists all System Information inkl. installed hotfixes.
Lists all Devices
msinfo32 /report msiout.txt
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
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"