使用login script 檢查安裝的程式,顯示新增移除內的列表
regedit /e d:\temp\software_reg.txt "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
type d:\temp\software_reg.txt | find /V "ParentDisplayName" | find "DisplayName" > d:\temp\software_list.txt