mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 22:07:22 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master' into rs5
This commit is contained in:
commit
abcc893825
@ -77,7 +77,7 @@ Restart on Idle Time | Specify when Kiosk Browser should restart in a fresh stat
|
|||||||
>
|
>
|
||||||
> 1. Create the provisioning package. When ready to export, close the project in Windows Configuration Designer.
|
> 1. Create the provisioning package. When ready to export, close the project in Windows Configuration Designer.
|
||||||
>2. Open the customizations.xml file in the project folder (e.g C:\Users\name\Documents\Windows Imaging and Configuration Designer (WICD)\Project_18).
|
>2. Open the customizations.xml file in the project folder (e.g C:\Users\name\Documents\Windows Imaging and Configuration Designer (WICD)\Project_18).
|
||||||
>3. Insert the null character string in between each URL (e.g www.bing.comwww.contoso.com).
|
>3. Insert the null character string in between each URL (e.g www.bing.com``www.contoso.com).
|
||||||
>4. Save the XML file.
|
>4. Save the XML file.
|
||||||
>5. Open the project again in Windows Configuration Designer.
|
>5. Open the project again in Windows Configuration Designer.
|
||||||
>6. Export the package. Ensure you do not revisit the created policies under Kiosk Browser or else the null character will be removed.
|
>6. Export the package. Ensure you do not revisit the created policies under Kiosk Browser or else the null character will be removed.
|
||||||
|
@ -108,7 +108,7 @@ Wecutil ss “testSubscription” /cf:Events
|
|||||||
|
|
||||||
### How frequently are WEF events delivered?
|
### How frequently are WEF events delivered?
|
||||||
|
|
||||||
Event delivery options are part of the WEF subscription configuration parameters – There are three built-in subscription delivery options: Normal, Minimize Bandwidth, and Minimize Latency. A fourth, catch-all called “Custom” is available but cannot be selected or configured through the WEF UI by using Event Ciewer. The Custom delivery option must be selected and configured using the WECUTIL.EXE command-line application. All subscription options define a maximum event count and maximum event age, if either limit is exceeded then the accumulated events are sent to the event collector.
|
Event delivery options are part of the WEF subscription configuration parameters – There are three built-in subscription delivery options: Normal, Minimize Bandwidth, and Minimize Latency. A fourth, catch-all called “Custom” is available but cannot be selected or configured through the WEF UI by using Event Viewer. The Custom delivery option must be selected and configured using the WECUTIL.EXE command-line application. All subscription options define a maximum event count and maximum event age, if either limit is exceeded then the accumulated events are sent to the event collector.
|
||||||
|
|
||||||
This table outlines the built-in delivery options:
|
This table outlines the built-in delivery options:
|
||||||
|
|
||||||
|
@ -6,8 +6,9 @@ ms.prod: w10
|
|||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
ms.pagetype: security
|
ms.pagetype: security
|
||||||
author: brianlic-msft
|
author: andreabichsel
|
||||||
ms.date: 09/21/2017
|
msauthor: v-anbic
|
||||||
|
ms.date: 08/27/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
# Working with AppLocker rules
|
# Working with AppLocker rules
|
||||||
@ -60,6 +61,8 @@ The AppLocker console is organized into rule collections, which are executable f
|
|||||||
When DLL rules are used, AppLocker must check each DLL that an application loads. Therefore, users may experience a reduction in performance if DLL rules are used.
|
When DLL rules are used, AppLocker must check each DLL that an application loads. Therefore, users may experience a reduction in performance if DLL rules are used.
|
||||||
|
|
||||||
The DLL rule collection is not enabled by default. To learn how to enable the DLL rule collection, see [DLL rule collections](#bkmk-dllrulecollections).
|
The DLL rule collection is not enabled by default. To learn how to enable the DLL rule collection, see [DLL rule collections](#bkmk-dllrulecollections).
|
||||||
|
|
||||||
|
EXE rules apply to portable executable (PE) files. AppLocker checks whether a file is a valid PE file, rather than just applying rules based on file extension, which attackers can easily change. Regardless of the file extension, the AppLocker EXE rule collection will work on a file as long as it is a valid PE file.
|
||||||
|
|
||||||
## Rule conditions
|
## Rule conditions
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user