Daily Shaarli
February 15, 2016
Polarity is a dual-engine web browser that is powered by Chromium and the Internet Explorer Trident engine.
Ce forum ouvert, proposé par Etalab, est en version beta. Il traite du logiciel, de tous les logiciels, libres ou non, au sein du secteur public (État, collectivités territoriales, administrations...).
Clear $ErrorActionPreference='SilentlyContinue' $txt=$env:USERPROFILE+'\Desktop\logiciels.txt' $path='HKLM:SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall' $keys=Get-ChildItem -path $path ForEach($key in $Keys) { $tmp=$path+'\'+$key.PSChildName Get-ItemProperty -Path $tmp |Select DisplayName,DisplayVersion|ForEach{ If($.DisplayName -ne $null) { $value='32 bit : '+$.DisplayName+' '+$.DisplayVersion Add-Content -Path $txt -Value $value } } } $path='HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall' $keys=Get-ChildItem -path $path ForEach($key in $Keys) { $tmp=$path+'\'+$key.PSChildName Get-ItemProperty -Path $tmp |Select DisplayName,DisplayVersion|ForEach{ If($.DisplayName -ne $null) { $value='64 bit : '+$.DisplayName+' '+$.DisplayVersion Add-Content -Path $txt -Value $value } } }
Quelques exemples plus ou moins utiles avec Wolfram Alpha, le dernier plaira plus à certains.