Last active
          June 27, 2023 02:56 
        
      - 
      
- 
        Save Computer-Tsu/9c4369f3b2d5473ef9e2ab382c7e0ad8 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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