Skip to content

Instantly share code, notes, and snippets.

@Computer-Tsu
Last active June 27, 2023 02:56
Show Gist options
  • Save Computer-Tsu/9c4369f3b2d5473ef9e2ab382c7e0ad8 to your computer and use it in GitHub Desktop.
Save Computer-Tsu/9c4369f3b2d5473ef9e2ab382c7e0ad8 to your computer and use it in GitHub Desktop.
reg export "hklm\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" c:\windows\temp\un64.txt
reg export "hklm\SOFTWARE\wow6432node\Microsoft\Windows\CurrentVersion\Uninstall" c:\windows\temp\un32.txt
WMIC /NODE:computername PRODUCT GET NAME, IDENTIFYINGNUMBER
START /WAIT MSIEXEC.EXE /X <guid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment