Summary
Desktop Watermark is a Windows native application that adds a watermark to a desktop for Virtual Desktop Infrastructure (VDI) auditing or exhibition purposes. A watermark has the ability to be visible or invisible. Invisible watermarks, seen in the screenshot, can be revealed by a tool bundled in the Fling. The tool should be configured by an administrator and enforced on the end user's desktop.


Requirements
- Horizon Client and/or Horizon View Agent
- Administrator privileges
- .NET framework 4.5/4
Instructions
This is a standalone Windows native application and standard MSI installer provided.
For VDI scenario: Domain Administrator install/configure the Desktop Watermark application in the VM template, and then refresh the pool.
Using Invisible Watermark:
- Check "Invisible Watermark" checkbox when you do the configuration using Desktop Watermark Configuration tool
- Screenshot with invisible watermark can be revealed using bundled tool "Reveal.exe" in installed directory of the program
For more information, see VMware Desktop Watermark Guide-v4.pdf


Changelog
v1.2 - Build 20200713-signed Version Update
- Added support for multiple displays.
v1.1 - Build 20200302-signed
- Added a new attribute %DATETIME% to show hour and minute info on screen.
v1.0 - Build 20190724-signed
- Turns a watermark preview application (Reveal.exe) into a standalone native version
Build 20180510
- Added support for multiple monitors.
Build 1127
- This build is signed now.
Addition
- Password protection for the configuration & uninstllation
Build 1027
Addition
- Password protection for the configuration & uninstllation
Build 1019
Issue Fixes
- Windows 10 - Installation failure on some machine with domain account
- Issue fix - Windows 10 - During uninstallation the service is not automatically stopped
Similar Flings
No similar flings found. Check these out instead...

Image-Quality
This Fling analyses a sequence of screenshots collected by a user to generate three metrics: frame-count, smoothness, and image quality for VDI or any video streaming application. See readmeFirst.PDF for instructions, and notes on how to interpret results.

SyncML Compare
SyncML-Compare is an extension to Fiddler application that lets you compare the syncmls pushed from server against the SyncMls received from the device management client on the device.

Workspace ONE UEM OG Builder (Private)
Workspace ONE UEM OG Builder takes a csv file and create Organization Groups in Workspace ONE UEM in seconds. Quickly create those 100 or 10,000 OGs for your customer in minutes rather then spending hours or days clicking the same buttons.

Certificate Manager for vCenter Server Appliance 5.5
This Fling is a graphical user interface (GUI) application to replace digital certificates on the vCenter Server Appliance.

Resource-Efficient Supervised Anomaly Detection Classifier
Resource-Efficient Supervised Anomaly Detection Classifier is a scikit-learn classifier for resource-efficient anomaly detection that augments either Random-Forest or XGBoost classifiers to perform well in a resource-constrained setting.

Sample Exchange PowerShell ISE Integration
SampleExchangePowerCLI Module
A PowerShell Module that contains integration between VMware's new sample code repository Sample Exchange, and PowerShell ISE. Sample Exchange contains an ever growing catalog of PowerCLI samples and snippets, and this module uses Sample Exchange REST web services to allow a user to paste sample code into their editors directly in PowerShell ISE.
Pre-Requisites
PowerShell version 4 or later.
Installation
1) Download (or clone) all files comprising the module.
2) Create a folder for the module in your module folder path, e.g. C:\Users\username\Documents\WindowsPowerShell\Modules\SampleExchangePowerCLI
3) Place the module files in the above folder. The SampleExchangePowerCLI.psd1 and SampleExchangePowerCLI.psm1 files should be in the root of the folder
NOTE: If you create the folder in the path above, then PowerShell ISE (and regular PowerShell windows) will load the module.
If you don't want to do this, you can manually install the module by running the command
PS C:> Import-Module -Force -Verbose C:\local\path\where\you\extracted\SampleExchangePowerCLI
where SampleExchangePowerCLI is the folder containing SampleExchangePowerCLI.psd1 and SampleExchangePowerCLI.psm1.
4) Restart PowerShell ISE
5) If you would like to have Sample Exchange samples available via the PowerShell ISE Snippets feature, Go to "Add-ons" > "Sample Exchange" > "Sync Snippets"
This command is the equivilent of calling the "Sync-SampleExchangeSnippetsWithISE" method directly. It downloads all samples and registers them as "Snippets" in PowerShell ISE thus making them available for use in the editor when you issue the "CTRL + J" hot-key.
If you later decide that you do not like this, you can simply go to C:\Users<user>\Documents\WindowsPowerShell\Snippets and delete all of the VMW*.ps1xml files and the snippets will go away.
Usage
Selecting Either Add-ons > VMware Sample Exchange > Search Samples, or hitting "CTRL + SHIFT + S" will bring up a dialog box which lists all available PowerShell language samples by default. You can additionally enter a search term and click the "Search" button to additionally filter the list.
Select any sample from the list and click the "Insert in Editor" button to insert the given sample code at the location of the cursor in the editor that had focus when the dialog was opened (yes, it doesn't work to select another editor after the dialog is opened, sorry).
If you click "OK" the sample content is pasted in the shell. "Cancel" simply closes the window.
To see a list of available functions:
Get-Command -Module SampleExchangePowerCLI