Hello, we are trying to use RAM Disk (version 4.4.1) and want to suppress the notifications as well. However, after applying the XML (task killed), the notification is still pop-up when the RAM disk started.
The XML content is shown below for your reference.
<?xml version="1.0" encoding="UTF-8"?>
<ramdisk>
<config>
<useraccess>False</useraccess>
<locallinks>False</locallinks>
<trayicon>True</trayicon>
<license></license>
<alloweject>False</alloweject>
<renewalpopup>False</renewalpopup>
</config>
<mount/>
<autorun/>
</ramdisk>
Thank you very much.