Update OptionsWindow.ui

This commit is contained in:
Michael 2024-07-25 17:26:58 +02:00 committed by GitHub
parent 7c15e03a0d
commit 7b5ff9acc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4796,10 +4796,10 @@ This is done to prevent rogue processes inside the sandbox from creating a renam
<item row="12" column="0" colspan="5"> <item row="12" column="0" colspan="5">
<widget class="QCheckBox" name="chkBlockWMI"> <widget class="QCheckBox" name="chkBlockWMI">
<property name="toolTip"> <property name="toolTip">
<string>Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, &quot;tasklist.exe&quot; could get full processes list even if &quot;HideOtherBoxes&quot; is opened through accessing WMI. Enable this option to stop this behaviour.</string> <string>Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, &quot;tasklist.exe&quot; could get full processes list through accessing WMI, even if &quot;HideOtherBoxes&quot; is used. Enable this option to stop this behaviour.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Prevent sandboxed processes from accessing system details through WMI (see tooltip for more Info)</string> <string>Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info)</string>
</property> </property>
</widget> </widget>
</item> </item>