Wednesday, February 11, 2015

Lansweeper Report to list most Paidware Adobe software

Find attached a query to list most Adobe Paidware software.

Attributes will be listed in the following order:
AsstName | AssetTypename | IPAdress | Lastseen | SoftwareName | Username

Copy and paste the following query to your ReportBuilder in Lansweeper.


Select Top 1000000 tblAssets.AssetID,
  tblAssets.AssetName,
  tsysAssetTypes.AssetTypename,
  tsysAssetTypes.AssetTypeIcon10 As icon,
  tblAssets.IPAddress,
  tblAssets.Lastseen,
  tblSoftwareUni.softwareName,
  tblAssets.Username
From tblAssets
  Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
  Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
  Inner Join tblSoftware On tblAssets.AssetID = tblSoftware.AssetID
  Inner Join tblSoftwareUni On tblSoftwareUni.SoftID = tblSoftware.softID
Where (tblSoftwareUni.softwareName Like 'adobe acrobat%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Photoshop%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Creative Cloud%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Illustrator%') Or
  (tblSoftwareUni.softwareName Like 'Adobe InDesign%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Premiere%') Or
  (tblSoftwareUni.softwareName Like 'Adobe After Effects%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Audition%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Connect%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Audition%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Creative Suite%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Dreamweaver%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Edge%') Or
  (tblSoftwareUni.softwareName Like 'Adobe eLearning Suite%') Or
  (tblSoftwareUni.softwareName Like 'Adobe ExtendScript Toolkit%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Extension Manager%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Fireworks%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Flash Builder%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Flash Professional%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Illustrator%') Or
  (tblSoftwareUni.softwareName Like 'Adobe InCopy%') Or
  (tblSoftwareUni.softwareName Like 'Adobe InDesign%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Media Encoder%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Muse%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Photoshop%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Prelude%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Scout%') Or
  (tblSoftwareUni.softwareName Like 'Adobe SpeedGrade') Or
  (tblSoftwareUni.softwareName Like 'Lightroom%') Or
  (tblSoftwareUni.softwareName Like 'Adobe Bridge%' And tblAssetCustom.State =
  1)

Monday, February 9, 2015

Install Adobe Flash Player on Android 5 Lollipop


We have many ways to get Adobe Flash support on your Android 5 device. Find attached three ways to do this.

Using Flashfox
Download and install FlashFox on your Adnroid device. After that you can use it to open websites that using Flash content. Flashfox is a free web browser with integrated Adobe Flash support.

Using Dolphin
Download and install Dolphin Browser on your device. Open Dolphin Browser and go to settings. In the tab "Web Content", and set the "Flash player" to "Always on". In your device go to "Settings", "Security" and enable "Unknown sources". Now browse to a web page that using flash. You will be asked to download Flash player, so tap on download and install it.

Using Puffin
Download and install Puffin Web Browser on your device. Puffin Web Browser is a wicked fast Mobile Flash Browser. Flash data is rendered in the cloud with encryption. Its supports the newest Adobe Flash version.

Get the old Windows Update Control Panel applet back in Windows 10 build 9926

To get the old Windows Update Control Panel applet back you have to run the following *.reg file.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX]
"IsConvergedUpdateStackEnabled"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
"UxOption"=dword:00000000


Save the above lines via text editor and save it like "wupdate.reg". Then execute it and you will get the old windows update view.