Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Windows 10 - Get a list of installed apps into a text file

Get-ItemProperty HKLM:SoftwareWow6432NodeMicrosoftWindowsCurrentVersionUninstall* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize > C:app.txt
Comment

PREVIOUS NEXT
Code Example
Shell :: golang msys2 
Shell :: linux ssh access by ip 
Shell :: nsis set default install directory with username 
Shell :: install minisom 
Shell :: qemu specify raw 
Shell :: logger command to remote syslog 
Shell :: kali linux image 
Shell :: how to install from a Linux terminal 
Shell :: cypress 
Shell :: get ssm version 
Shell :: To copy a file from B to A while logged into A: 
Shell :: remove google chrome linx 
Shell :: how to hide log in background job in linux 
Shell :: find largest digit in a number 
Shell :: TestStand null char 
Shell :: copiar arichvos linux ssh 
Shell :: how to sort in grep in second column in /etc/passwd 
Shell :: bash "wc -l" 
Shell :: docker compose busybox image 
Shell :: install glade pacman 
Shell :: how to use github code 
Shell :: ssh-keygen not interactive 
Shell :: cut command in unix 
Shell :: git add everything except 
Shell :: cat command 
Shell :: git fast forward 
Shell :: zsh open current directory in explorer 
Shell :: mac theme ubuntu terminal 
Shell :: copy one file to another in linux 
Shell :: download pgadmin 4 ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =